-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphinx extension for autodocs #97
Sphinx extension for autodocs #97
Conversation
@christophfroehlich should we merge this or wait that we can also generate |
I think we can merge it, because ideally we don't have to change this extension but only wait for a new release of the generate_parameter_library. And we already can use it for yaml-files without |
Damn, the action fails on the master branch. I'll have a look how to fix that |
@Mergifyio backport humble |
✅ Backports have been created
|
to use with https://github.com/PickNikRobotics/generate_parameter_library (cherry picked from commit b8bf31a) # Conflicts: # conf.py
to use with https://github.com/PickNikRobotics/generate_parameter_library (cherry picked from commit b8bf31a) Co-authored-by: Christoph Fröhlich <[email protected]>
I created a sphinx extension, which uses the python scripts of the
generate_parameter_library
to create parameter documentation automatically.It can be configured in any rst file by adding the directive
for a detailed parameter list and
for a default ros-params yaml file.
An example with the current rst template
Open tasks:
doc/