Skip to content

Commit

Permalink
Create pages.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 2, 2022
1 parent 95394ca commit 5ad13cc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/pages.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pages = [
"DiffEqParamEstim.jl: Parameter Estimation for Differential Equations" => "index.md",
"Tutorials" => Any[
"tutorials/ODE_inference.md",
"tutorials/global_optimization.md",
"tutorials/jump.md",
"tutorials/generalized_likelihood.md",
"tutorials/stochastic_evaluations.md"
],
"Methods" => Any[
"methods/recommended_methods.md",
"methods/optimization_based_methods.md",
"methods/collocation_loss.md",
"methods/alternative_objectives.md"
],
]

0 comments on commit 5ad13cc

Please sign in to comment.