4f4e83d85f
Update the docs to use the stackforge links as well as update the preinstalling stage where you need to boostrap anvils dependencies. Change-Id: I77b1b98b40c30805479d0f884fe3940eca9d3e17 |
||
---|---|---|
.. | ||
source | ||
Makefile | ||
README.rst |
Building the docs
Dependencies
- Sphinx
-
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.
pip install Sphinx
Use make
Just type make:
% make html
Look in the Makefile for more targets.
Check out the build directory to find them. Yay!