This website is the home for all technical documentation related to LEAP and LEAP-Pangeo.
The website is located at https://leap-stc.github.io/.
Update Status | Contributors | Deployment Status | Linting |
---|---|---|---|
- Clone this repository or your fork
- Install dependencies with
mamba env create -f environment.yml
- Build book with
jupyter-book build book/
- Inspect the book with e.g.
open book/_build/html/index.html
pre-commit install
pre-commit run --all-files