Skip to content

Commit 354b50a

Browse files
authored
Reformat the manually maintained aliases in docstrings (#4043)
1 parent 6be83ed commit 354b50a

31 files changed

+44
-44
lines changed

pygmt/src/basemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def basemap(self, projection=None, **kwargs):
3939
Full GMT docs at :gmt-docs:`basemap.html`.
4040
4141
{aliases}
42-
- J=projection
42+
- J = projection
4343
4444
Parameters
4545
----------

pygmt/src/binstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def binstats(
6565
Full GMT docs at :gmt-docs:`gmtbinstats.html`.
6666
6767
{aliases}
68-
- C=statistic
68+
- C = statistic
6969
7070
Parameters
7171
----------

pygmt/src/coast.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ def coast(
6666
Full GMT docs at :gmt-docs:`coast.html`.
6767
6868
{aliases}
69-
- D=resolution
70-
- J=projection
69+
- D = resolution
70+
- J = projection
7171
7272
Parameters
7373
----------

pygmt/src/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def colorbar(self, projection=None, **kwargs):
4545
Full GMT docs at :gmt-docs:`colorbar.html`.
4646
4747
{aliases}
48-
- J=projection
48+
- J = projection
4949
5050
Parameters
5151
----------

pygmt/src/contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def contour(
5858
Full GMT docs at :gmt-docs:`contour.html`.
5959
6060
{aliases}
61-
- J=projection
61+
- J = projection
6262
6363
Parameters
6464
----------

pygmt/src/grdclip.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ def grdclip(
5252
Full GMT docs at :gmt-docs:`grdclip.html`.
5353
5454
{aliases}
55-
- Sa=above
56-
- Sb=below
57-
- Si=between
58-
- Sr=replace
55+
- Sa = above
56+
- Sb = below
57+
- Si = between
58+
- Sr = replace
5959
6060
Parameters
6161
----------

pygmt/src/grdcontour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def grdcontour(self, grid: PathLike | xr.DataArray, projection=None, **kwargs):
4747
Full GMT docs at :gmt-docs:`grdcontour.html`.
4848
4949
{aliases}
50-
- J=projection
50+
- J = projection
5151
5252
Parameters
5353
----------

pygmt/src/grdcut.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def grdcut(
5252
Full GMT docs at :gmt-docs:`grdcut.html`.
5353
5454
{aliases}
55-
- J=projection
55+
- J = projection
5656
5757
Parameters
5858
----------

pygmt/src/grdfill.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ def grdfill(
101101
Full GMT docs at :gmt-docs:`grdfill.html`.
102102
103103
{aliases}
104-
- Ac=constantfill
105-
- Ag=gridfill
106-
- An=neighborfill
107-
- As=splinefill
108-
- L=inquire
104+
- Ac = constantfill
105+
- Ag = gridfill
106+
- An = neighborfill
107+
- As = splinefill
108+
- L = inquire
109109
110110
Parameters
111111
----------

pygmt/src/grdimage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def grdimage(self, grid: PathLike | xr.DataArray, projection=None, **kwargs):
7373
Full GMT docs at :gmt-docs:`grdimage.html`.
7474
7575
{aliases}
76-
- J=projection
76+
- J = projection
7777
7878
Parameters
7979
----------

0 commit comments

Comments
 (0)