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