File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Disclaimer
45
45
All of the API (functions/classes/interfaces) is subject to change until we reach v1.0.0
46
46
as per the `semantic versioning specification <https://semver.org/spec/v2.0.0.html >`__.
47
47
There may be non-backward compatible changes as we experiment with new design ideas and
48
- implement new features. **This is not a finished product, use with caution **
48
+ implement new features. **This is not a finished product, use with caution. **
49
49
50
50
We welcome any feedback and ideas!
51
51
Let us know by submitting
@@ -85,9 +85,6 @@ Contacting Us
85
85
open issue or pull request.
86
86
* We have a `Discourse forum <https://forum.generic-mapping-tools.org >`__
87
87
where you can ask questions and leave comments.
88
- * This project is released with a `Contributor Code of Conduct
89
- <https://github.com/GenericMappingTools/pygmt/blob/master/CODE_OF_CONDUCT.md> `__.
90
- By participating in this project you agree to abide by its terms.
91
88
92
89
93
90
Contributing
Original file line number Diff line number Diff line change 66
66
#
67
67
# You’ll probably have noticed several things that are different from classic
68
68
# command-line GMT. Many of these changes reflect the new GMT modern execution mode that
69
- # will be part of the future 6.0 release. A few are PyGMT exclusive (like the
70
- # ``savefig`` method).
69
+ # are part of GMT 6. A few are PyGMT exclusive (like the ``savefig`` method).
71
70
#
72
71
# 1. The name of method is ``coast`` instead of ``pscoast``. As a general rule, all
73
72
# ``ps*`` modules had their ``ps`` prefix removed. The exceptions are:
You can’t perform that action at this time.
0 commit comments