-
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #147 from mkg33/master
Update docs
- Loading branch information
Showing
9 changed files
with
942 additions
and
910 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.