master > master: umstrukturierung

This commit is contained in:
RD 2020-11-21 23:16:41 +01:00
parent 264ede083b
commit 7e53973477
7 changed files with 21 additions and 21 deletions

36
.gitignore vendored
View File

@ -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

View File

@ -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 ##

View File

@ -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).