From 0e8b10ebcc2e0282307a18599333b3093fc05838 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Tue, 9 Oct 2018 13:33:57 +0200
Subject: [PATCH] Only make the maxdepth of the user toctree 2.

The documentation looks cleaner that way...
---
 doc/index.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/index.rst b/doc/index.rst
index 1f56dcd5..27f2e9e8 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -15,11 +15,11 @@ Documentation
   :maxdepth: 2
 
   Users <users>
+
+.. toctree::
+  :maxdepth: 1  
+
   Developers <developers>
   Licence <licence>
   References <references>
-
-.. toctree::
-  :maxdepth: 1
-  
-   Changelog <changelog>
+  Changelog <changelog>
-- 
GitLab