Contents:
Specify the [dev] option to install the development packages:
[dev]
pip install -e ".[dev]"
Generate the docs:
cd docs make html
You can then check out the generated HTML:
cd docs/build/html python3 -m http.server
mia’s code is formatted using black. Run the formatter as follows:
make format