diff options
| author | Tom Cocozzello <tjcocozz@us.ibm.com> | 2016-03-16 16:34:46 -0500 |
|---|---|---|
| committer | Tom Cocozzello <tjcocozz@us.ibm.com> | 2016-03-22 13:28:14 +0000 |
| commit | c6904d033265a61143a7fa39a0108741ba3856ff (patch) | |
| tree | 22fdd4f2301072ed94b0fba4642293955d966f33 /doc/source | |
| parent | d59e341a4cd99a8488d5cf41052d9b218379ac87 (diff) | |
| download | python-glanceclient-c6904d033265a61143a7fa39a0108741ba3856ff.tar.gz | |
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
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/index.rst | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index d13fcea..e933cf9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 ----------------- |
