Commit Graph

25 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
Maximilian Keßler
427f2b3769 add gitignore file 2021-09-16 12:02:54 +02:00
Gilles Castel
16ec634e1c
Merge pull request #8 from SalmonA/master
Adding script to initialize all courses
2020-08-06 10:22:19 +02:00
Alex Salmon
44035b1dbc Updated docs 2020-08-01 14:06:53 +02:00
Alex Salmon
a298c6e66e added file to initialize all courses 2020-08-01 00:24:42 +02:00
Gilles Castel
09561eac7f Update docs 2020-05-19 17:58:45 +02:00
Gilles Castel
9038974707 Update docs 2020-05-19 17:57:24 +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
Gilles Castel
7123805424 Some documentation 2020-05-19 17:51:36 +02:00
Gilles Castel
503c32ae9e
Merge pull request #6 from cramermarius/master
Start on documentation and improve setup experience
2020-05-19 16:56:51 +02:00
Marius Cramer
79849610ab link calendarId to config.py to ease user setup 2020-05-18 20:42:34 +02:00
Marius Cramer
0c9e76e23d add documentation for Google Calendar integration setup 2020-05-18 20:42:13 +02:00
Gilles Castel
d5fa0b46bf
Move \pdfminorversion to the top (siemdejong)
Move \pdfminorversion to the top
2020-04-11 22:47:13 +02:00
Siem de Jong
c1d2b1e182 move pdfminorversion to the top 2020-04-11 17:06:30 +02:00
Gilles Castel
c20d64e96d Add Google Calendar instructions 2019-09-15 22:46:07 +02:00
Gilles Castel
8a78337c29
Create README 2019-09-15 21:56:58 +02:00
Gilles Castel
45705f7961
Add licence 2019-09-15 20:45:40 +02:00
Gilles Castel
e612b471a5 Initial commit 2019-09-15 20:42:11 +02:00