Skip to content

Commit

Permalink
Merge pull request #147 from mkg33/master
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
ChrisRackauckas authored Nov 15, 2020
2 parents 5deecbe + 891a0e0 commit 0328ae9
Show file tree
Hide file tree
Showing 9 changed files with 942 additions and 910 deletions.
5 changes: 5 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

[compat]
Documenter = "0.25.3"
31 changes: 31 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
using Documenter, DiffEqParamEstim

makedocs(
sitename="DiffEqParamEstim.jl",
authors="Chris Rackauckas et al.",
clean=true,
doctest=false,
modules=[DiffEqParamEstim],

format=Documenter.HTML(assets=["assets/favicon.ico"],
canonical="https://diffeqparamestim.sciml.ai/stable/"),

pages=[
"DiffEqParamEstim.jl: Parameter Estimation for Differential Equations" => "index.md",
"Methods" => Any[
"methods/recommended_methods.md",
"methods/optimization_based_methods.md"
],
"Examples" => Any[
"examples/ODE_inference.md"
],
"Tutorials" => Any[
"tutorials/stochastic_evaluations.md"
],
]
)

deploydocs(
repo="github.com/SciML/DiffEqParamEstim.jl";
push_preview=true
)
Binary file added docs/src/assets/favicon.ico
Binary file not shown.
Binary file added docs/src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0328ae9

Please sign in to comment.