keystone/doc
jolie 9fa78cb9c8 [doc] Correct mapping JSON example
A sample mapping does not contain valid JSON and will fail to validate.
Replace the "=" with ":" to correct the example.

Change-Id: I0c6c64ad131da1120d6acad903d5388e30eb7604
2016-10-10 03:49:22 +00:00
..
ext Use ConfigParser instead of SafeConfigParser 2016-09-12 16:21:37 +00:00
source [doc] Correct mapping JSON example 2016-10-10 03:49:22 +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

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