OpenDev Manual
Go to file
Anita Kuno ff03a84488 Create a .gitignore file
Currently infra-manual doesn't have a .gitignore file. This patch
creates that file and includes some initial contents - the results
of running `tox` to build the docs and some artifacts of using
various editors.

Change-Id: Ic51eeaa2d972b8d065432e01bf1603ad8b4c3a90
2014-06-26 20:53:35 -04:00
doc/source Initial commit 2014-05-26 20:25:48 -04: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 Initial commit 2014-05-26 20:25:48 -04:00

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.