Skip to content

Commit f83a58b

Browse files
DOC: Improve highlighting for pygmt.nearneighbor (#4424)
1 parent 95daf68 commit f83a58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pygmt/src/nearneighbor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def nearneighbor(
4545
r"""
4646
Grid table data using a "Nearest neighbor" algorithm.
4747
48-
**nearneighbor** reads arbitrarily located (*x*, *y*, *z*\ [, *w*])
48+
:func:`pygmt.nearneighbor` reads arbitrarily located (*x*, *y*, *z*\ [, *w*])
4949
triplets [quadruplets] and uses a nearest neighbor algorithm to assign a
5050
weighted average value to each node that has one or more data points within
5151
a search radius centered on the node with adequate coverage across a subset

0 commit comments

Comments
 (0)