docs: Reduce depth of ToCs on front page

This commit is contained in:
Stein Magnus Jodal 2013-03-31 13:31:52 +02:00
parent 6283c6ee9b
commit 82e94f00fe

View File

@ -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