anvil/docs
Joshua Harlow ed7f88ef51 Do some documentation cleanup
Adjust some of the documenation to better reflect reality.

- Reflect how prepare stage builds a source RPM repo and the
  building stage builds a binary RPM repo.
- Restructure to better show the architecture page in the initial
  table of contents instead of hidden under the developer section.
- Adjust line length to be in the < 80 restriction just for ease
  of reading and editing...
- Adjust some of the links...

Change-Id: Idb0ca60e20ea65d743e601c38bd89c0b9392a231
2014-07-28 12:32:18 -07:00
..
source Do some documentation cleanup 2014-07-28 12:32:18 -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!