Merge "rearrange content to fit the new standard layout"

This commit is contained in:
Jenkins 2017-07-06 03:34:12 +00:00 committed by Gerrit Code Review
commit b36cfac525
29 changed files with 71 additions and 24 deletions

View File

@ -0,0 +1,11 @@
================
Deployment Guide
================
.. toctree::
:maxdepth: 2
drivers
AMQP1.0
pika_driver
zmq_driver

View File

@ -50,7 +50,7 @@ pygments_style = 'sphinx'
# Sphinx are currently 'default' and 'sphinxdoc'. # Sphinx are currently 'default' and 'sphinxdoc'.
# html_theme_path = ["."] # html_theme_path = ["."]
# html_theme = '_theme' # html_theme = '_theme'
html_static_path = ['static'] # html_static_path = ['static']
# Output file base name for HTML help builder. # Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project htmlhelp_basename = '%sdoc' % project

View File

@ -0,0 +1,9 @@
============
Configration
============
.. toctree::
:maxdepth: 2
opts
conffixture

View File

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

View File

@ -0,0 +1,10 @@
===========================
Contributing oslo.messaging
===========================
.. toctree::
:maxdepth: 2
contributing
driver-dev-guide
supported-messaging-drivers

View File

@ -1,35 +1,19 @@
==============
oslo.messaging oslo.messaging
============== ==============
The Oslo messaging API supports RPC and notifications over a number of The Oslo messaging API supports RPC and notifications over a number of
different messaging transports. different messaging transports.
Contents
========
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
transport contributor/index
executors configration/index
target admin/index
server user/index
rpcclient reference/index
notifier
notification_driver
notification_listener
serializer
exceptions
opts
conffixture
drivers
supported-messaging-drivers
AMQP1.0
pika_driver
zmq_driver
driver-dev-guide
FAQ
contributing
Indices and tables Indices and tables
================== ==================

View File

@ -0,0 +1,19 @@
.. _using:
=========
Reference
=========
.. toctree::
:maxdepth: 2
transport
executors
target
server
rpcclient
notifier
notification_driver
notification_listener
serializer
exceptions

View File

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

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

@ -0,0 +1,13 @@
====================
Using oslo.messaging
====================
.. toctree::
:maxdepth: 2
FAQ
.. toctree::
:maxdepth: 1
history