rearrange existing documentation to fit the new standard layout

Change-Id: I0727caae202b385d740b006fd957b990e308c6d7
This commit is contained in:
Akihiro Motoki 2017-07-01 20:21:47 +09:00
parent d14dfdf5c4
commit 0f3ea232b7
26 changed files with 49 additions and 50 deletions

View File

@ -1,5 +0,0 @@
==============
Contributing
==============
.. include:: ../../CONTRIBUTING.rst

View File

@ -0,0 +1,5 @@
============
Contributing
============
.. include:: ../../../CONTRIBUTING.rst

View File

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

View File

@ -8,51 +8,12 @@ such as encoding, exception handling, string manipulation, and time handling.
.. toctree::
:maxdepth: 1
installation
usage
contributing
install/index
user/index
reference/index
contributor/index
API Documentation
=================
.. toctree::
:maxdepth: 2
api/dictutils
api/encodeutils
api/eventletutils
api/excutils
api/fileutils
api/fixture
api/importutils
api/netutils
api/reflection
api/secretutils
api/specs_matcher
api/strutils
api/timeutils
api/units
api/uuidutils
api/versionutils
Examples
========
.. toctree::
:maxdepth: 2
examples/timeutils
Release Notes
=============
.. toctree::
:maxdepth: 1
history
Indices and tables
==================
.. rubric:: Indices and tables
* :ref:`genindex`
* :ref:`modindex`

View File

@ -0,0 +1,23 @@
=============
API Reference
=============
.. toctree::
:maxdepth: 2
dictutils
encodeutils
eventletutils
excutils
fileutils
fixture
importutils
netutils
reflection
secretutils
specs_matcher
strutils
timeutils
units
uuidutils
versionutils

View File

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

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

@ -0,0 +1,15 @@
==================
Using oslo.service
==================
.. toctree::
:maxdepth: 2
usage
timeutils
.. history contains a lot of sections, toctree with maxdepth 1 is used.
.. toctree::
:maxdepth: 1
history