You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GMT/Python is a bad name because it can't be translated into a
repository or Python package name easily. What we have now is a
repository called `gmt-python`, a website `gmtpython`, a package `gmt`,
and a PyPI package `gmt-python`. This is madness.
Since all other GMT Python wrappers are dead, we'll rebrand as PyGMT
(repo and packages will be `pygmt`).
This renames the package and imports so that the tests pass and the docs
build. I'm sure we'll find many references to `gmt` but we can fix those
with time.
Fixes#263
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our [contributing guidelines](https://github.com/GenericMappingTools/gmt-python/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/GenericMappingTools/gmt-python/blob/master/CODE_OF_CONDUCT.md).
5
+
👋 Thanks for opening your first issue here! Please make sure you filled out the template with as much detail as possible. You might also want to take a look at our [contributing guidelines](https://github.com/GenericMappingTools/pygmt/blob/master/CONTRIBUTING.md) and [code of conduct](https://github.com/GenericMappingTools/pygmt/blob/master/CODE_OF_CONDUCT.md).
6
6
7
7
# Comment to be posted to on PRs from first time contributors in your repository
8
8
newPRWelcomeComment: |
9
9
💖 Thanks for opening this pull request! 💖
10
10
11
-
Please make sure you read our [contributing guidelines](https://github.com/GenericMappingTools/gmt-python/blob/master/CONTRIBUTING.md) and abide by our [code of conduct](https://github.com/GenericMappingTools/gmt-python/blob/master/CODE_OF_CONDUCT.md).
11
+
Please make sure you read our [contributing guidelines](https://github.com/GenericMappingTools/pygmt/blob/master/CONTRIBUTING.md) and abide by our [code of conduct](https://github.com/GenericMappingTools/pygmt/blob/master/CODE_OF_CONDUCT.md).
0 commit comments