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:
Gevorg Davoian 2016-11-04 14:49:39 +02:00
parent cf5e3685f1
commit cf0c18a214
3 changed files with 1 additions and 5 deletions

View File

@ -25,6 +25,7 @@ Contents
drivers
supported-messaging-drivers
AMQP1.0
pika_driver
zmq_driver
FAQ
contributing

View File

@ -11,6 +11,3 @@ Notification Listener
.. autoclass:: MessageHandlingServer
:members:
:noindex:
.. autofunction:: get_local_context
:noindex:

View File

@ -26,5 +26,3 @@ RPC Server
.. autofunction:: expose
.. autoexception:: ExpectedException
.. autofunction:: get_local_context