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:
Matthew Gilliard 2015-04-28 11:34:31 +01:00
parent 93610787de
commit cf71b18ff7
2 changed files with 15 additions and 4 deletions

View File

@ -54,10 +54,9 @@ Compute API v2
==============
.. toctree::
:glob:
:maxdepth: 1
v2/*
v2/index
API Extensions
==============

View File

@ -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