Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 824 Bytes

File metadata and controls

23 lines (14 loc) · 824 Bytes

OGGM tutorials

Tutorial notebooks for the OGGM model, powered by hub.oggm.org.

Web: https://tutorials.oggm.org

License: BSD-3-Clause

img

Contributing

Before opening a PR, strip notebook outputs and kernelspec metadata:

python3 scripts/strip_notebook_outputs.py

Maintainers can request a docs link check in two ways:

  • In GitHub, open the Actions tab, select Linkcheck On Request, and use Run workflow.
  • On a PR targeting master, stable, or v1.5.3, add the label run-linkcheck to trigger the same workflow for that PR head.
  • On a PR, add a comment containing exactly /linkcheck to trigger the same workflow for that PR head.