rearrange content to fit the new standard layout

Change-Id: I4dd1c9c289d31077b71f3d96877b776d9d5e16f7
Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
This commit is contained in:
Dong Ma 2017-07-04 01:53:17 +08:00
parent 58eb8ab4aa
commit 280cb368f7
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'.
# html_theme_path = ["."]
# html_theme = '_theme'
html_static_path = ['static']
# html_static_path = ['static']
# Output file base name for HTML help builder.
htmlhelp_basename = '%sdoc' % project

View File

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

View File

@ -2,4 +2,4 @@
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
==============
The Oslo messaging API supports RPC and notifications over a number of
different messaging transports.
Contents
========
.. toctree::
:maxdepth: 1
transport
executors
target
server
rpcclient
notifier
notification_driver
notification_listener
serializer
exceptions
opts
conffixture
drivers
supported-messaging-drivers
AMQP1.0
pika_driver
zmq_driver
driver-dev-guide
FAQ
contributing
contributor/index
configration/index
admin/index
user/index
reference/index
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