-
Notifications
You must be signed in to change notification settings - Fork 228
Add missing aliases to pygmt.grdgradient #1515
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
Conversation
Co-authored-by: Meghan Jones <[email protected]>
Co-authored-by: Michael Grund <[email protected]>
I don't have any new comments, but what do you think about the two unresolved ones from the last review regarding LaTeX math and |
Addressed above! |
Co-authored-by: Wei Ji <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Only comments are that I think parameters need to be wrapped in double back-ticks.
Please wait for a second approval since I made commits to the branch.
Co-authored-by: Michael Grund <[email protected]> Co-authored-by: Meghan Jones <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few small changes needed, otherwise ok!
Co-authored-by: Wei Ji <[email protected]>
Co-authored-by: Wei Ji <[email protected]>
Add missing aliases normalize (N), tiles (Q), slope_file (S), coltypes (f) to pygmt.grdgradient. Co-authored-by: Meghan Jones <[email protected]> Co-authored-by: Michael Grund <[email protected]> Co-authored-by: Wei Ji <[email protected]>
This is a follow up to #1269, and wraps additional parameters for
grdgradient
.Fixes #1372
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version