OpenDev Manual
Go to file
Christian Berendt 86cc80c3bd Remove call of 'python setup.py testr' in tox.ini
Because we do not have a .testr.conf configuration file the call of
python setup.py testr will fail.

Change-Id: I1885c11ae2aa0b98f2ec925580b3a8f26c62b390
2014-10-07 11:58:34 +02:00
doc/source Add an introduction paragraph to the developer guide 2014-09-24 16:29:03 +00:00
.gitignore Create a .gitignore file 2014-06-26 20:53:35 -04:00
.gitreview Added .gitreview 2014-04-29 17:33:38 +00:00
LICENSE Initial commit 2014-05-26 20:25:48 -04:00
README.rst Initial commit 2014-05-26 20:25:48 -04:00
requirements.txt Initial commit 2014-05-26 20:25:48 -04:00
setup.cfg Initial commit 2014-05-26 20:25:48 -04:00
setup.py Initial commit 2014-05-26 20:25:48 -04:00
tox.ini Remove call of 'python setup.py testr' in tox.ini 2014-10-07 11:58:34 +02:00

README.rst

OpenStack Project Infrastructure Manual

To build the manual, execute the following command:

$ tox

After running tox, the documentation will be available for viewing in HTML format in the doc/build/ directory.