|
1 | 1 | pages = [ |
2 | 2 | "Home" => "index.md", |
3 | 3 | "tutorials/ode_modeling.md", |
4 | | - "Tutorials" => Any["tutorials/acausal_components.md", |
5 | | - "tutorials/nonlinear.md", |
6 | | - "tutorials/initialization.md", |
| 4 | + "Tutorials" => Any[ |
| 5 | + "Modeling Systems" => Any["tutorials/nonlinear.md", |
7 | 6 | "tutorials/optimization.md", |
8 | | - "tutorials/modelingtoolkitize.md", |
9 | | - "tutorials/programmatically_generating.md", |
10 | 7 | "tutorials/stochastic_diffeq.md", |
11 | 8 | "tutorials/discrete_system.md", |
12 | | - "tutorials/parameter_identifiability.md", |
13 | | - "tutorials/bifurcation_diagram_computation.md", |
14 | | - "tutorials/SampledData.md", |
15 | | - "tutorials/domain_connections.md"], |
| 9 | + "tutorials/programmatically_generating.md", |
| 10 | + "tutorials/initialization.md", |
| 11 | + "tutorials/modelingtoolkitize.md"]], |
| 12 | + "Acausal Modeling" => Any["tutorials/acausal_components.md", |
| 13 | + "tutorials/domain_connections.md", |
| 14 | + "tutorials/SampledData.md"], |
| 15 | + "Applications" => Any["tutorials/parameter_identifiability.md", |
| 16 | + "tutorials/bifurcation_diagram_computation.md"], |
16 | 17 | "Examples" => Any[ |
17 | 18 | "Basic Examples" => Any["examples/higher_order.md", |
18 | 19 | "examples/spring_mass.md", |
|
0 commit comments