Docs are generated incorrectly

When docs are generated with pbr command 'warnerrors = True'
there are many doc problems that are shown. This patch fixes
these problems.

Change-Id: Idb804ab924782b6d7d379494987bdba2acbce568
Closes-Bug: #1557235
This commit is contained in:
Tom Cocozzello
2016-03-16 16:34:46 -05:00
parent d59e341a4c
commit c6904d0332
5 changed files with 25 additions and 9 deletions
+11 -1
View File
@@ -23,7 +23,6 @@ In order to use the python api directly, you must first obtain an auth token and
Python API Reference
~~~~~~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 2
@@ -31,6 +30,17 @@ Python API Reference
ref/v1/index
ref/v2/index
.. toctree::
:maxdepth: 1
How to use the v2 API <apiv2>
Command-line Tool Reference
~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. toctree::
:maxdepth: 1
man/glance
Command-line Tool
-----------------