diff --git a/doc/index.rst b/doc/index.rst index 2682edc..16d7c1c 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -29,6 +29,7 @@ Contents examples ssl threading + zeromq hubs testing environment diff --git a/doc/modules/zmq.rst b/doc/modules/zmq.rst index eb4f0b3..c9e925a 100644 --- a/doc/modules/zmq.rst +++ b/doc/modules/zmq.rst @@ -28,6 +28,7 @@ :mod:`pyzmq ` [1]_ Is a python binding to the C++ ØMQ [2]_ library written in Cython [3]_. The following is auto generated :mod:`pyzmq's ` from documentation. + .. autoclass:: zmq.core.context.Context :members: @@ -39,4 +40,4 @@ auto generated :mod:`pyzmq's ` from documentation. .. [1] http://github.com/zeromq/pyzmq .. [2] http://www.zeromq.com -.. [3] http://www.cython.org \ No newline at end of file +.. [3] http://www.cython.org