Joshua Harlow 5db367f302 Doc adjustments + new examples.
Change-Id: I9ca1485dc78dbb050ad0f59075c18395117cbf8e
2013-07-28 19:59:31 -07:00
..
2013-07-28 19:59:31 -07:00
2012-03-30 15:00:38 -07:00

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!