From c39987500af705dd9e1b98064b76abc4f5c19370 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Sun, 17 Jan 2021 14:30:14 +0100
Subject: [PATCH] DOC: update documentation

---
 doc/concepts.rst       | 4 +++-
 doc/getting_started.md | 5 -----
 doc/index.rst          | 3 +--
 3 files changed, 4 insertions(+), 8 deletions(-)
 delete mode 100644 doc/getting_started.md

diff --git a/doc/concepts.rst b/doc/concepts.rst
index 23e5fc4..7de8c51 100644
--- a/doc/concepts.rst
+++ b/doc/concepts.rst
@@ -2,5 +2,7 @@
 The concepts of pycaosdb
 ========================
 
-Some text...
+.. toctree::
+
+   Table structure <table_structure>
 
diff --git a/doc/getting_started.md b/doc/getting_started.md
deleted file mode 100644
index 6805181..0000000
--- a/doc/getting_started.md
+++ /dev/null
@@ -1,5 +0,0 @@
-# Getting started with pycaosdb #
-
-1. Install
-2. import
-3. enjoy
diff --git a/doc/index.rst b/doc/index.rst
index e7d3c53..3924201 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -9,12 +9,11 @@ Welcome to documentation of CaosDB's MySQL Backend!
 
    Getting started <README_SETUP>
    Concepts <concepts>
-   tutorials
    Maintenance 
    API documentation<functions>
 
 This documentation helps you to :doc:`get started<README_SETUP>`, explains the most important
-:doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials>`.
+:doc:`concepts<concepts>` .
 
 
 Indices and tables
-- 
GitLab