7f3ec1428d
Now that we support other-requirements.txt and there is a Project Team Guide doc [1] on how to set a Python environment up for development, we can take benefit of them and make our docs more concise. [1] http://docs.openstack.org/project-team-guide/project-setup/python.html Co-Authored-By: Hidekazu Nakamura <hid-nakamura@vf.jp.nec.com> Change-Id: Idcfadb7922b75464af430264e55aadc442e1b0a8 |
||
---|---|---|
.. | ||
ext | ||
source | ||
keystone_compat_flows.sdx | ||
Makefile | ||
README.rst |
Building Docs
Developer documentation is generated using Sphinx. To build this documentation, run the following from the root of the repository:
$ tox -e docs
The documentation will be built at doc/build/
.