-
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
Update the docstrings of common aliases #862
Conversation
92e5c30
to
f1ac8ce
Compare
f48cb83
to
692f167
Compare
692f167
to
b20a1df
Compare
b20a1df
to
32850c3
Compare
This PR is ready for review, but it seems something wrong with Vercel, so the documentation is not available for preview yet. |
I agree that my pull request (#783) makes the code hard to read! |
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! It seems to have deployed fine, and I checked at least one page for each of the aliases with no issues.
Update the docstrings of the aliases in COMMON_OPTIONS in decorators.py
Description of proposed changes
Update the docstrings of common aliases following the convenction in #631.
This PR is different from PR #783.
I feel that the changes in PR #783 make COMMON_OPTIONS difficult to read:
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