Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 540 Bytes

File metadata and controls

15 lines (8 loc) · 540 Bytes

Contributing

This site is meant to be a community resource. As such anyone is welcome to contribute resources, example, or information. Please open pull requests on Github to contribute fixes

Development Workflow

This project uses Jupyterbook to make the webpage.

After installing Jupyter Book you can run

jupyter-book build .

then open _build/html/index.html

TODO: more comprehensive instructions with a package manager.