-
Notifications
You must be signed in to change notification settings - Fork 219
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
Fix typos in documentation and codes #3370
Conversation
Sounds good, and mark the PR as Draft to save CI resources. |
Co-authored-by: Michael Grund <23025878+michaelgrund@users.noreply.github.com>
Co-authored-by: Dongdong Tian <seisman.info@gmail.com>
Change "GMT" to "PyGMT"? pygmt/doc/techref/encodings.md Line 3 in acd80db
Change
to
pygmt/doc/techref/encodings.md Line 111 in acd80db
and also make similar changes to following lines? pygmt/doc/techref/encodings.md Lines 116 to 130 in acd80db
|
Done in commit 3483545.
All links are re-written in this form in commit 96fdc6d. |
Description of proposed changes
Fix some typos.
Maybe we can leave this PR open and collect any other typos until releasing v0.13.0.
Preview:
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 command is:
/format
: automatically format and lint the code