-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sphinx extension for autodocs #97
Merged
christophfroehlich
merged 6 commits into
ros-controls:master
from
christophfroehlich:ext_parameter
Jun 4, 2023
Merged
Sphinx extension for autodocs #97
christophfroehlich
merged 6 commits into
ros-controls:master
from
christophfroehlich:ext_parameter
Jun 4, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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
|
mergify bot
pushed a commit
that referenced
this pull request
Jun 12, 2023
to use with https://github.com/PickNikRobotics/generate_parameter_library (cherry picked from commit b8bf31a) # Conflicts: # conf.py
christophfroehlich
added a commit
that referenced
this pull request
Jun 12, 2023
to use with https://github.com/PickNikRobotics/generate_parameter_library (cherry picked from commit b8bf31a) Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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/