entropy/docs
pran1990 d3ae477176 Add code to stackforge/entropy
Because upstream wasn't mentioned when project was created, merge
existing upstream code manually. Current upstream is
https://github.com/pran1990/entropy

Add first draft of script in entropy/entropy.py. Utils used by the package are in entropy/utils.py

Added licenses to py scripts and LICENCE file

Added tox.ini, requirements.txt, and test-requirements.txt to setup
environments for gerrit's jenkins tests

Added sphinx docs in docs/. Instructions to build docs are in docs/README.rst

Change-Id: Ifff7cff38989e8c5509d3ecf4b34485893bfcfdb
2013-12-13 11:51:43 -08:00
..
Makefile Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
README.rst Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
conf.py Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
index.rst Add code to stackforge/entropy 2013-12-13 11:51:43 -08:00
make.bat Add code to stackforge/entropy 2013-12-13 11:51:43 -08: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.