diff --git a/docs/conf.py b/docs/conf.py index e59cd41..8a2160e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,6 +70,10 @@ "earthkit-data", "https://earthkit-data.readthedocs.io/en/latest/", ), + "earthkit-maps": ( + "earthkit-maps", + "https://earthkit-maps.readthedocs.io/en/latest/", + ), "fieldlist": ( "fieldlist", "https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html", diff --git a/docs/examples/healpix_fieldlist.ipynb b/docs/examples/healpix_fieldlist.ipynb index 22d7a0e..676e933 100644 --- a/docs/examples/healpix_fieldlist.ipynb +++ b/docs/examples/healpix_fieldlist.ipynb @@ -9,10 +9,11 @@ ] }, { - "cell_type": "markdown", - "id": "051dbbd7-58d3-44e7-ba51-73d273b731d3", + "cell_type": "raw", + "id": "4cf645d5-c3bb-46a3-afd9-60446adf40ba", "metadata": { "editable": true, + "raw_mimetype": "text/restructuredtext", "slideshow": { "slide_type": "" }, @@ -21,13 +22,19 @@ "source": [ "This example shows how to interpolate GRIB data defined on a HEALPix nested grid. We will also see how to inspect and plot the resulting data and how to convert it to xarray.\n", "\n", - "To make this notebook work **earthkit.data** and **earthkit.maps** have to be installed. The data will be represented as an [earthkit-data GRIB FieldList](https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html)." + "To make this notebook work :xref:`earthkit-data` (version >= 0.6.0) and :xref:`earthkit-maps` have to be installed. The data will be represented as an `earthkit-data GRIB FieldList `_." ] }, { "cell_type": "markdown", "id": "68d978ff-0c55-47d5-983b-829467675af0", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "#### Interpolation" ] diff --git a/docs/examples/octahedral_fieldlist.ipynb b/docs/examples/octahedral_fieldlist.ipynb index a99cc3d..27c2776 100644 --- a/docs/examples/octahedral_fieldlist.ipynb +++ b/docs/examples/octahedral_fieldlist.ipynb @@ -3,16 +3,23 @@ { "cell_type": "markdown", "id": "27b6be13-d0a5-41e1-9479-f1028b01610f", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "## Interpolating octahedral GRIB data" ] }, { - "cell_type": "markdown", - "id": "051dbbd7-58d3-44e7-ba51-73d273b731d3", + "cell_type": "raw", + "id": "1f8af122-f127-437b-bf14-e867acdce44d", "metadata": { "editable": true, + "raw_mimetype": "text/restructuredtext", "slideshow": { "slide_type": "" }, @@ -21,13 +28,19 @@ "source": [ "This example shows how to interpolate GRIB data defined on an octahedral reduced Gaussian grid. We will also see how to inspect and plot the resulting data and how to convert it to xarray.\n", "\n", - "To make this notebook work **earthkit.data** and **earthkit.maps** have to be installed. The data will be represented as an [earthkit-data GRIB FieldList](https://earthkit-data.readthedocs.io/en/latest/guide/data_format/grib.html)." + "To make this notebook work :xref:`earthkit-data` (version >= 0.6.0) and :xref:`earthkit-maps` have to be installed. The data will be represented as an `earthkit-data GRIB FieldList `_." ] }, { "cell_type": "markdown", "id": "630902ad-c821-47b4-9140-f04cc9a53976", - "metadata": {}, + "metadata": { + "editable": true, + "slideshow": { + "slide_type": "" + }, + "tags": [] + }, "source": [ "#### Interpolation" ]