Skip to content

Commit 82e2670

Browse files
Update pages.jl
1 parent 30e26c9 commit 82e2670

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ pages = ["index.md",
2121
"examples/sde/SDE_control.md"],
2222
"Delay Differential Equations (DDEs)" => Any["examples/dde/delay_diffeq.md"],
2323
"Partial Differential Equations (PDEs)" => Any[
24-
"examples/pde/pde_constrained.md",
25-
"examples/pde/brusselator.md"
26-
],
24+
"examples/pde/pde_constrained.md",
25+
"examples/pde/gray_scott.md"
26+
],
2727
"Hybrid and Jump Equations" => Any["examples/hybrid_jump/hybrid_diffeq.md",
2828
"examples/hybrid_jump/bouncing_ball.md"],
2929
"Bayesian Estimation" => Any["examples/bayesian/turing_bayesian.md"],

0 commit comments

Comments
 (0)