From 05a2a60ed8cc1323fad649f7be58c41ef7252114 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 24 Jun 2010 17:39:59 +0200 Subject: [PATCH] docs: Hide a level in TOC --- docs/index.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index a14181b3..49c41226 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -4,6 +4,7 @@ User documentation ================== .. toctree:: + :maxdepth: 3 installation/index changes @@ -13,6 +14,7 @@ Reference documentation ======================= .. toctree:: + :maxdepth: 3 api/index @@ -20,6 +22,7 @@ Development documentation ========================= .. toctree:: + :maxdepth: 3 development/index