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 673c88c commit 1ad379dCopy full SHA for 1ad379d
docs/make.jl
@@ -120,7 +120,8 @@ makedocs(
120
"https://github.com/SciML/ColPrac/blob/master/README.md",
121
"https://github.com/SciML/DiffEqDevTools.jl/blob/master/src/ode_tableaus.jl",
122
"https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/BVProblemLibrary/src/BVProblemLibrary.jl",
123
- "https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl"
+ "https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl",
124
+ "https://docs.sciml.ai/DiffEqDocs/stable/features/dae_initialization/"
125
],
126
doctest = false, clean = true,
127
warnonly = [:missing_docs, :docs_block],
0 commit comments