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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ force_torque_broadcaster_controller:


### Example Project
See [cpp example](example/) or [python example](example_python/) for complete examples of how to use the generate_parameter_library.
See [cpp example](https://github.com/PickNikRobotics/generate_parameter_library/tree/main/example) or [python example](https://github.com/PickNikRobotics/generate_parameter_library/tree/main/example_python) for complete examples of how to use the generate_parameter_library.

### Generated code output
The generated code primarily consists of two major components:
Expand Down
1 change: 1 addition & 0 deletions generate_parameter_library/README.md
2 changes: 2 additions & 0 deletions generate_parameter_library/doc/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Enable using markdown headings as anchors (used in README)
myst_heading_anchors = 3
1 change: 1 addition & 0 deletions generate_parameter_library/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@

<export>
<build_type>ament_cmake</build_type>
<rosdoc2>rosdoc2.yaml</rosdoc2>
</export>
</package>
10 changes: 10 additions & 0 deletions generate_parameter_library/rosdoc2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
type: "rosdoc2 config"
version: 1

---
settings: {
# Prevent rosdoc2 from infering this is a python package because it depends on ament_cmake_python
never_run_sphinx_apidoc: true,
}
builders:
- sphinx: {}