Files
anvil/docs
Joshua Harlow 89861ff3e9 Adjust the wording in the summary.
The wording wasn't exactly correct
so fix a few places that were not
that great with a improved version.

Change-Id: I97ce692e9c4640787fa5938affc04deefec42ef9
2013-08-15 23:36:49 -07:00
..
2013-08-15 23:36:49 -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!