keystone/doc
Eric Brown a74be79b05 Updates to the architecture doc
The text in the architecture doc is somewhat out-of-date for the
current function level of keystone. Edits include:

* Removed references to domain, project, role information in LDAP.
* Removed capitialization of keystone objects
* Some line wrap adjustments
* Updated link on oslo.policy location

Change-Id: Iefcaf00c8844613b10a2cf77a820db7fe0934742
2016-11-10 14:14:34 -08:00
..
ext Use ConfigParser instead of SafeConfigParser 2016-09-12 16:21:37 +00:00
source Updates to the architecture doc 2016-11-10 14:14:34 -08:00
Makefile Align with project configs. 2012-03-01 11:42:42 -08:00
README.rst Fixes documentation building 2013-12-13 02:47:37 +00:00

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