Uh oh!
There was an error while loading. Please reload this page.
Fix default for pen parameter in API documentation - #2134
Conversation
yvonnefroehlich
commented
Nov 1, 2022
I am unsure about making this change in the upstream GMT documentation. I realized that it is possible to use |
seisman
commented
Nov 4, 2022
The upstream GMT maintainers also agree that we should use |
yvonnefroehlich
commented
Nov 4, 2022
Thanks @seisman for your response and the links to the upstream GMT PRs. I opened a PR to make this change in the upstream GMT documentation. |
Description of proposed changes
This PR aims to fix the default for the
penparameter in the API documentation.Default pen:width = default, color = black, style = solidalso occurs in the upstream GMT documentation (e.g. https://docs.generic-mapping-tools.org/dev/coast.html#i). If the change to
Default pen:width = 0.25p, color = black, style = solidis correct, I can try to open an corresponding PR in the next days.
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