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.htmlor start a small server by runningpython -m http.serverin thebook/_build/htmldirectory, and navigate tohttp://localhost:8000in your webbrowser to see the webpage (this should show new changes upon refresh!).
pre-commit install
pre-commit run --all-files