Skip to content

Commit c06fa44

Browse files
seismanweiji14
andauthored
Tiny fixes for the documentation (#594)
* Add a missing period * The code of conduct is mentioned in the section below * GMT 6 is already released Co-authored-by: Wei Ji <[email protected]>
1 parent c6b5621 commit c06fa44

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Disclaimer
4545
All of the API (functions/classes/interfaces) is subject to change until we reach v1.0.0
4646
as per the `semantic versioning specification <https://semver.org/spec/v2.0.0.html>`__.
4747
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.**
4949

5050
We welcome any feedback and ideas!
5151
Let us know by submitting
@@ -85,9 +85,6 @@ Contacting Us
8585
open issue or pull request.
8686
* We have a `Discourse forum <https://forum.generic-mapping-tools.org>`__
8787
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.
9188

9289

9390
Contributing

examples/tutorials/first-figure.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@
6666
#
6767
# You’ll probably have noticed several things that are different from classic
6868
# 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).
7170
#
7271
# 1. The name of method is ``coast`` instead of ``pscoast``. As a general rule, all
7372
# ``ps*`` modules had their ``ps`` prefix removed. The exceptions are:

0 commit comments

Comments
 (0)