anvil/docs
Jeremy Stanley a958e008d2 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I19cd7aa30ad801d9c098e50004d92333655c9e12
2014-12-05 03:30:43 +00:00
..
source Workflow documentation is now in infra-manual 2014-12-05 03:30:43 +00: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!