anvil/docs
Joshua Harlow d295fc9502 Prototype a simpler anvil (with only packaging)
Since it seems not that many people are using the
stage ['install', 'remove', 'restart', 'start',
'status', 'stop', 'test', 'uninstall'] and such we
might as well reduce the goal of anvil to what people
are using to save in maintenance and such; making
anvil simpler to be used and understand.

Change-Id: I471b003e92e2572c4eac87c4ec62b23a4ee7d2ef
2015-01-15 15:53:46 -08:00
..
source Prototype a simpler anvil (with only packaging) 2015-01-15 15:53:46 -08: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

README.rst

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!