From 7e539734775157c8c66c6b1a72e5016c2ae1a207 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Sat, 21 Nov 2020 23:16:41 +0100 Subject: [PATCH] master > master: umstrukturierung --- .gitignore | 36 +++++++++++++-------------- README.md | 2 +- {uebung => protocol}/README.md | 4 +-- {uebung => protocol}/woche3/README.md | 0 {uebung => protocol}/woche4/README.md | 0 {uebung => protocol}/woche5/README.md | 0 {uebung => protocol}/woche6/README.md | 0 7 files changed, 21 insertions(+), 21 deletions(-) rename {uebung => protocol}/README.md (90%) rename {uebung => protocol}/woche3/README.md (100%) rename {uebung => protocol}/woche4/README.md (100%) rename {uebung => protocol}/woche5/README.md (100%) rename {uebung => protocol}/woche6/README.md (100%) diff --git a/.gitignore b/.gitignore index 8dec294..fcecacd 100644 --- a/.gitignore +++ b/.gitignore @@ -27,24 +27,24 @@ !/notes/**/*.md !/notes/**/*.rtf !/notes/**/*.pdf -!/uebung -!/uebung/woche1 -!/uebung/woche2 -!/uebung/woche3 -!/uebung/woche4 -!/uebung/woche5 -!/uebung/woche6 -!/uebung/woche7 -!/uebung/woche8 -!/uebung/woche9 -!/uebung/woche10 -!/uebung/woche11 -!/uebung/woche12 -!/uebung/woche13 -!/uebung/**/*.md -!/uebung/**/*.txt -!/uebung/**/*.rtf -!/uebung/**/*.tex +!/protocol +!/protocol/woche1 +!/protocol/woche2 +!/protocol/woche3 +!/protocol/woche4 +!/protocol/woche5 +!/protocol/woche6 +!/protocol/woche7 +!/protocol/woche8 +!/protocol/woche9 +!/protocol/woche10 +!/protocol/woche11 +!/protocol/woche12 +!/protocol/woche13 +!/protocol/**/*.md +!/protocol/**/*.txt +!/protocol/**/*.rtf +!/protocol/**/*.tex !/contacts !/contacts/*.py diff --git a/README.md b/README.md index 28ea34a..a08ed6f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Dieses Repo enthält 1. Code/Codeschnippsel: siehe [/code](./code). 2. Dokument inklusive meiner Lösungen zu den Übungsblättern (die nach dem Abgabetermin hochgeladen werden): siehe [/docs](./docs) und [/docs/loesungen.pdf](./docs/loesungen.pdf). 3. Notizen/Kritzelei für mathematische Argumente, Berechnungen, usw.: siehe [/notes](./notes). -4. Protokolle von den Übungsgruppen: siehe [/uebung](./uebung). +4. Protokolle von den Übungsgruppen: siehe [/protocol](./protocol). ## Mathematisches Denken ## diff --git a/uebung/README.md b/protocol/README.md similarity index 90% rename from uebung/README.md rename to protocol/README.md index 4346240..5867d98 100644 --- a/uebung/README.md +++ b/protocol/README.md @@ -36,5 +36,5 @@ Jede Woche werden Anmerkungen in Markdown-Dateien hier festgehalten: - Woche 1: --- - Woche 2: --- -- Woche 3: [/uebung/woche3/README.md](./woche3). -- Woche 4: [/uebung/woche4/README.md](./woche4). +- Woche 3: [/protocol/woche3/README.md](./woche3). +- Woche 4: [/protocol/woche4/README.md](./woche4). diff --git a/uebung/woche3/README.md b/protocol/woche3/README.md similarity index 100% rename from uebung/woche3/README.md rename to protocol/woche3/README.md diff --git a/uebung/woche4/README.md b/protocol/woche4/README.md similarity index 100% rename from uebung/woche4/README.md rename to protocol/woche4/README.md diff --git a/uebung/woche5/README.md b/protocol/woche5/README.md similarity index 100% rename from uebung/woche5/README.md rename to protocol/woche5/README.md diff --git a/uebung/woche6/README.md b/protocol/woche6/README.md similarity index 100% rename from uebung/woche6/README.md rename to protocol/woche6/README.md