keystone/doc
Dolph Mathews c0d56ecdf4 Rename test_keystoneclient*
Both of the test modules that perform functional (*cough* integration
*cough*) tests with python-keystoneclient are primarily focused on API
coverage for v2. All the analogous coverage for v3 is in the test_v3*
modules, so these two modules should be renamed so that they're easier
for new contributors to find.

Change-Id: Ib4264e5b9914177c48a63d239c1d05c743d62a26
2015-02-24 20:27:36 +00:00
..
ext Remove vim header 2014-02-08 23:54:04 +08:00
source Rename test_keystoneclient* 2015-02-24 20:27:36 +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/.