Adds toctree to v2 section of docs
The toctree was globbing a nonexistent directory, and not producing useful output. This patch lists the contents correctly. Change-Id: I414120d948bd3eeeec84ac279bab11c276ef5eee
This commit is contained in:
parent
93610787de
commit
cf71b18ff7
@ -54,10 +54,9 @@ Compute API v2
|
||||
==============
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
v2/*
|
||||
v2/index
|
||||
|
||||
API Extensions
|
||||
==============
|
||||
|
@ -20,6 +20,18 @@ This section describes the Compute API version 2 and is intended for software
|
||||
developers interested in developing applications using the OpenStack Compute
|
||||
Application Programming Interface (API).
|
||||
|
||||
..toctree::
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
:glob:
|
||||
|
||||
2.0_general_info
|
||||
2.0_server_concepts
|
||||
authentication
|
||||
extensions
|
||||
faults
|
||||
limits
|
||||
links_and_references
|
||||
paginated_collections
|
||||
polling_changes-since_parameter
|
||||
request_and_response_formats
|
||||
versions
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user