Merge "rearrange docs based on new standard layout"

This commit is contained in:
Jenkins 2017-06-28 08:40:05 +00:00 committed by Gerrit Code Review
commit 4848dfece9
21 changed files with 43 additions and 22 deletions

View File

@ -289,7 +289,7 @@ where the top-level keys are:
the ``OptGroup`` they are assigned to which defaults to ``DEFAULT`` if unset.
For information on the various attributes of each option, refer to
:doc:`opts`.
:ref:`option-definitions`.
``deprecated_options``

9
doc/source/cli/index.rst Normal file
View File

@ -0,0 +1,9 @@
================================
oslo.config Command Line Tools
================================
.. toctree::
:maxdepth: 2
generator

View File

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

View File

@ -1,5 +1,6 @@
oslo.config
===========
=============
oslo.config
=============
An OpenStack library for parsing configuration options from the command
line and configuration files.
@ -10,24 +11,9 @@ Contents
.. toctree::
:maxdepth: 2
cfg
opts
types
configopts
cfgfilter
helpers
fixture
parser
exceptions
namespaces
styleguide
mutable
generator
builtins
sphinxext
sphinxconfiggen
faq
contributing
reference/index
cli/index
contributor/index
Indices and tables
==================

View File

@ -0,0 +1,24 @@
===================
Using oslo.config
===================
.. toctree::
:maxdepth: 2
cfg
opts
types
configopts
cfgfilter
helpers
fixture
parser
exceptions
namespaces
styleguide
mutable
builtins
sphinxext
sphinxconfiggen
faq

View File

@ -1,3 +1,5 @@
.. _option-definitions:
------------------
Option Definitions
------------------