Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update region and projection standard docstrings #1510

Merged
merged 8 commits into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Meghan Jones <[email protected]>
  • Loading branch information
willschlitzer and maxrjones committed Oct 11, 2021
commit be3bd71e99fda16136b71e2941d64e097ae87d26
1 change: 0 additions & 1 deletion pygmt/src/basemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def basemap(self, **kwargs):
Parameters
----------
{J}
*Required if this is the first plot command.*
zscale/zsize : float or str
Set z-axis scaling or z-axis size.
{R}
Expand Down
1 change: 0 additions & 1 deletion pygmt/src/coast.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def coast(self, **kwargs):
Parameters
----------
{J}
*Required if this is the first plot command.*
{R}
*Required if this is the first plot command.*
{A}
Expand Down
1 change: 0 additions & 1 deletion pygmt/src/text.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ def text_(
left. If no justification is explicitly given (i.e. ``justify=True``),
then the input to ``textfiles`` must have this as a column.
{J}
*Required if this is the first plot command.*
{R}
*Required if this is the first plot command.*
clearance : str
Expand Down