Files
deb-python-openstacksdk/doc/source/users/guides/message.rst
Brian Curtin 6f59061ec4 Implement message docs
This change organizes the message docs by topic rather than letting
autodoc organize methods by the order they appear in the _proxy.py file.

These were not previously included so they're technically all brand new.
There are some minor adjustments made to the docstrings as they weren't
known to be raising warnings before due to not actually being included
anywhere.

Change-Id: Id4b8f08015a6f00b8134fcd2a01506562d9787fb
2017-02-16 15:39:31 -05:00

9 lines
314 B
ReStructuredText

Using OpenStack Message
=======================
Before working with the Message service, you'll need to create a connection
to your OpenStack cloud by following the :doc:`connect` user guide. This will
provide you with the ``conn`` variable used in the examples below.
.. TODO(briancurtin): Implement this guide