rearrange content to fit the new standard layout
Change-Id: I4dd1c9c289d31077b71f3d96877b776d9d5e16f7 Depends-On: Ia750cb049c0f53a234ea70ce1f2bbbb7a2aa9454
This commit is contained in:
parent
58eb8ab4aa
commit
280cb368f7
11
doc/source/admin/index.rst
Normal file
11
doc/source/admin/index.rst
Normal file
@ -0,0 +1,11 @@
|
||||
================
|
||||
Deployment Guide
|
||||
================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
drivers
|
||||
AMQP1.0
|
||||
pika_driver
|
||||
zmq_driver
|
@ -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
|
||||
|
9
doc/source/configration/index.rst
Normal file
9
doc/source/configration/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
============
|
||||
Configration
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
opts
|
||||
conffixture
|
@ -2,4 +2,4 @@
|
||||
Contributing
|
||||
==============
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
.. include:: ../../../CONTRIBUTING.rst
|
10
doc/source/contributor/index.rst
Normal file
10
doc/source/contributor/index.rst
Normal file
@ -0,0 +1,10 @@
|
||||
===========================
|
||||
Contributing oslo.messaging
|
||||
===========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
contributing
|
||||
driver-dev-guide
|
||||
supported-messaging-drivers
|
@ -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
|
||||
==================
|
||||
|
19
doc/source/reference/index.rst
Normal file
19
doc/source/reference/index.rst
Normal file
@ -0,0 +1,19 @@
|
||||
.. _using:
|
||||
|
||||
=========
|
||||
Reference
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
transport
|
||||
executors
|
||||
target
|
||||
server
|
||||
rpcclient
|
||||
notifier
|
||||
notification_driver
|
||||
notification_listener
|
||||
serializer
|
||||
exceptions
|
1
doc/source/user/history.rst
Normal file
1
doc/source/user/history.rst
Normal file
@ -0,0 +1 @@
|
||||
.. include:: ../../../ChangeLog
|
13
doc/source/user/index.rst
Normal file
13
doc/source/user/index.rst
Normal file
@ -0,0 +1,13 @@
|
||||
====================
|
||||
Using oslo.messaging
|
||||
====================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
FAQ
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
history
|
Loading…
Reference in New Issue
Block a user