Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 272 Bytes

File metadata and controls

18 lines (15 loc) · 272 Bytes

Helpful commands

# Update the documentation on GitHub Pages
mkdocs gh-deploy --clean
# Clean local mkdocs build artifacts afterwards
rm -rf site
# Run mkdocs locally
mkdocs serve
# Run tests with doctests
pytest --doctest-modules .