From bc1ce50dc232a7c1d740c7eed7d06c9389e719dc Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Mon, 10 Feb 2025 16:40:20 +0100
Subject: [PATCH 1/2] fix inconsistent header

---
 doc/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/index.rst b/doc/index.rst
index 3a4249e..864bbe9 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -126,7 +126,7 @@ startup, example notebooks (.ipynb files) can be directly downloaded from the
 
 
 Contribute
-~~~~~~~~~~
+----------
 
 For reasons of readability, contributions preferrably comply with the PEP8_ code structure guidelines.
 
-- 
GitLab


From c3dca9d0dc4ced43587f5595a62ae15f8b7b0127 Mon Sep 17 00:00:00 2001
From: Martin Teichmann <martin.teichmann@xfel.eu>
Date: Mon, 10 Feb 2025 16:49:16 +0100
Subject: [PATCH 2/2] show table of contents

---
 doc/index.rst | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/doc/index.rst b/doc/index.rst
index 864bbe9..f5f0d49 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,6 +1,14 @@
 SCS Toolbox
 ===========
 
+.. toctree::
+   :caption: Contents:
+   :maxdepth: 2
+
+   howtos.rst
+   maintainers.rst
+   changelog.rst
+
 Installation
 ------------
 
@@ -115,15 +123,6 @@ kernel or the ``xfel`` kernel if the toolbox was manually installed. For quick
 startup, example notebooks (.ipynb files) can be directly downloaded from the
 :ref:`How to's` section by clicking on the ``View page source``.
 
-.. toctree::
-   :caption: Contents:
-   :maxdepth: 2
-   :hidden:
-
-   howtos.rst
-   maintainers.rst
-   changelog.rst
-
 
 Contribute
 ----------
-- 
GitLab