-
Notifications
You must be signed in to change notification settings - Fork 224
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
Copy interval docs from grdcontour.py to the levels docs in contour.py #1043
Conversation
pygmt/src/contour.py
Outdated
levels : str or int | ||
Specify the contour lines to generate. | ||
|
||
- The filename of a `CPT` file where the color boundaries will |
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 filename of a `CPT` file where the color boundaries will | |
- The filename of a CPT file where the color boundaries will |
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.
@willschlitzer Could you also make the same fix in grdcontour.py
?
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.
Done in 50fbf4e
Co-authored-by: Dongdong Tian <[email protected]>
Is the no approval for this and #1044 a GitHub bug or a force merge? |
It's a simple fix so I just pushed the "force merge" button (after reviewing the changes 😃) |
OK, sounds good. I just wanted to make sure we weren't have any GitHub problems after the issues yesterday. |
GenericMappingTools#1043) Co-authored-by: Dongdong Tian <[email protected]>
As pointed out by @meghanrjones in #1042, the parameter
levels
incontour.py
is the same asinterval
ingrdcontour.py
. Theinterval
documentation was much more complete than thelevels
documentation; this pull request copies the documentation frominterval
tolevels
.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