Skip to content

Commit bdba2fc

Browse files
committed
Merge branch 'main' into alias-system
2 parents e5bfa58 + 0d31234 commit bdba2fc

File tree

2 files changed

+26
-23
lines changed

2 files changed

+26
-23
lines changed

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,6 @@
252252

253253
# Options for LaTeX output.
254254
latex_engine = "xelatex"
255+
latex_documents = [
256+
(root_doc, "pygmt.tex", "The PyGMT Documentation", author, "manual", True)
257+
]

doc/minversions.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,29 +46,29 @@ compatibility reasons.
4646

4747
| PyGMT Version | Documentation | GMT | Python | NumPy | pandas | Xarray |
4848
|---|---|---|---|---|---|---|
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 | | | |
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 | | | |
7272

7373
*Dev reflects the main branch and is for the upcoming release.
7474

0 commit comments

Comments
 (0)