Skip to content

Commit 0c9ff19

Browse files
authored
Merge pull request #406 from JuliaDataCubes/la/orama_experiment
no orama, but fixes and up .toml
2 parents e61fb68 + e4c400a commit 0c9ff19

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[deps]
2+
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"
23
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
34
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
45
CFTime = "179af706-886a-5703-950a-314cd64e0468"

docs/src/.vitepress/theme/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ export default {
1111
extends: DefaultTheme,
1212
Layout() {
1313
return h(DefaultTheme.Layout, null, {
14-
// 'home-hero-info-after': () => h(HomeTrustees),
1514
'aside-ads-before': () => h(AsideTrustees),
1615
})
1716
},

docs/src/tutorials/mean_seasonal_cycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fig, ax, obj = lines(1:365, var[1:365]; label="2021", color=:black,
100100
lines!(1:365, var[366:730], label="2022", color=:brown,
101101
linewidth=1.5, linestyle=:dash
102102
)
103-
lines!(1:365, msc[:,1]; label="MSC", color=:dodgerblue, lw=2.5)
103+
lines!(1:365, msc[:,1]; label="MSC", color=:dodgerblue, linewidth=2.5)
104104
axislegend()
105105
ax.xticks = (xpos, ticks)
106106
ax.xticklabelrotation = π / 4

0 commit comments

Comments
 (0)