Robotics StackExchange | Archived questions

API docs have gone missing

Hi,

The API docs for my package have gone missing:

http://docs.ros.org/api/rl_common/html/structexperience.html http://docs.ros.org/api/rl_common/html/structStateActionInfo.html http://docs.ros.org/api/rl_common/html/classAgent.html http://docs.ros.org/api/rl_common/html/classEnvironment.html http://docs.ros.org/api/rl_common/html/classMDPModel.html
http://docs.ros.org/api/rl_common/html/classPlanner.html

Are they generated in a different location now?

Thanks, Todd

Asked by ToddHester on 2015-06-12 10:40:30 UTC

Comments

Answers

Where did you get those links from?

It doesn't appear that this package is documented in any recent version of ROS. You can browse the docs by going to just http://docs.ros.org/ and then you can browse by ROS distribution. You can try to insert the ROS distribution between the docs.ros.org and the api elements of the url.

Asked by William on 2015-06-12 16:37:18 UTC

Comments

Those links are the ones that used to work when I made the wiki page, ~3 years ago now. I looked through the previous distributions and don't see them anywhere. How do I get my packages docs generated again?

Thanks, Todd

Asked by ToddHester on 2015-06-12 20:02:48 UTC

This tutorial details how to get your package documented for ROS these days: http://wiki.ros.org/rosdistro/Tutorials/Indexing%20Your%20ROS%20Repository%20for%20Documentation%20Generation

Asked by William on 2015-06-15 14:41:37 UTC