Remove nonexistent functions from documentation
This patch cleans up the documentation by removing some functions which don't exist anymore and cause sphinx warnings. The patch also adds pika_driver to index.rst. Change-Id: I23908089ef6ad1f05c78521c2eea3a0a3276eb2a Closes-Bug: #1639171
This commit is contained in:
parent
cf5e3685f1
commit
cf0c18a214
@ -25,6 +25,7 @@ Contents
|
|||||||
drivers
|
drivers
|
||||||
supported-messaging-drivers
|
supported-messaging-drivers
|
||||||
AMQP1.0
|
AMQP1.0
|
||||||
|
pika_driver
|
||||||
zmq_driver
|
zmq_driver
|
||||||
FAQ
|
FAQ
|
||||||
contributing
|
contributing
|
||||||
|
@ -11,6 +11,3 @@ Notification Listener
|
|||||||
.. autoclass:: MessageHandlingServer
|
.. autoclass:: MessageHandlingServer
|
||||||
:members:
|
:members:
|
||||||
:noindex:
|
:noindex:
|
||||||
|
|
||||||
.. autofunction:: get_local_context
|
|
||||||
:noindex:
|
|
||||||
|
@ -26,5 +26,3 @@ RPC Server
|
|||||||
.. autofunction:: expose
|
.. autofunction:: expose
|
||||||
|
|
||||||
.. autoexception:: ExpectedException
|
.. autoexception:: ExpectedException
|
||||||
|
|
||||||
.. autofunction:: get_local_context
|
|
||||||
|
Loading…
Reference in New Issue
Block a user