From 3f33d50107c9098f82922a5a2cac79f0a1ec2a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yvonne=20Fr=C3=B6hlich?= Date: Sat, 21 Feb 2026 20:51:11 +0100 Subject: [PATCH] Fix highlingting --- pygmt/src/nearneighbor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygmt/src/nearneighbor.py b/pygmt/src/nearneighbor.py index 62b03b9f826..0e9b5e5fffd 100644 --- a/pygmt/src/nearneighbor.py +++ b/pygmt/src/nearneighbor.py @@ -45,7 +45,7 @@ def nearneighbor( r""" Grid table data using a "Nearest neighbor" algorithm. - **nearneighbor** reads arbitrarily located (*x*, *y*, *z*\ [, *w*]) + :func:`pygmt.nearneighbor` reads arbitrarily located (*x*, *y*, *z*\ [, *w*]) triplets [quadruplets] and uses a nearest neighbor algorithm to assign a weighted average value to each node that has one or more data points within a search radius centered on the node with adequate coverage across a subset