d0d7e0bf4f
General editing of the page on how to set up a development environment, including: - Documented which packages you need to install on Fedora-based systems in order to run a development environment. - Documented prereqs for setting up on Mac OS X - Reorganized some sections - Word wrapped text to 78 columns - Removed steps to install pep8/pylint, this is now done automatically. - MacOSX -> Mac OS X Also, some minor edits: Change-Id: I6f6181b3f3332fec93bc55897c7b9bdc50926908
Building the docs
It is really easy. You'll need sphinx (the python one) and if you are using the virtualenv you'll need to install it in the virtualenv specifically so that it can load the nova modules.
Use make
Just type make:
% make
Look in the Makefile for more targets.
Manually
Generate the code.rst file so that Sphinx will pull in our docstrings:
% ./generate_autodoc_index.sh > source/code.rst
Run `sphinx_build`:
% sphinx-build -b html source build/html
The docs have been built
Check out the build directory to find them. Yay!