Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: inconsistent terminology at scipy.interpolate.griddata.html #19363

Closed
keithbriggs opened this issue Oct 9, 2023 · 1 comment · Fixed by #19611
Closed

DOC: inconsistent terminology at scipy.interpolate.griddata.html #19363

keithbriggs opened this issue Oct 9, 2023 · 1 comment · Fixed by #19611
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.interpolate
Milestone

Comments

@keithbriggs
Copy link

Issue with current documentation:

This page has:

LinearNDInterpolator
    Piecewise linear interpolant in N dimensions.
NearestNDInterpolator
    Nearest-neighbor interpolation in N dimensions.

That's three different words for the same thing - interpolator, interpolant, interpolation. This will confuse beginners. If the the functions are called interpolators, why can't we just stick to this word in the descriptions?

Idea or request for content:

No response

Additional context (e.g. screenshots, GIFs)

No response

@keithbriggs keithbriggs added the Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org label Oct 9, 2023
@ev-br
Copy link
Member

ev-br commented Oct 9, 2023

DOC clarification PRs are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Issues related to the SciPy documentation. Also check https://github.com/scipy/scipy.org scipy.interpolate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants