Skip to content

Commit c3a265e

Browse files
Update make.jl
1 parent 3547e20 commit c3a265e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ makedocs(modules = [DataInterpolations],
2323
"Using with Symbolics/ModelingToolkit" => "symbolics.md",
2424
"Manual" => "manual.md",
2525
"Smooth arc length interpolation" => "arclength_interpolation.md",
26-
"Inverting Integrals" => "inverting_integrals.md"
26+
"Inverting Integrals" => "inverting_integrals.md",
27+
"clarification.md"
2728
])
2829

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

0 commit comments

Comments
 (0)