diff --git a/docs/Project.toml b/docs/Project.toml index eefa1884..8bac56ca 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,4 +1,5 @@ [deps] +ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3" BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8" CFTime = "179af706-886a-5703-950a-314cd64e0468" diff --git a/docs/src/.vitepress/theme/index.ts b/docs/src/.vitepress/theme/index.ts index 5ac1c911..d305f4af 100644 --- a/docs/src/.vitepress/theme/index.ts +++ b/docs/src/.vitepress/theme/index.ts @@ -11,7 +11,6 @@ export default { extends: DefaultTheme, Layout() { return h(DefaultTheme.Layout, null, { - // 'home-hero-info-after': () => h(HomeTrustees), 'aside-ads-before': () => h(AsideTrustees), }) }, diff --git a/docs/src/tutorials/mean_seasonal_cycle.md b/docs/src/tutorials/mean_seasonal_cycle.md index fbe65d1e..770b7f81 100644 --- a/docs/src/tutorials/mean_seasonal_cycle.md +++ b/docs/src/tutorials/mean_seasonal_cycle.md @@ -100,7 +100,7 @@ fig, ax, obj = lines(1:365, var[1:365]; label="2021", color=:black, lines!(1:365, var[366:730], label="2022", color=:brown, linewidth=1.5, linestyle=:dash ) -lines!(1:365, msc[:,1]; label="MSC", color=:dodgerblue, lw=2.5) +lines!(1:365, msc[:,1]; label="MSC", color=:dodgerblue, linewidth=2.5) axislegend() ax.xticks = (xpos, ticks) ax.xticklabelrotation = π / 4