From b74e011179a26725b5abaac00589d8b0bd509fdf Mon Sep 17 00:00:00 2001 From: SeZett Date: Sat, 4 Nov 2023 19:20:08 +0100 Subject: [PATCH] test structure --- documentations/structure/1-Einleitung.md | 0 documentations/structure/1-Einleitung.rst | 3 +++ documentations/structure/2-Recherche.md | 0 documentations/structure/2-Recherche.rst | 3 +++ ...d_Basistechniken.md => 3-Grundlagen_und_Basistechniken.rst} | 2 +- documentations/structure/4-Technische_Realisierung.md | 0 documentations/structure/4-Technische_Realisierung.rst | 3 +++ documentations/structure/5-Zusammenfassung.md | 0 documentations/structure/5-Zusammenfassung.rst | 3 +++ documentations/structure/6-Anhang.md | 0 documentations/structure/6-Anhang.rst | 3 +++ 11 files changed, 16 insertions(+), 1 deletion(-) delete mode 100644 documentations/structure/1-Einleitung.md create mode 100644 documentations/structure/1-Einleitung.rst delete mode 100644 documentations/structure/2-Recherche.md create mode 100644 documentations/structure/2-Recherche.rst rename documentations/structure/{3-Grundlagen_und_Basistechniken.md => 3-Grundlagen_und_Basistechniken.rst} (76%) delete mode 100644 documentations/structure/4-Technische_Realisierung.md create mode 100644 documentations/structure/4-Technische_Realisierung.rst delete mode 100644 documentations/structure/5-Zusammenfassung.md create mode 100644 documentations/structure/5-Zusammenfassung.rst delete mode 100644 documentations/structure/6-Anhang.md create mode 100644 documentations/structure/6-Anhang.rst diff --git a/documentations/structure/1-Einleitung.md b/documentations/structure/1-Einleitung.md deleted file mode 100644 index e69de29..0000000 diff --git a/documentations/structure/1-Einleitung.rst b/documentations/structure/1-Einleitung.rst new file mode 100644 index 0000000..314828f --- /dev/null +++ b/documentations/structure/1-Einleitung.rst @@ -0,0 +1,3 @@ +.. toctree:: + :maxdepth: 3 + :caption: 1. Einleitung diff --git a/documentations/structure/2-Recherche.md b/documentations/structure/2-Recherche.md deleted file mode 100644 index e69de29..0000000 diff --git a/documentations/structure/2-Recherche.rst b/documentations/structure/2-Recherche.rst new file mode 100644 index 0000000..ecf8895 --- /dev/null +++ b/documentations/structure/2-Recherche.rst @@ -0,0 +1,3 @@ +.. toctree:: + :maxdepth: 3 + :caption: 2. Recherche diff --git a/documentations/structure/3-Grundlagen_und_Basistechniken.md b/documentations/structure/3-Grundlagen_und_Basistechniken.rst similarity index 76% rename from documentations/structure/3-Grundlagen_und_Basistechniken.md rename to documentations/structure/3-Grundlagen_und_Basistechniken.rst index 313b45e..80b0a37 100644 --- a/documentations/structure/3-Grundlagen_und_Basistechniken.md +++ b/documentations/structure/3-Grundlagen_und_Basistechniken.rst @@ -1,7 +1,7 @@ .. toctree:: :glob: :maxdepth: 3 - :caption: Seminararbeiten + :caption: 3. Grundlagen und Basistechniken seminararbeiten/DevOps/Seminarpraesentation.ipynb seminararbeiten/Datenspeicherung/00_Datenspeicherung diff --git a/documentations/structure/4-Technische_Realisierung.md b/documentations/structure/4-Technische_Realisierung.md deleted file mode 100644 index e69de29..0000000 diff --git a/documentations/structure/4-Technische_Realisierung.rst b/documentations/structure/4-Technische_Realisierung.rst new file mode 100644 index 0000000..6a366c4 --- /dev/null +++ b/documentations/structure/4-Technische_Realisierung.rst @@ -0,0 +1,3 @@ +.. toctree:: + :maxdepth: 3 + :caption: 4. technische Realisierung diff --git a/documentations/structure/5-Zusammenfassung.md b/documentations/structure/5-Zusammenfassung.md deleted file mode 100644 index e69de29..0000000 diff --git a/documentations/structure/5-Zusammenfassung.rst b/documentations/structure/5-Zusammenfassung.rst new file mode 100644 index 0000000..814eacf --- /dev/null +++ b/documentations/structure/5-Zusammenfassung.rst @@ -0,0 +1,3 @@ +.. toctree:: + :maxdepth: 3 + :caption: 5. Zusammenfassung diff --git a/documentations/structure/6-Anhang.md b/documentations/structure/6-Anhang.md deleted file mode 100644 index e69de29..0000000 diff --git a/documentations/structure/6-Anhang.rst b/documentations/structure/6-Anhang.rst new file mode 100644 index 0000000..1f245a3 --- /dev/null +++ b/documentations/structure/6-Anhang.rst @@ -0,0 +1,3 @@ +.. toctree:: + :maxdepth: 3 + :caption: 6. Anhang