OpenDev Manual
ff03a84488
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 |
||
---|---|---|
doc/source | ||
.gitignore | ||
.gitreview | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
tox.ini |
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.