
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
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.