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:
parent
33d76a5d29
commit
0fd6b61d4f
@ -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
|
9
doc/source/admin/index.rst
Normal file
9
doc/source/admin/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
==============================================
|
||||
Administering Applications that use oslo.log
|
||||
==============================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
advanced_config
|
||||
journal
|
@ -1,3 +1,5 @@
|
||||
.. _opts:
|
||||
|
||||
=======================
|
||||
Configuration Options
|
||||
=======================
|
@ -2,4 +2,4 @@
|
||||
Contributing
|
||||
============
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
.. include:: ../../../CONTRIBUTING.rst
|
@ -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
|
||||
==================
|
||||
|
8
doc/source/reference/index.rst
Normal file
8
doc/source/reference/index.rst
Normal file
@ -0,0 +1,8 @@
|
||||
========================
|
||||
oslo.log API Reference
|
||||
========================
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
|
||||
*
|
@ -9,4 +9,4 @@
|
||||
|
||||
.. seealso::
|
||||
|
||||
:doc:`../usage`
|
||||
:ref:`using`
|
@ -9,4 +9,4 @@
|
||||
|
||||
.. seealso::
|
||||
|
||||
:doc:`../usage`
|
||||
:ref:`using`
|
@ -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
13
doc/source/user/index.rst
Normal file
@ -0,0 +1,13 @@
|
||||
.. _using:
|
||||
|
||||
================
|
||||
Using oslo.log
|
||||
================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
usage
|
||||
examples
|
||||
migration
|
||||
history
|
Loading…
Reference in New Issue
Block a user