Commit Graph

12 Commits

Author SHA1 Message Date
Maximilian Keßler
8d57fd37f5 use safe load method for loading yaml files
since yaml.load() is deprecated, and the loaded stuff does not need
to be complex anyways, use yaml.safe_load(). This gets rid of the
deprecated yaml.load() method and uses the safe approach for loading
yaml files
2021-09-16 12:52:31 +02:00
Maximilian Keßler
08c2fae662 add config parameter for course info file 2021-09-16 12:46:59 +02:00
Maximilian Keßler
e51e9e7539 add config parameter for name of courseignore file 2021-09-16 12:46:59 +02:00
Maximilian Keßler
06f34ba5fe introduce .courseignore file
You can now place a file name '.courseignore' in the ROOT directory
and specify - in each line - the name of a directory. Directories named
this way and located in the ROOT directory will not be treated as course
directories
2021-09-16 12:45:59 +02:00
Maximilian Keßler
704793af5a change ROOT path 2021-09-16 12:06:07 +02:00
Maximilian Keßler
a9a4b15481 introduce setting for locale in lectures.py - and set it to german 2021-09-16 12:05:44 +02:00
Alex Salmon
a298c6e66e added file to initialize all courses 2020-08-01 00:24:42 +02:00
Gilles Castel
ce67d74415 Merge branch 'master' of github.com:gillescastel/university-setup 2020-05-19 17:53:59 +02:00
Gilles Castel
c45e17e531 Improve LaTeX compilation code 2020-05-19 17:52:06 +02:00
Gilles Castel
f7af1b4863 Remove unused code from lectures.py 2020-05-19 17:51:51 +02:00
Marius Cramer
79849610ab link calendarId to config.py to ease user setup 2020-05-18 20:42:34 +02:00
Gilles Castel
e612b471a5 Initial commit 2019-09-15 20:42:11 +02:00