Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 393 Bytes

File metadata and controls

21 lines (14 loc) · 393 Bytes

tools.scientific-python.org

This repository hosts the source code for the website https://tools.scientific-python.org.

The site is implemented with the mystmd book template.

Preview Locally

cd site
myst start

Satisfy Prettier

You may have some whitespace that disagrees with the prettier pre-commit hook. This will auto-fix those spots:

pre-commit run --all