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 3547e20 commit c3a265eCopy full SHA for c3a265e
1 file changed
docs/make.jl
@@ -23,7 +23,8 @@ makedocs(modules = [DataInterpolations],
23
"Using with Symbolics/ModelingToolkit" => "symbolics.md",
24
"Manual" => "manual.md",
25
"Smooth arc length interpolation" => "arclength_interpolation.md",
26
- "Inverting Integrals" => "inverting_integrals.md"
+ "Inverting Integrals" => "inverting_integrals.md",
27
+ "clarification.md"
28
])
29
30
deploydocs(repo = "github.com/SciML/DataInterpolations.jl"; push_preview = true)
0 commit comments