Skip to content

Commit

Permalink
Merge branch 'main' into bgc/lec6
Browse files Browse the repository at this point in the history
  • Loading branch information
bradcarman authored Jan 26, 2024
2 parents 3a56df6 + 6860d99 commit 3ece428
Show file tree
Hide file tree
Showing 16 changed files with 2,020 additions and 35 deletions.
2 changes: 2 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"

[compat]
Expand All @@ -18,4 +19,5 @@ ModelingToolkit = "8"
ModelingToolkitStandardLibrary = "2"
Plots = "1"
Setfield = "1"
Sundials = "4"
Symbolics = "5"
14 changes: 9 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@ pages = [
"Syllabus" => "syllabus.md",
"lectures/lecture1.md",
"lectures/lecture2.md",
"lectures/lecture3.md",
"lectures/lecture4.md",
"lectures/lecture6.md",
"lectures/lecture7.md",
]

ENV["GKSwstype"] = "100"
using Plots

makedocs(sitename = "ModelingToolkit Course",
authors = "Chris Rackauckas",
modules = [ModelingToolkitCourse],
clean = true, doctest = false, linkcheck = true,
warnonly = [:missing_docs],
linkcheck_ignore = ["https://epubs.siam.org/doi/10.1137/0903023",
"https://link.springer.com/book/10.1007/978-3-642-05221-7",
"http://www.siam.org/journals/auth-info.php"],
format = Documenter.HTML(assets = ["assets/favicon.ico"],
canonical = "https://docs.sciml.ai/ModelingToolkitCourse/stable/"),
pages = pages)

#=
using LiveServer
serve(dir="docs/build")
=#

deploydocs(repo = "github.com/SciML/ModelingToolkitCourse.git";
push_preview = true)
Binary file added docs/src/img/dp5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/dp5_opt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/geometric_series.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/minstages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/num_order_conditions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/numerical_stiffness_effect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/rk_tableau.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/rooted_tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/taylor_remainder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/tsit5_coeffs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/src/img/tsit5_opt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
554 changes: 554 additions & 0 deletions docs/src/lectures/lecture3.md

Large diffs are not rendered by default.

Loading

0 comments on commit 3ece428

Please sign in to comment.