Skip to content

Commit

Permalink
fix more doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
asinghvi17 committed Apr 29, 2024
1 parent 8d9f0f0 commit ed901a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ They can be accessed via plotting, or directly by calling the instantiated inter
The recipe supports different interpolation methods, namely:

```@docs
TopoPlots.Interpolator
TopoPlots.DelaunayMesh
TopoPlots.CloughTocher
TopoPlots.SplineInterpolator
Expand Down
2 changes: 1 addition & 1 deletion docs/src/interpolator_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ data_slice = data[sampling_points]
positions = Point2f.(Tuple.(sampling_points))
interpolators = [
SplineInterpolator(; smoothing = 5) NullInterpolator() DelaunayMesh();
SplineInterpolator(; smoothing = 7) NullInterpolator() DelaunayMesh();
CloughTocher() ScatteredInterpolationMethod(ThinPlate()) ScatteredInterpolationMethod(Shepard(3));
ScatteredInterpolationMethod(Multiquadratic()) ScatteredInterpolationMethod(InverseMultiquadratic()) ScatteredInterpolationMethod(Gaussian());
NaturalNeighboursMethod(Hiyoshi(2)) NaturalNeighboursMethod(Sibson()) NaturalNeighboursMethod(Laplace());
Expand Down

0 comments on commit ed901a7

Please sign in to comment.