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
This commit is contained in:
Sean McGinnis 2018-04-05 15:59:41 -05:00 committed by TommyLike
parent 04847c42c7
commit 5a7a1caa5a
2 changed files with 10 additions and 1 deletions

View File

@ -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 <api_microversion_history>` documentation.
.. toctree::
:hidden:
api_microversion_history

View File

@ -32,7 +32,6 @@ Programming HowTos and Tutorials
testing
api_microversion_dev
api_conditional_updates
api_microversion_history
addmethod.openstackapi
drivers
gmr