anvil/docs
Joshua Harlow a276cc8e3a Update examples
Add a build example and refresh the bootstrap,
prepare and install examples to reflect there
current output.

Change-Id: I41d304b914d26ae621fb6f3d2cf91c02e1b5e251
2013-06-30 18:43:04 -07:00
..
source Update examples 2013-06-30 18:43:04 -07:00
Makefile More string fixes and initial add of docs 2012-03-30 12:56:55 -07:00
README.rst Update docs/README.rst 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!