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