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:
+11
-1
@@ -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
|
||||
-----------------
|
||||
|
||||
Reference in New Issue
Block a user