Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 364 Bytes

File metadata and controls

9 lines (7 loc) · 364 Bytes

Building manual.

How to build documentation? run bash build_docs.sh to generate markdown documentation for preview

How to lint? Ruff ! be sure you have installed pre-commit: pip install pre-commit now you can run pre-commit run to run pre-commit checks on changes or pre-commit run --all-files to apply checks to all files