Dolph Mathews 6594b8e1a8 Explain default domain in docs for other services
The documentation for other services previously made an assertion that
(paraphrasing) "using v3 tokens on v2 works fine." That statement comes
with a laundry list of caveats, starting with the "default" domain.

This patch revises the documentation to introduce the default domain
first, and then enumerates the caveats that come as a result of mixing
and matching v2 and v3.

There's also some general RST syntax improvements, grammar improvements,
and line wrapping politely at 79 characters like your mother taught you
to do.

Change-Id: I342092b9c9971d44438fa83f547d1f5ddd204ced
2015-10-20 15:06:54 -05:00
..
2012-03-01 11:42:42 -08:00
2013-12-13 02:47:37 +00:00

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