Skip to content

Commit 97be710

Browse files
DOC: Fix the aliases list for pygmt.grdclip (#4130)
1 parent 5ea0e4b commit 97be710

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

pygmt/helpers/decorators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,7 @@ def fmt_docstring(module_func):
420420
Select map :doc:`projection </projections/index>`.
421421
<BLANKLINE>
422422
**Aliases:**
423+
<BLANKLINE>
423424
.. hlist::
424425
:columns: 3
425426
<BLANKLINE>

pygmt/src/grdclip.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,14 @@ def grdclip(
4141
- Replace individual values with a new value
4242
4343
Such operations are useful when you want all of a continent or an ocean to fall into
44-
one color or gray shade in image processing, when clipping the range of data
45-
values is required, or for reclassification of data values. The values can be any
46-
number or NaN (Not a Number).
44+
one color or gray shade in image processing, when clipping the range of data values
45+
is required, or for reclassification of data values. The values can be any number or
46+
NaN (Not a Number).
4747
4848
Full GMT docs at :gmt-docs:`grdclip.html`.
4949
5050
**Aliases:**
51+
5152
.. hlist::
5253
:columns: 3
5354

0 commit comments

Comments
 (0)