Skip to content

Commit e4f5b73

Browse files
authored
Fix notebooks' HTML links (#6655)
1 parent 7aaa6f3 commit e4f5b73

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/gallery.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
notebooks-examples:
22
- title: Toy weather data
3-
path: examples/weather-data
3+
path: examples/weather-data.html
44
thumbnail: _static/thumbnails/toy-weather-data.png
55

66
- title: Calculating Seasonal Averages from Timeseries of Monthly Means
7-
path: examples/monthly-means
7+
path: examples/monthly-means.html
88
thumbnail: _static/thumbnails/monthly-means.png
99

1010
- title: Compare weighted and unweighted mean temperature
11-
path: examples/area_weighted_temperature
11+
path: examples/area_weighted_temperature.html
1212
thumbnail: _static/thumbnails/area_weighted_temperature.png
1313

1414
- title: Working with Multidimensional Coordinates
15-
path: examples/multidimensional-coords
15+
path: examples/multidimensional-coords.html
1616
thumbnail: _static/thumbnails/multidimensional-coords.png
1717

1818
- title: Visualization Gallery
19-
path: examples/visualization_gallery
19+
path: examples/visualization_gallery.html
2020
thumbnail: _static/thumbnails/visualization_gallery.png
2121

2222
- title: GRIB Data Example
23-
path: examples/ERA5-GRIB-example
23+
path: examples/ERA5-GRIB-example.html
2424
thumbnail: _static/thumbnails/ERA5-GRIB-example.png
2525

2626
- title: Applying unvectorized functions with apply_ufunc
27-
path: examples/apply_ufunc_vectorize_1d
27+
path: examples/apply_ufunc_vectorize_1d.html
2828
thumbnail: _static/dataset-diagram-square-logo.png
2929

3030
external-examples:

0 commit comments

Comments
 (0)