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
|
||||
doc/build
|
||||
/doc/source/api/
|
||||
/doc/source/reference/api/
|
||||
|
||||
# pbr generates these
|
||||
AUTHORS
|
||||
|
@@ -2,4 +2,4 @@
|
||||
Contributing
|
||||
============
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
.. include:: ../../../CONTRIBUTING.rst
|
@@ -1 +0,0 @@
|
||||
.. include:: ../../ChangeLog
|
@@ -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
|
||||
==================
|
||||
|
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