Skip to content

Commit 3bf523f

Browse files
Update docs/make.jl
1 parent 58d5e54 commit 3bf523f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ makedocs(modules = [DataInterpolations],
1616
canonical = "https://docs.sciml.ai/DataInterpolations/stable/"),
1717
pages = [
1818
"index.md",
19-
# "Interpolation methods" => "methods.md",
20-
# "Extrapolation methods" => "extrapolation_methods.md",
21-
# "Interface" => "interface.md",
22-
# "Using with Symbolics/ModelingToolkit" => "symbolics.md",
19+
"Interpolation methods" => "methods.md",
20+
"Extrapolation methods" => "extrapolation_methods.md",
21+
"Interface" => "interface.md",
22+
"Using with Symbolics/ModelingToolkit" => "symbolics.md",
2323
"Manual" => "manual.md",
2424
"Smooth arc length interpolation" => "arclength_interpolation.md" # "Inverting Integrals" => "inverting_integrals.md"])
2525
])

0 commit comments

Comments
 (0)