@@ -27,9 +27,13 @@ pages = [
27
27
" Advanced Examples" => Any[" examples/tearing_parallelism.md" ,
28
28
" examples/sparse_jacobians.md" ,
29
29
" examples/perturbation.md" ]],
30
- " Basics" => Any[" basics/AbstractSystem.md" ,
31
- " basics/ContextualVariables.md" ,
32
- " basics/Variable_metadata.md" ,
30
+ " API" => Any[" API/System.md" ,
31
+ " API/variables.md" ,
32
+ " API/model_building.md" ,
33
+ " API/problems.md" ,
34
+ " API/codegen.md" ,
35
+ " API/PDESystem.md" ],
36
+ " Basics" => Any[
33
37
" basics/Composition.md" ,
34
38
" basics/Events.md" ,
35
39
" basics/Linearization.md" ,
@@ -40,14 +44,6 @@ pages = [
40
44
" basics/DependencyGraphs.md" ,
41
45
" basics/Precompilation.md" ,
42
46
" basics/FAQ.md" ],
43
- " System Types" => Any[" systems/ODESystem.md" ,
44
- " systems/SDESystem.md" ,
45
- " systems/JumpSystem.md" ,
46
- " systems/NonlinearSystem.md" ,
47
- " systems/OptimizationSystem.md" ,
48
- " systems/PDESystem.md" ,
49
- " systems/DiscreteSystem.md" ,
50
- " systems/ImplicitDiscreteSystem.md" ],
51
47
" comparison.md" ,
52
48
" internals.md"
53
49
]
0 commit comments