rearrange content to fit the new standard layout

Change-Id: Ic218b63c96d43c3c08744f18e0e0d56dd381987c
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-06-23 12:51:30 -04:00
parent 33d76a5d29
commit 0fd6b61d4f
29 changed files with 43 additions and 23 deletions

View File

@ -2,7 +2,7 @@
Advanced Configuration Files
==============================
The oslo.config options described in :doc:`/opts` make it easy to
The oslo.config options described in :ref:`opts` make it easy to
enable some default logging configuration behavior such as setting the
default log level and output file. For more advanced configurations
using translations or multiple output destinations oslo.log relies on

View File

@ -0,0 +1,9 @@
==============================================
Administering Applications that use oslo.log
==============================================
.. toctree::
:maxdepth: 2
advanced_config
journal

View File

@ -1,3 +1,5 @@
.. _opts:
=======================
Configuration Options
=======================

View File

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

View File

@ -10,24 +10,12 @@ logging (like resource id's etc).
.. toctree::
:maxdepth: 1
installation
usage
journal
migration
opts
configfiles/index
examples
contributing
history
API Documentation
=================
.. toctree::
:maxdepth: 2
:glob:
api/*
install/index
user/index
reference/index
configuration/index
admin/index
contributor/index
Indices and tables
==================

View File

@ -0,0 +1,8 @@
========================
oslo.log API Reference
========================
.. toctree::
:glob:
*

View File

@ -9,4 +9,4 @@
.. seealso::
:doc:`../usage`
:ref:`using`

View File

@ -9,4 +9,4 @@
.. seealso::
:doc:`../usage`
:ref:`using`

View File

@ -4,4 +4,4 @@
.. _assert: https://docs.python.org/2/library/unittest.html#unittest.TestCase.assertTrue
.. include:: ../../ChangeLog
.. include:: ../../../ChangeLog

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

@ -0,0 +1,13 @@
.. _using:
================
Using oslo.log
================
.. toctree::
:maxdepth: 2
usage
examples
migration
history