-
Notifications
You must be signed in to change notification settings - Fork 225
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
Use "general" verb form in docstrings #2376
Conversation
No guarantee I found all occurrences... Thanks for reviewing this PR. @GenericMappingTools/pygmt-maintainers should there be a separate PR for the other docstring changes in this PR or is leaving these changes in this PR fine? |
pygmt/src/meca.py
Outdated
@@ -231,8 +231,9 @@ def meca( | |||
determined by the z-value (i.e., event depth or the third column for | |||
an input file). | |||
no_clip : bool | |||
Does NOT skip symbols that fall outside frame boundary specified by | |||
``region`` [Default is False, i.e. plot symbols inside map frame only]. | |||
Do NOT skip symbols that fall outside frame boundary specified by |
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.
Do NOT skip symbols that fall outside frame boundary specified by | |
Do NOT skip symbols that fall outside the frame boundary specified by |
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.
@michaelgrund in commit 2f94dd5 I tried to make the docstrings for no_clip
more consistent across the single methods.
Description of proposed changes
This PR aims to use more consistently the "general" verb form in the docstrings.
Fixes: #2345 (comment)
Related to GMT upstream documentation: GenericMappingTools/gmt@a57fd6c, GenericMappingTools/gmt@8256073
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