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.
2 parents 67743af + 8b6727f commit d978f74Copy full SHA for d978f74
1 file changed
docs/make.jl
@@ -27,7 +27,8 @@ makedocs(
27
"Manual" => "manual.md",
28
"Smooth arc length interpolation" => "arclength_interpolation.md",
29
"Inverting Integrals" => "inverting_integrals.md",
30
- "clarification.md"
31
- ])
+ "clarification.md",
+ ]
32
+)
33
34
deploydocs(repo = "github.com/SciML/DataInterpolations.jl"; push_preview = true)
0 commit comments