Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix notebooks' HTML links #6655

Merged
merged 1 commit into from
May 31, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions doc/gallery.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
notebooks-examples:
- title: Toy weather data
path: examples/weather-data
path: examples/weather-data.html
thumbnail: _static/thumbnails/toy-weather-data.png

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

- title: Compare weighted and unweighted mean temperature
path: examples/area_weighted_temperature
path: examples/area_weighted_temperature.html
thumbnail: _static/thumbnails/area_weighted_temperature.png

- title: Working with Multidimensional Coordinates
path: examples/multidimensional-coords
path: examples/multidimensional-coords.html
thumbnail: _static/thumbnails/multidimensional-coords.png

- title: Visualization Gallery
path: examples/visualization_gallery
path: examples/visualization_gallery.html
thumbnail: _static/thumbnails/visualization_gallery.png

- title: GRIB Data Example
path: examples/ERA5-GRIB-example
path: examples/ERA5-GRIB-example.html
thumbnail: _static/thumbnails/ERA5-GRIB-example.png

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

external-examples:
Expand Down