From 8d8a7d4b3e6e1ecf2ed0dc4ad03fdf091e2127ec Mon Sep 17 00:00:00 2001 From: Wessel Date: Sun, 15 Sep 2024 20:37:10 +0200 Subject: [PATCH] Add ToC entry and fix link (#33) --- docs/_toc.yml | 1 + docs/example_hres_t0.ipynb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_toc.yml b/docs/_toc.yml index 4a695a4..347b057 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -8,5 +8,6 @@ chapters: - file: finetuning - file: example_era5 - file: example_hres_t0 +- file: example_hres_0.1 - file: ai_models_plugin - file: api diff --git a/docs/example_hres_t0.ipynb b/docs/example_hres_t0.ipynb index 7c98d0d..314b8c6 100644 --- a/docs/example_hres_t0.ipynb +++ b/docs/example_hres_t0.ipynb @@ -87,7 +87,7 @@ "source": [ "## Downloading Static Variables from ERA5 Data\n", "\n", - "The static variables are not available in WeatherBench2, so we need to download them from ERA5, just like we did [in the example for ERA5](example_era5#downloading-the-data).\n", + "The static variables are not available in WeatherBench2, so we need to download them from ERA5, just like we did [in the example for ERA5](example_era5.ipynb).\n", "To do so, register an account with the [Climate Data Store](https://cds-beta.climate.copernicus.eu/) and create `$HOME/.cdsapirc` with the following content:\n", "\n", "```\n",