oslo.messaging/oslo_messaging/_drivers/pika_driver
lingyongxu d7229a124f Fix some reST field lists in docstrings
Probably the most common format for documenting arguments is reST field
lists [1]. This change updates some docstrings to comply with the field
lists syntax.
[1] http://sphinx-doc.org/domains.html#info-field-lists

Change-Id: Ifa8c0db3efc03eac3b034ef642aaa8fce514a66e
2017-09-07 05:42:45 +00:00
..
__init__.py Splits pika driver into several files 2015-11-05 12:45:52 -05:00
pika_commons.py Add configurable serialization to pika 2016-09-10 12:28:25 +00:00
pika_connection.py Implements configurable connection factory 2016-05-12 11:51:26 +03:00
pika_connection_factory.py Config: no need to set default=None 2016-06-28 15:47:39 +08:00
pika_engine.py drivers: use common.ConfigOptsProxy everywhere 2017-02-27 13:10:31 +01:00
pika_exceptions.py Preparations for configurable serialization 2015-12-07 18:15:20 +02:00
pika_listener.py Implements pika thread safe connection 2016-04-23 13:14:58 +03:00
pika_message.py Fix some reST field lists in docstrings 2017-09-07 05:42:45 +00:00
pika_poller.py Fix some reST field lists in docstrings 2017-09-07 05:42:45 +00:00