Another documentation tool for Python.
To build and install from a source distribution execute the following as root from the root directory of the distribution:
# python setup.py install
The following commands can be useful if you wish to modify the package:
# python setup.py rstdocs (Build python documentation from module sources) # python setup.py build_readme (Build README files from package Metadata) # python setup.py build_license (Build LICENSE files from package Metadata) # python setup.py rst2html (Convert reStrunctured text files to html)
For additional help execute one of the following commands:
python setup.py --help (for general help) python setup.py --help-commands (for a list of commands) python setup.py command --help (for help on a specific command)