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 30e26c9 commit 82e2670Copy full SHA for 82e2670
docs/pages.jl
@@ -21,9 +21,9 @@ pages = ["index.md",
21
"examples/sde/SDE_control.md"],
22
"Delay Differential Equations (DDEs)" => Any["examples/dde/delay_diffeq.md"],
23
"Partial Differential Equations (PDEs)" => Any[
24
- "examples/pde/pde_constrained.md",
25
- "examples/pde/brusselator.md"
26
- ],
+ "examples/pde/pde_constrained.md",
+ "examples/pde/gray_scott.md"
+ ],
27
"Hybrid and Jump Equations" => Any["examples/hybrid_jump/hybrid_diffeq.md",
28
"examples/hybrid_jump/bouncing_ball.md"],
29
"Bayesian Estimation" => Any["examples/bayesian/turing_bayesian.md"],
0 commit comments