Stanislav Kudriashev 0b0bcfebf0 Switch between OpenStack versions docs update.
After implementing possibility to switch between OpenStack
version flexibly using the origins configuration files -
the following sections were updated in the documentation:
* 'Configurations' section on the features page:
  - origins files location
* 'Configuration' section on the getting started page:
  - how to include origins file in command line
* 'How do I run a specific OpenStack milestone' section
  on the 'Questions and Answers' page:
  - origins configuration file parameters
  - specifying component branch/tag

Change-Id: I6ad2288b3f919531af02b553ed86d16536fc75e1
2013-11-04 11:17:17 +02: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!