Updates:
Status: Started
Owner: [email protected]
Comment #6 on issue 482 by [email protected]: Generate API
documentation
http://code.google.com/p/robotframework/issues/detail?id=482
The basic infrastructure for creating API documentation is now in place. We
decided to use Sphinx for creating and http://readthedocs.org/ for hosting
the documentation.
Sphinx sources and config can be found in doc/api. I also added a
post-commit hook that triggers read the docs build on each commit. The
generated documentation can be viewed at
http://robot-framework.readthedocs.org
Things still to do:
1) Modify user guide to only contain a link to Read the Docs instead of
any documentation.
2) Figure out a way to update doc version automatically
3) ??