From 1cec64c87ed4881cfb0475b8bb4625802d73c3b0 Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Tue, 19 Dec 2023 16:12:50 +0100
Subject: [PATCH] DOC: Remove unused concepts page

---
 src/doc/concepts.rst | 6 ------
 src/doc/index.rst    | 6 +++---
 2 files changed, 3 insertions(+), 9 deletions(-)
 delete mode 100644 src/doc/concepts.rst

diff --git a/src/doc/concepts.rst b/src/doc/concepts.rst
deleted file mode 100644
index 23e5fc4f..00000000
--- a/src/doc/concepts.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-========================
-The concepts of pycaosdb
-========================
-
-Some text...
-
diff --git a/src/doc/index.rst b/src/doc/index.rst
index eab31e85..5ed1f417 100644
--- a/src/doc/index.rst
+++ b/src/doc/index.rst
@@ -9,7 +9,6 @@ Welcome to the documentation of LinkAhead's web UI!
 
    Manual installation <install>
    Tutorials <tutorials/index>
-   Concepts <concepts>
    administration/index.rst
    Extending the UI <extension>
    API <api/index>
@@ -19,8 +18,9 @@ Welcome to the documentation of LinkAhead's web UI!
    Go to `demo.indiscale.com <https://demo.indiscale.com>`__ and take the interactive tour to learn
    how to use LinkAhead's web interface.
 
-This documentation helps you to :doc:`install the web UI <install>`, explains the most important
-:doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials/index>`.
+This documentation helps you to :doc:`install the web UI <install>`, explains
+the most important concepts and offers a range of
+:doc:`tutorials<tutorials/index>`.
 
 
 Indices and tables
-- 
GitLab