Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.54 KB

File metadata and controls

28 lines (19 loc) · 2.54 KB

Intro to Python for HPC

Check links Check Markdown Check spelling Create the MkDocs website DOI

Files used by continuous integration scripts

Filename Description
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 ./scripts/check_spelling.sh to do spell check locally
.wordlist.txt Whitelisted words for the spell checker, use ./scripts/check_spelling.sh to do spell check locally
.markdownlint.jsonc Configuration of the Markdown linter, use ./scripts/fix_markdown_style_errors.sh to do markdown linting locally
.markdownlintignore Files ignored by the Markdown linter, use ./scripts/fix_markdown_style_errors.sh to do markdown linting locally