From b9b6a1fc6936d368171331669c01d4c81bc770f0 Mon Sep 17 00:00:00 2001
From: Daniel Hornung <d.hornung@indiscale.com>
Date: Wed, 19 Jan 2022 12:59:27 +0100
Subject: [PATCH] DOC: Better code gallery index page.

---
 src/doc/gallery/index.rst      | 3 +--
 src/doc/gallery/simulation.rst | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/doc/gallery/index.rst b/src/doc/gallery/index.rst
index fdbf83a4..a6ef53e4 100644
--- a/src/doc/gallery/index.rst
+++ b/src/doc/gallery/index.rst
@@ -11,7 +11,6 @@ This chapter collects code examples which can be immediately run against an empt
 
 .. toctree::
    :maxdepth: 2
-   :caption: Contents:
-   :hidden:
+   :caption: The code examples:
 
    simulation
diff --git a/src/doc/gallery/simulation.rst b/src/doc/gallery/simulation.rst
index 5624c65c..ce1a7f45 100644
--- a/src/doc/gallery/simulation.rst
+++ b/src/doc/gallery/simulation.rst
@@ -7,7 +7,7 @@ This code example
 1. sets up the data model
 2. runs simulations
 3. stores the simulation parameters and results into CaosDB
-4. retrieves the parameters for interesting results
+4. retrieves the parameters for interesting results.
 
 :download:`Download code<simulation.py>`
 
-- 
GitLab