File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,11 @@ NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
10
10
Statistics = " 10745b16-79ce-11e8-11f9-7d13ad32a3b2"
11
11
12
12
[compat ]
13
+ CairoMakie = " 0.10"
14
+ Dates = " 1"
15
+ Documenter = " 1"
16
+ Downloads = " 1"
17
+ IntervalSets = " 0.7"
18
+ Literate = " 2"
13
19
NCDatasets = " 0.14"
20
+ Statistics = " 1"
Original file line number Diff line number Diff line change
1
+ using Pkg
2
+ Pkg. activate (@__DIR__ )
3
+
1
4
using Documenter: Documenter, makedocs, deploydocs
2
5
using CommonDataModel
3
6
using Literate
@@ -6,7 +9,7 @@ Literate.markdown(
6
9
" docs/src/tutorial1.jl" ," docs/src" ,
7
10
execute = true ,
8
11
documenter = true ,
9
- # We add the credit to Literate.jl the footer
12
+ # We add the credit to Literate.jl in the footer
10
13
credit = false ,
11
14
)
12
15
@@ -32,6 +35,6 @@ makedocs(;
32
35
],
33
36
)
34
37
35
- deploydocs (;
38
+ deploydocs (
36
39
repo= " github.com/JuliaGeo/CommonDataModel.jl" ,
37
40
)
You can’t perform that action at this time.
0 commit comments