Skip to content

Commit b4c69b5

Browse files
committed
Add docs
1 parent 41e39c9 commit b4c69b5

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "action_server/docs"]
2+
path = action_server/docs
3+
url = https://github.com/tue-robotics/tue_documentation_python.git

action_server/docs

Submodule docs added at f741842

action_server/package.xml

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<package format="2">
2+
<package format="3">
33
<name>action_server</name>
44
<version>0.0.0</version>
55
<description>No description available</description>
@@ -9,7 +9,7 @@
99
<license>TODO</license>
1010

1111
<buildtool_depend>catkin</buildtool_depend>
12-
12+
1313
<exec_depend>action_server_msgs</exec_depend>
1414
<exec_depend>grammar_parser</exec_depend>
1515
<exec_depend>python-nose</exec_depend>
@@ -18,6 +18,14 @@
1818
<exec_depend>robot_smach_states</exec_depend>
1919
<exec_depend>actionlib</exec_depend>
2020
<exec_depend>challenge_presentation</exec_depend>
21-
21+
2222
<test_depend>ed_msgs</test_depend>
23+
24+
<doc_depend>python-sphinx</doc_depend>
25+
<doc_depend>python-sphinx-autoapi-pip</doc_depend>
26+
<doc_depend>python-sphinx-rtd-theme-pip</doc_depend>
27+
28+
<export>
29+
<rosdoc config="rosdoc.yaml" />
30+
</export>
2331
</package>

action_server/rosdoc.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- builder: sphinx
2+
sphinx_root_dir: docs
3+
name: Python API

0 commit comments

Comments
 (0)