Skip to content

Commit 0ecc7a5

Browse files
Update make.jl
1 parent f6dc71e commit 0ecc7a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/make.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,15 @@ makedocs(
2424
"examples/exogenous_input.md",
2525
"examples/normalizing_flows.md"
2626
],
27-
27+
"Training Techniques" => Any[
28+
"examples/multiple_shooting.md"
29+
"examples/local_minima.md",
30+
"examples/multiple_nn.md",
31+
"examples/data_parallel.md",
32+
"examples/second_order_neural.md",
33+
"examples/second_order_adjoints.md",
34+
"examples/minibatch.md",
35+
],
2836
"Stochastic Differential Equation (SDE) Tutorials" => Any[
2937
"examples/optimization_sde.md",
3038
"examples/neural_sde.md",
@@ -48,14 +56,6 @@ makedocs(
4856
"examples/BayesianNODE_NUTS.md",
4957
"examples/BayesianNODE_SGLD.md",
5058
],
51-
"FAQ, Tips, and Tricks" => Any[
52-
"examples/local_minima.md",
53-
"examples/multiple_nn.md",
54-
"examples/data_parallel.md",
55-
"examples/second_order_neural.md",
56-
"examples/second_order_adjoints.md",
57-
"examples/minibatch.md",
58-
],
5959
"Optimal and Model Predictive Control Tutorials" => Any[
6060
"examples/optimal_control.md",
6161
"examples/feedback_control.md",

0 commit comments

Comments
 (0)