-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Use label to link to specific action introspection sections #5565
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
Use label to link to specific action introspection sections #5565
Conversation
Signed-off-by: Christophe Bedard <[email protected]>
|
HTML artifacts: https://github.com/ros2/ros2_documentation/actions/runs/14870865126/artifacts/3074065663. To view the resulting site:
|
fujitatomoya
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm 🚀 thanks for the patch, this is better to keep the reference in rst layer, instead of using html output after build.
we can backport this to kilted.
Signed-off-by: Christophe Bedard <[email protected]> (cherry picked from commit f42056c)
Signed-off-by: Christophe Bedard <[email protected]> (cherry picked from commit f42056c) # Conflicts: # source/Releases/Release-Kilted-Kaiju.rst # source/Tutorials/Beginner-CLI-Tools/Recording-And-Playing-Back-Data/Recording-And-Playing-Back-Data.rst # source/Tutorials/Beginner-CLI-Tools/Understanding-ROS2-Actions/Understanding-ROS2-Actions.rst
Signed-off-by: Christophe Bedard <[email protected]> (cherry picked from commit f42056c) # Conflicts: # source/Releases/Release-Kilted-Kaiju.rst # source/Tutorials/Beginner-CLI-Tools/Recording-And-Playing-Back-Data/Recording-And-Playing-Back-Data.rst # source/Tutorials/Beginner-CLI-Tools/Understanding-ROS2-Actions/Understanding-ROS2-Actions.rst
|
The fact that we can't backport this to other branches (this PR and #5548 (comment)) is an unfortunate limitation. We usually backport release notes to all branches, but like you said they don't necessarily have these newer articles/sections. What we do in some cases is use relative links that go up one level above the distro level and then go down to
But that limits us to (relative) |
…5567) (cherry picked from commit f42056c) Signed-off-by: Christophe Bedard <[email protected]> Co-authored-by: Christophe Bedard <[email protected]>
Follow-up to #5548, see #5548 (comment)