Skip to content

Commit f344cf5

Browse files
committed
Shorten line length to under 100 using the dev image
1 parent 6118d23 commit f344cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/nearneighbor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def nearneighbor(data=None, x=None, y=None, z=None, **kwargs):
5757
criteria and :math:`r_i` is the distance from the node to the *i*'th data
5858
point. If no data weights are supplied then :math:`w_i = 1`.
5959
60-
.. figure:: https://docs.generic-mapping-tools.org/latest/_images/GMT_nearneighbor.png # noqa: W505
60+
.. figure:: https://docs.generic-mapping-tools.org/dev/_images/GMT_nearneighbor.png # noqa: W505
6161
:width: 300 px
6262
:align: center
6363

0 commit comments

Comments
 (0)