We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac68991 commit 142a5ecCopy full SHA for 142a5ec
docs/make.jl
@@ -16,14 +16,16 @@ makedocs(sitename="Streamfall Documentation",
16
"primer.md",
17
"Examples" => [
18
"examples/examples.md",
19
+ "examples/node_creation.md",
20
+ "examples/network_loading.md",
21
+ "Calibration" => [
22
+ # "examples/calibration_setup.md",
23
+ "examples/calibration.md",
24
+ ],
25
"Model evaluation" => [
26
"examples/simple_showcase.md",
27
"examples/model_comparison.md",
28
# "examples/multisystem_showcase.md",
- ],
- "Calibration" => [
- # "examples/calibration_setup.md",
- "examples/calibration.md",
29
]
30
],
31
"metrics.md",
0 commit comments