keystone/doc
Lance Bragstad 2ef3cdf307 Remove unused test case
Getting a user's roles isn't going to be implemted according to bug reports
(bug 1418015 and bug 933565). This commit removes the test case from
test_content_types.py and removes documentation from example curl calls.

Change-Id: Id317cc28d961316be6a7b8278c5242382784f10f
Related-Bug: 933565
Related-Bug: 1418015
2015-02-09 21:19:25 +00:00
..
ext Remove vim header 2014-02-08 23:54:04 +08:00
source Remove unused test case 2015-02-09 21:19:25 +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
keystone_compat_flows.sdx Align with project configs. 2012-03-01 11:42:42 -08: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/.