Skip to content

Commit 8623e3a

Browse files
authored
Add links to the documentation HTML ZIP archive and PDF files (#3833)
1 parent 1791ca2 commit 8623e3a

File tree

1 file changed

+32
-26
lines changed

1 file changed

+32
-26
lines changed

doc/minversions.md

Lines changed: 32 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@ myst:
1212
title: "{{path}}"
1313
doc:
1414
url: "https://www.pygmt.org/{{path}}"
15-
title: "Docs"
15+
title: "Web"
16+
html:
17+
url: "https://github.com/GenericMappingTools/pygmt/releases/download/{{path}}/pygmt-docs.zip"
18+
title: "HTML+ZIP"
19+
pdf:
20+
url: "https://github.com/GenericMappingTools/pygmt/releases/download/{{path}}/pygmt-docs.pdf"
21+
title: "PDF"
1622
---
1723

1824
# Minimum Supported Versions
@@ -38,31 +44,31 @@ drop support for core (and optional) package dependencies earlier than recommend
3844
compatibility reasons.
3945
:::
4046

41-
| PyGMT Version | GMT | Python | NumPy | pandas | Xarray |
42-
|---|---|---|---|---|---|
43-
| [Dev][]* [<doc:dev>] | {{ requires.gmt }} | {{ requires.python }} | {{ requires.numpy }} | {{ requires.pandas }} | {{ requires.xarray }} |
44-
| <tag:v0.14.2> [<doc:v0.14.2>] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
45-
| <tag:v0.14.1> [<doc:v0.14.1>] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
46-
| <tag:v0.14.0> [<doc:v0.14.0>] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
47-
| <tag:v0.13.0> [<doc:v0.13.0>] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.09 |
48-
| <tag:v0.12.0> [<doc:v0.12.0>] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.06 |
49-
| <tag:v0.11.0> [<doc:v0.11.0>] | >=6.3.0 | >=3.9 | >=1.23 | | |
50-
| <tag:v0.10.0> [<doc:v0.10.0>] | >=6.3.0 | >=3.9 | >=1.22 | | |
51-
| <tag:v0.9.0> [<doc:v0.9.0>] | >=6.3.0 | >=3.8 | >=1.21 | | |
52-
| <tag:v0.8.0> [<doc:v0.8.0>] | >=6.3.0 | >=3.8 | >=1.20 | | |
53-
| <tag:v0.7.0> [<doc:v0.7.0>] | >=6.3.0 | >=3.8 | >=1.20 | | |
54-
| <tag:v0.6.1> [<doc:v0.6.1>] | >=6.3.0 | >=3.8 | >=1.19 | | |
55-
| <tag:v0.6.0> [<doc:v0.6.0>] | >=6.3.0 | >=3.8 | >=1.19 | | |
56-
| <tag:v0.5.0> [<doc:v0.5.0>] | >=6.2.0 | >=3.7 | >=1.18 | | |
57-
| <tag:v0.4.1> [<doc:v0.4.1>] | >=6.2.0 | >=3.7 | >=1.17 | | |
58-
| <tag:v0.4.0> [<doc:v0.4.0>] | >=6.2.0 | >=3.7 | >=1.17 | | |
59-
| <tag:v0.3.1> [<doc:v0.3.1>] | >=6.1.1 | >=3.7 | | | |
60-
| <tag:v0.3.0> [<doc:v0.3.0>] | >=6.1.1 | >=3.7 | | | |
61-
| <tag:v0.2.1> [<doc:v0.2.1>] | >=6.1.1 | >=3.6 | | | |
62-
| <tag:v0.2.0> [<doc:v0.2.0>] | >=6.1.1 | 3.6 - 3.8 | | | |
63-
| <tag:v0.1.2> [<doc:v0.1.2>] | >=6.0.0 | 3.6 - 3.8 | | | |
64-
| <tag:v0.1.1> [<doc:v0.1.1>] | >=6.0.0 | 3.6 - 3.8 | | | |
65-
| <tag:v0.1.0> [<doc:v0.1.0>] | >=6.0.0 | 3.6 - 3.8 | | | |
47+
| PyGMT Version | Documentation | GMT | Python | NumPy | pandas | Xarray |
48+
|---|---|---|---|---|---|---|
49+
| [Dev][]* | [<doc:dev>] [[HTML+ZIP](doc:dev/pygmt-docs.zip)] [[PDF](doc:dev/pygmt-docs.pdf)] | {{ requires.gmt }} | {{ requires.python }} | {{ requires.numpy }} | {{ requires.pandas }} | {{ requires.xarray }} |
50+
| <tag:v0.14.2> | [<doc:v0.14.2>] [<html:v0.14.2>] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
51+
| <tag:v0.14.1> | [<doc:v0.14.1>] [<html:v0.14.1>] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
52+
| <tag:v0.14.0> | [<doc:v0.14.0>] [<html:v0.14.0>] | >=6.4.0 | >=3.11 | >=1.25 | >=2.0 | >=2023.04 |
53+
| <tag:v0.13.0> | [<doc:v0.13.0>] [<html:v0.13.0>] | >=6.3.0 | >=3.10 | >=1.24 | >=1.5 | >=2022.09 |
54+
| <tag:v0.12.0> | [<doc:v0.12.0>] [<html:v0.12.0>] | >=6.3.0 | >=3.10 | >=1.23 | >=1.5 | >=2022.06 |
55+
| <tag:v0.11.0> | [<doc:v0.11.0>] [<html:v0.11.0>] | >=6.3.0 | >=3.9 | >=1.23 | | |
56+
| <tag:v0.10.0> | [<doc:v0.10.0>] [<html:v0.10.0>] | >=6.3.0 | >=3.9 | >=1.22 | | |
57+
| <tag:v0.9.0> | [<doc:v0.9.0>] [<html:v0.9.0>] | >=6.3.0 | >=3.8 | >=1.21 | | |
58+
| <tag:v0.8.0> | [<doc:v0.8.0>] [<html:v0.8.0>] | >=6.3.0 | >=3.8 | >=1.20 | | |
59+
| <tag:v0.7.0> | [<doc:v0.7.0>] [<html:v0.7.0>] | >=6.3.0 | >=3.8 | >=1.20 | | |
60+
| <tag:v0.6.1> | [<doc:v0.6.1>] [<html:v0.6.1>] | >=6.3.0 | >=3.8 | >=1.19 | | |
61+
| <tag:v0.6.0> | [<doc:v0.6.0>] [<html:v0.6.0>] | >=6.3.0 | >=3.8 | >=1.19 | | |
62+
| <tag:v0.5.0> | [<doc:v0.5.0>] [<html:v0.5.0>] | >=6.2.0 | >=3.7 | >=1.18 | | |
63+
| <tag:v0.4.1> | [<doc:v0.4.1>] [<html:v0.4.1>] | >=6.2.0 | >=3.7 | >=1.17 | | |
64+
| <tag:v0.4.0> | [<doc:v0.4.0>] [<html:v0.4.0>] | >=6.2.0 | >=3.7 | >=1.17 | | |
65+
| <tag:v0.3.1> | [<doc:v0.3.1>] [<html:v0.3.1>] | >=6.1.1 | >=3.7 | | | |
66+
| <tag:v0.3.0> | [<doc:v0.3.0>] [<html:v0.3.0>] | >=6.1.1 | >=3.7 | | | |
67+
| <tag:v0.2.1> | [<doc:v0.2.1>] [<html:v0.2.1>] | >=6.1.1 | >=3.6 | | | |
68+
| <tag:v0.2.0> | [<doc:v0.2.0>] [<html:v0.2.0>] | >=6.1.1 | 3.6 - 3.8 | | | |
69+
| <tag:v0.1.2> | [<doc:v0.1.2>] [<html:v0.1.2>] | >=6.0.0 | 3.6 - 3.8 | | | |
70+
| <tag:v0.1.1> | [<doc:v0.1.1>] [<html:v0.1.1>] | >=6.0.0 | 3.6 - 3.8 | | | |
71+
| <tag:v0.1.0> | [<doc:v0.1.0>] [<html:v0.1.0>] | >=6.0.0 | 3.6 - 3.8 | | | |
6672

6773
*Dev reflects the main branch and is for the upcoming release.
6874

0 commit comments

Comments
 (0)