From cf71b18ff7601fe76ef8de6b5669c776bee1daf0 Mon Sep 17 00:00:00 2001 From: Matthew Gilliard Date: Tue, 28 Apr 2015 11:34:31 +0100 Subject: [PATCH] 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 --- doc/source/index.rst | 3 +-- doc/source/v2/index.rst | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index d3c8872fa0c3..de1f674098d4 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -54,10 +54,9 @@ Compute API v2 ============== .. toctree:: - :glob: :maxdepth: 1 - v2/* + v2/index API Extensions ============== diff --git a/doc/source/v2/index.rst b/doc/source/v2/index.rst index 9cef212ecd4d..8cc92c5c693c 100644 --- a/doc/source/v2/index.rst +++ b/doc/source/v2/index.rst @@ -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 +