From 82e94f00fe230fee9a556b5e0c05e8d7612a191c Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 31 Mar 2013 13:31:52 +0200 Subject: [PATCH] docs: Reduce depth of ToCs on front page --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 5450ea5c..54745298 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -38,7 +38,7 @@ User documentation ================== .. toctree:: - :maxdepth: 3 + :maxdepth: 2 installation/index installation/raspberrypi @@ -54,7 +54,7 @@ Reference documentation ======================= .. toctree:: - :maxdepth: 3 + :maxdepth: 2 api/index modules/index @@ -64,7 +64,7 @@ Development documentation ========================= .. toctree:: - :maxdepth: 3 + :maxdepth: 2 development extensiondev