Commit 879f5c8f authored by Antoine Millet's avatar Antoine Millet
Browse files

Improved toc of documentation

parent a885a2a8
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line

Core library
------------

Sub-packages
~~~~~~~~~~~~
Sub-packages:

.. toctree::
   :maxdepth: 2

   core.protocols

Module members
~~~~~~~~~~~~~~

.. automodule:: sjrpc.core
   :members:
   :inherited-members:
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ Welcome to sjRpc's documentation!
Contents:

.. toctree::
   :maxdepth: 2
   :maxdepth: 3

   fundamentals
   examples
+0 −5
Original line number Diff line number Diff line
@@ -15,11 +15,6 @@ This packages export following function/classes:

It also contains a sub-package containing protocols: :mod:`core.protocols`.

.. toctree::
   :hidden:

   core.protocols

'''

from sjrpc.core.rpcconnection import *