Skip to content

Commit bdc7f23

Browse files
Merge pull request #362 from ecmwf/feature/add-docs-for-0.7.0-release
Add docs for 0.7.0 release
2 parents 0767a87 + c0267dd commit bdc7f23

File tree

9 files changed

+546
-4
lines changed

9 files changed

+546
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@
9393
xref_links = {
9494
"cfgrib": ("cfgirb", "https://github.com/ecmwf/cfgrib"),
9595
"earthkit": ("earthkit", "https://earthkit.readthedocs.io/en/latest/"),
96+
"earthkit-geo": (
97+
"earthkit-geo",
98+
"https://earthkit-geo.readthedocs.io/en/latest/",
99+
),
96100
"earthkit-regrid": (
97101
"earthkit-regrid",
98102
"https://earthkit-regrid.readthedocs.io/en/latest/",

docs/examples/grib_array_backends.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
}
491491
],
492492
"source": [
493-
"r = ds.to_fieldlist(\"pytorch\")\n",
493+
"r = ds.to_fieldlist(array_backend=\"pytorch\")\n",
494494
"r"
495495
]
496496
},

docs/examples/index.rst

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Examples
66
Here is a list of example notebooks to illustrate how to use earthkit-data.
77

88
Data sources
9-
++++++++++
9+
++++++++++++++
1010

1111
.. toctree::
1212
:maxdepth: 1
@@ -75,14 +75,23 @@ ODB
7575
odb*
7676

7777
Geojson/GeoPandas
78-
+++++++++++++++++++
78+
+++++++++++++++++++++++++++++
7979

8080
.. toctree::
8181
:maxdepth: 1
8282
:glob:
8383

8484
geojson_geopandas.ipynb
8585

86+
Shapefile
87+
+++++++++++++++++++++++++++++
88+
89+
.. toctree::
90+
:maxdepth: 1
91+
:glob:
92+
93+
shapefile.ipynb
94+
8695
Other inputs
8796
+++++++++++++
8897

0 commit comments

Comments
 (0)