@@ -12,24 +12,37 @@ makedocs(
12
12
canonical= " https://diffeqflux.sciml.ai/stable/" ),
13
13
pages= [
14
14
" DiffEqFlux.jl: Generalized Physics-Informed and Scientific Machine Learning (SciML)" => " index.md" ,
15
- " Basic Parameter Fitting Tutorials" => Any[
15
+ " Ordinary Differential Equation (ODE) Tutorials" => Any[
16
16
" examples/optimization_ode.md" ,
17
- " examples/optimization_sde.md" ,
18
- " examples/lotka_volterra.md" ,
19
- " examples/delay_diffeq.md" ,
20
- " examples/pde_constrained.md" ,
21
17
" examples/stiff_ode_fit.md" ,
22
- ],
23
- " Neural ODE and SDE Tutorials" => Any[
24
18
" examples/neural_ode_sciml.md" ,
25
19
" examples/neural_ode_flux.md" ,
26
20
" examples/mnist_neural_ode.md" ,
27
- " examples/neural_sde.md" ,
28
21
" examples/augmented_neural_ode.md" ,
29
22
" examples/collocation.md" ,
30
23
" examples/neural_gde.md" ,
24
+ " examples/exogenous_input.md" ,
31
25
" examples/normalizing_flows.md"
32
26
],
27
+
28
+ " Stochastic Differential Equation (SDE) Tutorials" => Any[
29
+ " examples/optimization_sde.md" ,
30
+ " examples/neural_sde.md" ,
31
+ ],
32
+ " Delay Differential Equation (DDE) Tutorials" => Any[
33
+ " examples/delay_diffeq.md" ,
34
+ ],
35
+ " Differential-Algebraic Equation (DAE) Tutorials" => Any[
36
+ " examples/physical_constraints.md" ,
37
+ ],
38
+ " Partial Differential Equation (PDE) Tutorials" => Any[
39
+ " examples/pde_constrained.md" ,
40
+ ],
41
+ " Hybrid and Jump Equation Tutorials" => Any[
42
+ " examples/hybrid_diffeq.md" ,
43
+ " examples/bouncing_ball.md" ,
44
+ " examples/jump.md" ,
45
+ ],
33
46
" Bayesian Estimation Tutorials" => Any[
34
47
" examples/turing_bayesian.md" ,
35
48
" examples/BayesianNODE_NUTS.md" ,
@@ -43,20 +56,13 @@ makedocs(
43
56
" examples/second_order_adjoints.md" ,
44
57
" examples/minibatch.md" ,
45
58
],
46
- " Hybrid and Jump Tutorials" => Any[
47
- " examples/hybrid_diffeq.md" ,
48
- " examples/bouncing_ball.md" ,
49
- " examples/jump.md" ,
50
- ],
51
59
" Optimal and Model Predictive Control Tutorials" => Any[
52
60
" examples/optimal_control.md" ,
53
61
" examples/feedback_control.md" ,
54
62
" examples/SDE_control.md" ,
55
63
],
56
- " Universal Differential Equations and Physical Constraints Tutorials" => Any[
64
+ " Universal Differential Equations and Physical Layer Tutorials" => Any[
57
65
" examples/universal_diffeq.md" ,
58
- " examples/exogenous_input.md" ,
59
- " examples/physical_constraints.md" ,
60
66
" examples/tensor_layer.md" ,
61
67
" examples/hamiltonian_nn.md"
62
68
],
0 commit comments