Skip to content

Commit 6874e2b

Browse files
docs: add new doc pages, remove outdated pages
1 parent 8ed2e02 commit 6874e2b

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docs/pages.jl

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ pages = [
2727
"Advanced Examples" => Any["examples/tearing_parallelism.md",
2828
"examples/sparse_jacobians.md",
2929
"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[
3337
"basics/Composition.md",
3438
"basics/Events.md",
3539
"basics/Linearization.md",
@@ -40,14 +44,6 @@ pages = [
4044
"basics/DependencyGraphs.md",
4145
"basics/Precompilation.md",
4246
"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"],
5147
"comparison.md",
5248
"internals.md"
5349
]

0 commit comments

Comments
 (0)