rearrange content to fit the new standard layout
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454 Change-Id: Ic1cf3f4b0510d18961d3d15d7776aeeebb071193
This commit is contained in:

committed by
ChangBo Guo(gcb)

parent
08bdc31572
commit
61d067b037
2
.gitignore
vendored
2
.gitignore
vendored
@@ -44,7 +44,7 @@ output/*/index.html
|
|||||||
|
|
||||||
# Sphinx
|
# Sphinx
|
||||||
doc/build
|
doc/build
|
||||||
/doc/source/api/
|
/doc/source/reference/api/
|
||||||
|
|
||||||
# pbr generates these
|
# pbr generates these
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
@@ -2,4 +2,4 @@
|
|||||||
Contributing
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
||||||
.. include:: ../../CONTRIBUTING.rst
|
.. include:: ../../../CONTRIBUTING.rst
|
@@ -1 +0,0 @@
|
|||||||
.. include:: ../../ChangeLog
|
|
@@ -5,29 +5,10 @@ oslotest -- OpenStack Testing Framework and Utilities
|
|||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
installation
|
install/index
|
||||||
testing
|
contributor/index
|
||||||
features
|
user/index
|
||||||
cross-testing
|
reference/index
|
||||||
debugging
|
|
||||||
resources
|
|
||||||
contributing
|
|
||||||
|
|
||||||
API
|
|
||||||
===
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
api/autoindex
|
|
||||||
|
|
||||||
Release Notes
|
|
||||||
=============
|
|
||||||
|
|
||||||
.. toctree::
|
|
||||||
:maxdepth: 1
|
|
||||||
|
|
||||||
history
|
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
9
doc/source/reference/index.rst
Normal file
9
doc/source/reference/index.rst
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.. _using:
|
||||||
|
|
||||||
|
API
|
||||||
|
===
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 1
|
||||||
|
|
||||||
|
api/autoindex
|
1
doc/source/user/history.rst
Normal file
1
doc/source/user/history.rst
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.. include:: ../../../ChangeLog
|
13
doc/source/user/index.rst
Normal file
13
doc/source/user/index.rst
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
==============
|
||||||
|
Using oslotest
|
||||||
|
==============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
features
|
||||||
|
debugging
|
||||||
|
testing
|
||||||
|
cross-testing
|
||||||
|
resources
|
||||||
|
history
|
Reference in New Issue
Block a user