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