You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 weeks ago | |
---|---|---|
.scripts | 3 weeks ago | |
.themes | 3 weeks ago | |
.vscode | 3 weeks ago | |
imgs | 3 weeks ago | |
solutions | 3 weeks ago | |
README.md | 3 weeks ago | |
example-lecture-slides.html | 3 weeks ago | |
example-lecture.md | 3 weeks ago |
README.md
Contents
Material completion denoted with 🌑🌘🌗🌖🌕 .
# | Lecture | Materials | Exercises |
---|---|---|---|
1 | Example Lecture | 🌕 | 🌕 |
Repository notes (remove before publishing)
- After reading, remove example-lecture.md, example-lecture-slides.html and buuttilogo.png
- See Markdown code snippets for autocomplete stuff.
- Remove the .gitkeep files from imgs and solutions folders after adding new files to those folders.
Running scripts to convert lectures to MD
Note: These instructions are for a Windows PC with WSL installed
- Install
pptx2md
: in an admin powershell, runpip install pptx2md
- copy
.pptx
lecture slides to.scripts
folder - In the
.scripts
folder, run.\convertAndReplaceAll.bat
- If everything went ok, move the generated
.md
files and theimgs
folder to the root folder - Remove .pptx files and the example lecture and its slides html
- In the
.scripts
folder, runpython generateREADME.py
- Remove everything else from README than the generated table