From cf0c18a214e80a2d8231794f0b607696e529dc08 Mon Sep 17 00:00:00 2001 From: Gevorg Davoian Date: Fri, 4 Nov 2016 14:49:39 +0200 Subject: [PATCH] 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 --- doc/source/index.rst | 1 + doc/source/notification_listener.rst | 3 --- doc/source/server.rst | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 9a6873cbd..b497820e7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -25,6 +25,7 @@ Contents drivers supported-messaging-drivers AMQP1.0 + pika_driver zmq_driver FAQ contributing diff --git a/doc/source/notification_listener.rst b/doc/source/notification_listener.rst index 3a69070b1..b1dc69667 100644 --- a/doc/source/notification_listener.rst +++ b/doc/source/notification_listener.rst @@ -11,6 +11,3 @@ Notification Listener .. autoclass:: MessageHandlingServer :members: :noindex: - -.. autofunction:: get_local_context - :noindex: diff --git a/doc/source/server.rst b/doc/source/server.rst index f3b32543c..17a87d803 100644 --- a/doc/source/server.rst +++ b/doc/source/server.rst @@ -26,5 +26,3 @@ RPC Server .. autofunction:: expose .. autoexception:: ExpectedException - -.. autofunction:: get_local_context