Skip to content

Commit 1c6346b

Browse files
authored
Update the URL links to the GMT documentation (#4814)
1 parent a0fd479 commit 1c6346b

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

examples/projections/cyl/cyl_universal_transverse_mercator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
.. _GMT_utm_zones:
1616
17-
.. figure:: https://docs.generic-mapping-tools.org/6.6/_images/GMT_utm_zones.png
17+
.. figure:: https://docs.generic-mapping-tools.org/6.7/_images/GMT_utm_zones.png
1818
:width: 700 px
1919
:align: center
2020

pygmt/encodings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
----------
1717
1818
- GMT-octal-codes: https://github.com/seisman/GMT-octal-codes
19-
- GMT documentation: https://docs.generic-mapping-tools.org/6.6/reference/octal-codes.html
19+
- GMT documentation: https://docs.generic-mapping-tools.org/6.7/reference/octal-codes.html
2020
- Adobe Postscript Language Reference: https://www.adobe.com/jp/print/postscript/pdfs/PLRM.pdf
2121
- Adobe ISOLatin1+: https://en.wikipedia.org/wiki/PostScript_Latin_1_Encoding
2222
- Adobe Symbol: https://en.wikipedia.org/wiki/Symbol_(typeface)

pygmt/params/pattern.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Pattern(BaseParam):
2626
GMT provides 90 predefined patterns that can be used in PyGMT. The patterns are
2727
numbered from 1 to 90, and shown below:
2828
29-
.. figure:: https://docs.generic-mapping-tools.org/6.6/_images/GMT_App_E.png
29+
.. figure:: https://docs.generic-mapping-tools.org/6.7/_images/GMT_App_E.png
3030
:alt: The 90 predefined bit-patterns provided with GMT
3131
:width: 75%
3232
:align: center

pygmt/params/position.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class Position(BaseParam):
2020
"""
2121
Class for positioning embellishments on a plot.
2222
23-
.. figure:: https://docs.generic-mapping-tools.org/6.6/_images/GMT_anchor.png
23+
.. figure:: https://docs.generic-mapping-tools.org/6.7/_images/GMT_anchor.png
2424
:width: 600 px
2525
:align: center
2626

pygmt/src/logo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def logo(
3636
"""
3737
Plot the GMT logo.
3838
39-
.. figure:: https://docs.generic-mapping-tools.org/6.6/_images/GMT_coverlogo.png
39+
.. figure:: https://docs.generic-mapping-tools.org/6.7/_images/GMT_coverlogo.png
4040
:alt: GMT logo
4141
:align: center
4242
:width: 300px

pygmt/src/nearneighbor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def nearneighbor(
6262
criteria and :math:`r_i` is the distance from the node to the *i*'th data
6363
point. If no data weights are supplied then :math:`w_i = 1`.
6464
65-
.. figure:: https://docs.generic-mapping-tools.org/6.6/_images/GMT_nearneighbor.png
65+
.. figure:: https://docs.generic-mapping-tools.org/6.7/_images/GMT_nearneighbor.png
6666
:width: 300 px
6767
:align: center
6868

pygmt/tests/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def test_text_justify_parsed_from_textfile():
314314
operation.
315315
316316
Loosely based on "All great-circle paths lead to Rome" gallery example at
317-
https://docs.generic-mapping-tools.org/6.6/gallery/ex23.html
317+
https://docs.generic-mapping-tools.org/6.7/gallery/ex23.html
318318
"""
319319
fig = Figure()
320320
fig.text(

0 commit comments

Comments
 (0)