Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.57 KB

README.md

File metadata and controls

31 lines (22 loc) · 2.57 KB

NBIS' teaching literature club

Check links Check markdown Check spelling Create website

The NBIS' teaching literature club in which we read literature regarding teaching and discuss those in an informal way.

Go to the nicely rendered pages here.

Links

Files used by continuous integration scripts

Filename Descriptions
mlc_config.json Configuration of the link checker, use markdown-link-check --config mlc_config.json --quiet docs/**/*.md to do link checking locally
.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
.markdownlint.jsonc Configuration of the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.
.markdownlintignore Files ignored by the markdown linter, use markdownlint "**/*.md" to do markdown linting locally. The name of this file is a default name.