-
Notifications
You must be signed in to change notification settings - Fork 129
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
documentation build #201
Comments
Do have an example that could be used to test such a feature? I am not sure if the buildfarm doc scripts could be used like the prerelease script, i.e. to test the merged code. |
My most documented package is https://github.com/pyros-dev/catkin_pip/tree/industrial_ci. Doc has been generated there previously by the buildfarm : http://docs.ros.org/indigo/api/catkin_pip/html/. I am currently migrating it to use industrial_ci instead of my custom travis and shell scripts, so we can use that package for testing it. Using rosdoc_lite should be fine, thats what I usually do locally. |
I recently made another package, much simpler, for testing this kind of thing : https://github.com/pyros-dev/ros1_template |
Might be interesting to look at catkin_tools_document a |
Thanks for pointing this out! |
We have run into the same issue - beyond doxygen (which writes into the read-only source directory, but can be redirected) we run automatic documentation on a built Python module (bindings from C++), i.e., can only work if that build artefact is available. Is there any example for building documentation or work-around? (I have seen the open PR on making it write-able but it seems to not have been merged/gotten stuck). |
I would like to refresh this issue. I recently added a rosdoc_lite check to our CI: PilzDE/psen_scan_v2@2d31822 It just validates that no warnings/errors are printed from rosdoc_lite. Unfortunately I had to filter some existing errors that would @ipa-mdl would you welcome a check for rosdoc_lite warnings/errors in industrial_ci? |
Definitely! |
Currently industrial_ci is testing build, run_tests, and install target.
It would be useful to include a doc build test, probably following the way the buildfarm does it, or something along the lines of http://wiki.ros.org/rosdoc_lite
The text was updated successfully, but these errors were encountered: