Skip to content

Commit

Permalink
Fix title + plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Oct 14, 2024
1 parent 2390aba commit 1f844bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default defineConfig({
},
{text: 'Tutorials',
items: [
{text: 'cellarea tutorial', link: '/tutorials/spatial_mean'}
{text: 'Computing spatial means', link: '/tutorials/spatial_mean'}
]
},
{ text: 'Data Sources',
Expand Down
2 changes: 2 additions & 0 deletions docs/src/tutorials/spatial_mean.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ import Proj # to activate the spherical `cellarea` method
using ArchGDAL, RasterDataSources, NaturalEarth # purely for data loading
using CairoMakie # for plotting
precip = Raster(WorldClim{Climate}, :prec; month = 6)
````

Expand Down

0 comments on commit 1f844bd

Please sign in to comment.