-
Notifications
You must be signed in to change notification settings - Fork 235
Add link to GMT full option list for grdproject, grdsample and project #1716
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
|
I think all options for grdimage and grdproject have aliases in PyGMT. For these and others with completed aliases, I think |
Fair point. What do others think about having fully aliased PyGMT modules use ' That said, this change is only worth it if we can make sure Paul doesn't add new options to those modules in the future 😆 |
Sounds good to me. |
maxrjones
left a comment
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.
The current wording is fine with me.
Description of proposed changes
Adds missing link to GMT doc page for
grdproject,grdsampleandproject. Also standardize to use 'Full option list' across all modules (some were using 'Full parameter list' before).Patches #1377, #1380, #1122.
Closes #1621.
Reminders
make formatandmake checkto 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