keystone/doc
Colleen Murphy f4b0061303 Delete outdated keystonemiddleware doc
We don't recommend using admin_user and admin_password in
[keystone_authtoken] anymore, those are very deprecated[1]. We have a
relatively up-to-date example in the keystonemiddleware docs[2].

[1] http://git.openstack.org/cgit/openstack/keystonemiddleware/tree/keystonemiddleware/auth_token/_auth.py?h=5.3.0#n30
[2] https://docs.openstack.org/keystonemiddleware/latest/middlewarearchitecture.html#configuration

Change-Id: I55961711f526a35ba0e1edb542b124b9eb330d5d
2018-12-12 11:38:52 +01:00
..
ext Fix doc generation for python 3 2017-04-17 07:44:47 +02:00
source Delete outdated keystonemiddleware doc 2018-12-12 11:38:52 +01: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 Add introduction section to federation docs 2018-12-11 15:37:06 +01: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/.