From 5a7a1caa5abe94440df8dd37f3d321779908b1d9 Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Thu, 5 Apr 2018 15:59:41 -0500 Subject: [PATCH] Move MV history under API Microversion contrib docs The REST API Version History was being listed in the top level TOC for the contributor guide, causing each microversion to show up as a separate item in the table of contents. This looks a odd and causes a lot of scrolling to get to some of the contributor information. This moves the version history under the API Microversions section so all microversion information is within on section of the guide. Change-Id: I74232b52088a395b618e07902427889200c2fdae --- doc/source/contributor/api_microversion_dev.rst | 10 ++++++++++ doc/source/contributor/index.rst | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/source/contributor/api_microversion_dev.rst b/doc/source/contributor/api_microversion_dev.rst index 38c8550598f..13dbc4a737a 100644 --- a/doc/source/contributor/api_microversion_dev.rst +++ b/doc/source/contributor/api_microversion_dev.rst @@ -327,3 +327,13 @@ header, for example:: res = controller.index(req) ... assertions about the response ... +REST API Version History +------------------------ + +Details for each existing microversion change can be found in the +:doc:`REST API Version History ` documentation. + +.. toctree:: + :hidden: + + api_microversion_history diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 48a0410154a..0fdb1f33307 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -32,7 +32,6 @@ Programming HowTos and Tutorials testing api_microversion_dev api_conditional_updates - api_microversion_history addmethod.openstackapi drivers gmr