Skip to content

Commit

Permalink
Add BPINNs tutorial to docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
xtalax authored Sep 15, 2023
1 parent c0d6eef commit a7010a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
pages = ["index.md",
"ODE PINN Tutorials" => Any["Introduction to NeuralPDE for ODEs" => "tutorials/ode.md"
"ODE PINN Tutorials" => Any["Introduction to NeuralPDE for ODEs" => "tutorials/ode.md",
"Baysian PINNs - Lotka-Volterra" => "examples/Lotka_Volterra_BPINNs.md"
#"examples/nnrode_example.md", # currently incorrect
],
"PDE PINN Tutorials" => Any["Introduction to NeuralPDE for PDEs" => "tutorials/pdesystem.md",
Expand Down

0 comments on commit a7010a4

Please sign in to comment.