Skip to content

UPPMAX/programming_formalisms

Repository files navigation

Programming formalisms

'Programming Formalisms' course logo, by Jonas Söderberg and Lars Eklund

Build PDFs Check links Check spelling Deploy GitHub Pages

For teachers

Files used for continuous integration scripts

Filename Descriptions
mlc_config.json Configuration of the link checker
.spellcheck.yml Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.wordlist.txt Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spellcheck locally
.pylintrc Configuration file for pylint
pyproject.toml Configuration file of this package