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.
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 |
.editorconfig |
Configuration for Prettier, run with ./scripts/run_prettier.sh to run Prettier locally |
.jscpd.json |
Configuration for jscpd , as used by Prettier |
.prettierrc.yaml |
Configuration for Prettier, run with ./scripts/run_prettier.sh to run Prettier locally |
.spellcheck.yml |
Configuration of the spell checker, use pyspelling -c .spellcheck.yml to do spell checking locally |
.wordlist.txt |
Whitelisted words for the spell checker, use pyspelling -c .spellcheck.yml to do spell checking 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. |