Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion launch/doc/.gitignore

This file was deleted.

20 changes: 0 additions & 20 deletions launch/doc/Makefile

This file was deleted.

File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion launch/doc/source/index.rst → launch/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ Welcome to launch's documentation!
:caption: Contents:

architecture
modules
Links <__links>
Python API <modules>
Standard Documents <__standards>
ROS Package Dependencies <__ros_package_dependencies>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can see this error

WARNING: toctree contains reference to nonexisting document '__ros_package_dependencies' [toc.not_readable]

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't reproduce this, is this on the buildfarm or locally for you? This probably happens with a (perhaps just slightly) out of date rosdoc2, as this only got merged recently: ros-infrastructure/rosdoc2#205

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm running version rosdoc2 0.2.2.dev0, I used a virtual env to install rosdoc2 with the latest changes but I can't see this directory.

I'm using this cmd:

rosdoc2 build   --package-path ./src/ros2/launch/launch



Indices and tables
Expand Down
36 changes: 0 additions & 36 deletions launch/doc/make.bat

This file was deleted.

1 change: 1 addition & 0 deletions launch/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@

<export>
<build_type>ament_python</build_type>
<rosdoc2>rosdoc2.yaml</rosdoc2>
</export>
</package>
6 changes: 6 additions & 0 deletions launch/rosdoc2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
type: "rosdoc2 config"
version: 1
---
settings: {}
builders:
- sphinx: { sphinx_sourcedir: "doc" }