rearrange content to fit the new standard layout

Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Change-Id: Ic1cf3f4b0510d18961d3d15d7776aeeebb071193
This commit is contained in:
ChangBo Guo(gcb) 2017-07-13 11:21:05 +08:00 committed by ChangBo Guo(gcb)
parent 08bdc31572
commit 61d067b037
14 changed files with 32 additions and 26 deletions

2
.gitignore vendored
View File

@ -44,7 +44,7 @@ output/*/index.html
# Sphinx
doc/build
/doc/source/api/
/doc/source/reference/api/
# pbr generates these
AUTHORS

View File

@ -2,4 +2,4 @@
Contributing
============
.. include:: ../../CONTRIBUTING.rst
.. include:: ../../../CONTRIBUTING.rst

View File

@ -1 +0,0 @@
.. include:: ../../ChangeLog

View File

@ -5,29 +5,10 @@ oslotest -- OpenStack Testing Framework and Utilities
.. toctree::
:maxdepth: 2
installation
testing
features
cross-testing
debugging
resources
contributing
API
===
.. toctree::
:maxdepth: 1
api/autoindex
Release Notes
=============
.. toctree::
:maxdepth: 1
history
install/index
contributor/index
user/index
reference/index
Indices and tables
==================

View File

@ -0,0 +1,9 @@
.. _using:
API
===
.. toctree::
:maxdepth: 1
api/autoindex

View File

@ -0,0 +1 @@
.. include:: ../../../ChangeLog

13
doc/source/user/index.rst Normal file
View File

@ -0,0 +1,13 @@
==============
Using oslotest
==============
.. toctree::
:maxdepth: 2
features
debugging
testing
cross-testing
resources
history

View File

@ -37,6 +37,9 @@ upload-dir = doc/build/html
[pbr]
autodoc_index_modules = true
api_doc_dir = reference/api
autodoc_exclude_modules =
oslotest.tests.*
[wheel]
universal = true