OGGM / tutorials

Notebook tutorials for the Open Global Glacier Model (OGGM)
https://tutorials.oggm.org
BSD 3-Clause "New" or "Revised" License
17 stars 18 forks source link

Check links and references #115

Open fmaussion opened 7 months ago

fmaussion commented 7 months ago

After the consequent refactoring of https://github.com/OGGM/tutorials/pull/114 it would be good to go back to the following checks:

  1. warnings when building the book. They all come from the fact that we use "hacks" for internal references within a notebook while jupyter-book uses myst syntax
  2. linkcheck.sh checks that all our links are working (some don't)

Both can be done relatively quickly by changing notebook exectution to "off" in config.yaml. (1) is more problematic because I don't know a way to do internal references in both standard markdown and myst markdown (used by jupyter-book). See also: https://github.com/orgs/executablebooks/discussions/1129