Files
anvil/docs
Éric Araujo fa60f5a608 Fix typos/grammar in two doc files
Change-Id: Ie798bbb17edcd4ab3da2beccbed5d259a9239296
2014-01-16 06:03:52 -05:00
..
2014-01-16 06:03:52 -05: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!