Skip to content

Commit a191b0f

Browse files
committed
switch order
1 parent 4531fae commit a191b0f

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/make.jl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
push!(LOAD_PATH, "../")
22
using Documenter, Droplets
33

4+
5+
Coalescence = [
6+
"SDM" => "coalescence.md",
7+
"Kernels" => "kernels.md",
8+
]
9+
Condensation = [
10+
"Condensation" => "condensation.md",
11+
]
12+
413
makedocs(
514
sitename = "Droplets.jl",
615
modules = [Droplets],
@@ -13,12 +22,4 @@ makedocs(
1322
clean = true,
1423
)
1524

16-
Coalescence = [
17-
"SDM" => "coalescence.md",
18-
"Kernels" => "kernels.md",
19-
]
20-
Condensation = [
21-
"Condensation" => "condensation.md",
22-
]
23-
2425
deploydocs(repo = "github.com/emmacware/Droplets.jl.git",branch = "gh-pages", target = "build",forcepush=true)

0 commit comments

Comments
 (0)