Merge "rearrange content to fit the new standard layout"
This commit is contained in:
commit
b36cfac525
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'.
|
# 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
|
||||||
|
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
|
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
|
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
|
||||||
==================
|
==================
|
||||||
|
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