Skip to content

Commit 6a580bf

Browse files
authored
DOC: Add outgrid (-G) to the alias list in docstrings (#4375)
1 parent 205739b commit 6a580bf

18 files changed

+18
-0
lines changed

pygmt/src/binstats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ def binstats(
6868
6969
$aliases
7070
- C = statistic
71+
- G = outgrid
7172
- I = spacing
7273
- R = region
7374
- V = verbose

pygmt/src/dimfilter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def dimfilter(
4848
Full GMT docs at :gmt-docs:`dimfilter.html`.
4949
5050
$aliases
51+
- G = outgrid
5152
- I = spacing
5253
- R = region
5354
- V = verbose

pygmt/src/grdclip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def grdclip(
5050
.. hlist::
5151
:columns: 3
5252
53+
- G = outgrid
5354
- R = region
5455
- Sa = above
5556
- Sb = below

pygmt/src/grdcut.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def grdcut(
4747
Full GMT docs at :gmt-docs:`grdcut.html`.
4848
4949
$aliases
50+
- G = outgrid
5051
- J = projection
5152
- R = region
5253
- V = verbose

pygmt/src/grdfill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def grdfill(
105105
- Ag = grid_fill
106106
- An = neighbor_fill
107107
- As = spline_fill
108+
- G = outgrid
108109
- L = inquire
109110
- N = hole
110111
- R = region

pygmt/src/grdfilter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def grdfilter(
4545
Full GMT docs at :gmt-docs:`grdfilter.html`.
4646
4747
$aliases
48+
- G = outgrid
4849
- I = spacing
4950
- N = nans
5051
- R = region

pygmt/src/grdgradient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def grdgradient(
4545
$aliases
4646
- A = azimuth
4747
- E = radiance
48+
- G = outgrid
4849
- R = region
4950
- V = verbose
5051

pygmt/src/grdhisteq.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ def equalize_grid(
7878
Full GMT docs at :gmt-docs:`grdhisteq.html`.
7979
8080
$aliases
81+
- G = outgrid
8182
- R = region
8283
- V = verbose
8384

pygmt/src/grdlandmask.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ def grdlandmask(
5252
$aliases
5353
- D = resolution
5454
- E = border_values
55+
- G = outgrid
5556
- I = spacing
5657
- N = mask_values
5758
- R = region

pygmt/src/grdproject.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def grdproject( # noqa: PLR0913
5757
- D = spacing
5858
- E = dpi
5959
- F = scaling
60+
- G = outgrid
6061
- I = inverse
6162
- J = projection
6263
- M = unit

0 commit comments

Comments
 (0)