Skip to content

Commit a22874a

Browse files
Merge pull request SciML#404 from SouthEndMusic/smooth_arclength_interpolation
Smooth arclength interpolation
1 parent 80f0434 commit a22874a

9 files changed

+1004
-9
lines changed

docs/make.jl

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ makedocs(modules = [DataInterpolations],
1212
linkcheck = true,
1313
format = Documenter.HTML(assets = ["assets/favicon.ico"],
1414
canonical = "https://docs.sciml.ai/DataInterpolations/stable/"),
15-
pages = ["index.md", "Interpolation methods" => "methods.md",
15+
pages = [
16+
"index.md",
17+
"Interpolation methods" => "methods.md",
1618
"Extrapolation methods" => "extrapolation_methods.md",
17-
"Interface" => "interface.md", "Using with Symbolics/ModelingToolkit" => "symbolics.md",
18-
"Manual" => "manual.md", "Inverting Integrals" => "inverting_integrals.md"])
19+
"Interface" => "interface.md",
20+
"Using with Symbolics/ModelingToolkit" => "symbolics.md",
21+
"Manual" => "manual.md",
22+
"Smooth arc length interpolation" => "arclength_interpolation.md",
23+
"Inverting Integrals" => "inverting_integrals.md"
24+
])
1925

2026
deploydocs(repo = "github.com/SciML/DataInterpolations.jl"; push_preview = true)

0 commit comments

Comments
 (0)