-
Notifications
You must be signed in to change notification settings - Fork 227
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
ReadtheDocs page is missing a lot of documentation for API. #1200
Comments
Sorry, can you be more clear about what link you are looking at? |
I went to the one for iron. |
https://docs.ros.org/en/iron/API-Docs.html Also, there was no easy way of finding the python docs either, since they were not posted on here. |
That page is not meant to be a listing of all documentation. The correct way to find the API docs is through https://index.ros.org, and doing a search for the package you are interested in. In this case, it would lead to https://index.ros.org/p/rclpy/github-ros2-rclpy/#iron, and there is a link to |
Following the links from index.ros.org I get to the same page https://docs.ros.org/en/iron/p/rclpy/api/node.html, which seems to have no content for the Node class. Comparing a page that does have content with one that doesn't work; the content looks about the same to me:
Seems like the https://build.ros2.org/job/Idoc__rclpy__ubuntu_jammy_amd64/11/console
|
This issue is still happening today (e.g. at http://docs.ros.org/en/jazzy/p/rclpy/ most entries are pretty much empty). Building the docs locally from source as described in the package readme worked fine. |
@dghw thanks for checking on this, i also confirmed that local build just works. (many warnings came up though...) @sloretz i have no idea how often this doc CI runs, do you have any idea about this documentation build CI? CC: @clalancette |
Linking ros-infrastructure/rosdoc2#68 |
No Node API's found or even a link where to find them.
The text was updated successfully, but these errors were encountered: