We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d898f3 commit fa07daeCopy full SHA for fa07dae
docs/make.jl
@@ -23,7 +23,10 @@ makedocs(sitename = "Overview of Julia's SciML",
23
clean = true, doctest = false, linkcheck = true,
24
linkcheck_ignore = ["https://twitter.com/ChrisRackauckas/status/1477274812460449793",
25
"https://epubs.siam.org/doi/10.1137/0903023",
26
- "https://bkamins.github.io/julialang/2020/12/24/minilanguage.html"],
+ "https://bkamins.github.io/julialang/2020/12/24/minilanguage.html",
27
+ "https://arxiv.org/abs/2109.06786",
28
+
29
+ ],
30
format = Documenter.HTML(assets = ["assets/favicon.ico"],
31
canonical = "https://docs.sciml.ai/stable/",
32
mathengine = mathengine),
0 commit comments