From a97d998f2e2d45e10975d89f636329294d690580 Mon Sep 17 00:00:00 2001 From: Florian Fischer <florian.fischer-2@mni.thm.de> Date: Tue, 14 Jan 2025 14:06:03 +0100 Subject: [PATCH] adds headline --- docs/index.rst | 6 ++++++ docs/schema.rst | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 8610bde..4cf3c01 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,3 +6,9 @@ JSON Schema for the Quality Control Format :caption: Inhalt: schema + + +.. toctree:: + :maxdepth: 1 + :caption: Packages + :glob: \ No newline at end of file diff --git a/docs/schema.rst b/docs/schema.rst index 6dc44d5..2432c80 100644 --- a/docs/schema.rst +++ b/docs/schema.rst @@ -1,3 +1,7 @@ +Schema +=============== +Hier ist ein tolles Schema ... + .. code-block:: json { "$schema": "http://json-schema.org/draft-07/schema#", -- GitLab