We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf27d4 commit a41a7c0Copy full SHA for a41a7c0
docs/pages.jl
@@ -43,7 +43,10 @@ pages = Any[
43
"steady_state_functionality/nonlinear_solve.md",
44
"steady_state_functionality/steady_state_stability_computation.md",
45
"steady_state_functionality/bifurcation_diagrams.md",
46
- "steady_state_functionality/dynamical_systems.md"
+ "steady_state_functionality/dynamical_systems.md",
47
+ "Examples" => Any[
48
+ "steady_state_functionality/examples/bifurcationkit_periodic_orbits.md"
49
+ ]
50
],
51
"Inverse problems" => Any[
52
"inverse_problems/petab_ode_param_fitting.md",
0 commit comments