keystone/doc
Lance Bragstad 9d949e4946 Overhaul the RBAC documentation for administrators
The administrator guide has a section dedicated to RBAC and policy.
This guide doesn't include any information about the work we've been
doing since Pike to evolve keystone's default policies.

This commit updates the documentation to describe what comes with
keystone RBAC out-of-the-box for operators. It also reduces the amount
of documentation that was duplicated with what oslo.policy already has
written down.

Change-Id: Ia870a4353b8c6b0725615e65bd1c32745c9975b3
2019-10-09 18:16:18 +00:00
..
ext Replace support matrix ext with common library 2019-04-16 18:09:14 -07:00
source Overhaul the RBAC documentation for administrators 2019-10-09 18:16:18 +00: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
requirements.txt Merge "Blacklist sphinx 2.1.0 (autodoc bug)" 2019-07-19 19:33:07 +00:00

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