-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I think APIs should be linked to in the examples in the docs.
For example in Writing a simple publisher and subscriber where it says:
The first lines of code after the comments import rclpy so its Node class can be used.
"Node" should be a link to https://docs.ros.org/en/jazzy/p/rclpy/api/node.html
create_publisher declares that the node publishes messages of type String
"String" should be a link to http://docs.ros.org/en/jazzy/p/std_msgs/interfaces/msg/String.html
And the links should be aligned with the ros version of the docs.
I believe this would help developers find and navigate the documentation and help with search engine optimization (as search engines "crawl" assigning values to linked-to sites).
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed