Skip to content

Commit 6a2654e

Browse files
Restructure directory structure of documentation
1 parent 31953c3 commit 6a2654e

18 files changed

+163
-136
lines changed

docs/make.jl

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,31 @@ makedocs(sitename="Streamfall Documentation",
1414
pages = [
1515
"index.md",
1616
"primer.md",
17-
"Nodes" => [
18-
"Node.md",
19-
"IHACRES.md",
20-
"HyMod.md",
21-
"GR4J.md",
22-
"SYMHYD.md",
23-
"Dam.md"
24-
],
25-
"network.md",
26-
"use_methods.md",
27-
"metrics.md",
2817
"Examples" => [
18+
"examples/examples.md",
19+
"Model evaluation" => [
20+
"examples/simple_showcase.md",
21+
"examples/model_comparison.md",
22+
# "examples/multisystem_showcase.md",
23+
],
2924
"Calibration" => [
30-
"calibration_setup.md",
31-
"calibration.md",
25+
# "examples/calibration_setup.md",
26+
"examples/calibration.md",
27+
]
28+
],
29+
"metrics.md",
30+
"API" => [
31+
"Nodes" => [
32+
"API/nodes/Node.md",
33+
"API/nodes/IHACRES.md",
34+
"API/nodes/HyMod.md",
35+
"API/nodes/GR4J.md",
36+
"API/nodes/SYMHYD.md",
37+
"API/nodes/Dam.md"
3238
],
33-
"simple_showcase.md",
34-
"model_comparison.md",
35-
# "multisystem_showcase.md",
39+
"API/network.md",
40+
"API/use_methods.md"
3641
]
37-
3842
]
3943
)
4044

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)