From 231b57df91d29105ca3598a47615e9569ee4a2ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 25 Jun 2022 15:11:34 +0200 Subject: [PATCH] update readme --- LICENSE | 2 +- README.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 62de5b6..3f6878b 100644 --- a/LICENSE +++ b/LICENSE @@ -23,7 +23,7 @@ SOFTWARE. MIT License -Copyright (c) 2021 Maximilian Keßler +Copyright (c) 2021,2022 Maximilian Keßler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 9535823..4809aca 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fork -This fork contains my personal customatizations to the setup Gilles uses. The main point is that the `info.yaml` file now contains options for specifying the subfolders for the notes, as well as subfolders for the lectures. This helps me re-use the `current_course` directory for other data as well (e.g. my exercise sheets) while having a single dedicated folder for my lecture notes. It is implemented with an additional `Notes` class that handles this. Possibly, one can extend this to e.g. an `Exercises` class that one can add to each course etc. +This fork of [gillescastell/university-setup][setup] contains my personal customatizations to the setup Gilles uses. The main point is that the `info.yaml` file now contains options for specifying the subfolders for the notes, as well as subfolders for the lectures. This helps me re-use the `current_course` directory for other data as well (e.g. my exercise sheets) while having a single dedicated folder for my lecture notes. It is implemented with an additional `Notes` class that handles this. Possibly, one can extend this to e.g. an `Exercises` class that one can add to each course etc. Additionally, this version features a `.courseignore` file you can place in the `ROOT` folder to ignore some directories for the courses. @@ -152,3 +152,6 @@ Some utility functions #### `compile-all-masters.py` This script updates the `master.tex` files to include all lectures and compiles them. I use when syncing my notes to the cloud. This way I always have access to my compiles notes on my phone. + + +[setup]: https://github.com/gillescastel/university-setup