Skip to content

Commit

Permalink
Update make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jun 2, 2022
1 parent eb1cfab commit 95394ca
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,7 @@ makedocs(
format=Documenter.HTML(assets=["assets/favicon.ico"],
canonical="https://diffeqparamestim.sciml.ai/stable/"),

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"
],
]
pages=pages
)

deploydocs(
Expand Down

0 comments on commit 95394ca

Please sign in to comment.