From 879f5c8f9e98b9132b1a49143163ca006d8c9dc7 Mon Sep 17 00:00:00 2001 From: Antoine Millet Date: Mon, 3 Oct 2011 14:28:54 +0200 Subject: [PATCH] Improved toc of documentation --- doc/api/core.rst | 7 +------ doc/index.rst | 2 +- sjrpc/core/__init__.py | 5 ----- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/doc/api/core.rst b/doc/api/core.rst index bab89ed..044ef8c 100644 --- a/doc/api/core.rst +++ b/doc/api/core.rst @@ -1,18 +1,13 @@ - Core library ------------ -Sub-packages -~~~~~~~~~~~~ +Sub-packages: .. toctree:: :maxdepth: 2 core.protocols -Module members -~~~~~~~~~~~~~~ - .. automodule:: sjrpc.core :members: :inherited-members: diff --git a/doc/index.rst b/doc/index.rst index b0293f9..1ba5cdc 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,7 +4,7 @@ Welcome to sjRpc's documentation! Contents: .. toctree:: - :maxdepth: 2 + :maxdepth: 3 fundamentals examples diff --git a/sjrpc/core/__init__.py b/sjrpc/core/__init__.py index 2ac7cbb..bcddb07 100644 --- a/sjrpc/core/__init__.py +++ b/sjrpc/core/__init__.py @@ -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 * -- GitLab