From 419e1e6a065f56d62b7a546c4223e47c83ace46d Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Fri, 28 May 2021 16:37:03 -0400 Subject: [PATCH 01/19] Add development toctree and PyGMT team page --- doc/_static/style.css | 35 +++++++++++++++++ doc/index.rst | 7 ++++ doc/team.rst | 90 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 132 insertions(+) create mode 100644 doc/team.rst diff --git a/doc/_static/style.css b/doc/_static/style.css index d8171f6ffee..0a8affdefb7 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -199,3 +199,38 @@ a.copybtn { .sphx-glr-single-img { max-width: 80%!important; } + +.team-column { + float: left; + width: 20%; + } + +/* Clear floats after the columns */ +.team-row:after { + content: ""; + display: table; + clear: both; + } + +.team-card { + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0,0,0,.125); + border-radius: 0.5rem; + } + +.team-img { + border-radius: 0.5rem; +} +.team-card-body { + padding: 1.25rem; + height: 100px; +} + +.team-card-text { + display: block; + margin-block-start: 0em; + margin-block-end: 0.5em; + margin-inline-start: 0px; + margin-inline-end: 0px; +} diff --git a/doc/index.rst b/doc/index.rst index ca611820d23..97b5a04390d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -57,4 +57,11 @@ api/index.rst changes.md + +.. toctree:: + :maxdepth: 2 + :hidden: + :caption: Development + + team.rst maintenance.md diff --git a/doc/team.rst b/doc/team.rst new file mode 100644 index 00000000000..0649e563ff8 --- /dev/null +++ b/doc/team.rst @@ -0,0 +1,90 @@ +.. title:: Team + +PyGMT Team Gallery +================== + + +We are an international team dedicating to building a Pythonic API for GMT that makes GMT more accessible to +new users, interfaces with the GMT C API without system calls, supports rich display in Jupyter notebooks, +and integrates with the PyData ecosystem. + +Maintainers +----------- + +.. raw:: html + +
+
+
+ Card image +
+
Dongdong Tian
+

@seisman

+
+
+
+
+
+ Card image +
+
Meghan Jones
+

@meghanrjones

+
+
+
+
+
+ Card image +
+
Michael Grund
+

@michaelgrund

+
+
+
+
+
+ Card image +
+
Wei Ji Leong
+

@weiji14

+
+
+
+
+
+ Card image +
+
Will Schlitzer
+

@willschlitzer

+
+
+
+
+

+ +Emeritus Maintainers +-------------------- + +.. raw:: html + +
+
+
+ Card image +
+
Leonardo Ueida
+

@leouieda

+
+
+
+
+
+ Card image +
+
Liam Toney
+

@liamtoney

+
+
+
+
+

From 851bc78c28b8be25f321aa21dd22747ca842f6c9 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Sat, 29 May 2021 17:58:50 -0400 Subject: [PATCH 02/19] Update doc/_static/style.css Co-authored-by: Dongdong Tian --- doc/_static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index 0a8affdefb7..52490c4cc79 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -202,7 +202,8 @@ a.copybtn { .team-column { float: left; - width: 20%; + width: 18%; + margin: 0.25em; } /* Clear floats after the columns */ From 50dc9880e03d19c01ab154fd290206311e5da36e Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Mon, 31 May 2021 18:29:41 -0400 Subject: [PATCH 03/19] Apply suggestions from code review Co-authored-by: Wei Ji <23487320+weiji14@users.noreply.github.com> --- doc/team.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/team.rst b/doc/team.rst index 0649e563ff8..a5ba143d355 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -3,10 +3,10 @@ PyGMT Team Gallery ================== - -We are an international team dedicating to building a Pythonic API for GMT that makes GMT more accessible to -new users, interfaces with the GMT C API without system calls, supports rich display in Jupyter notebooks, -and integrates with the PyData ecosystem. +We are an international team dedicated to building a Pythonic API for the +Generic Mapping Tools (GMT). Our goal is to improve GMT's accessibility for +new users, by creating user-friendly interfaces with the GMT C API, supporting +rich display in Jupyter notebooks, and integrating with the PyData ecosystem. Maintainers ----------- @@ -72,7 +72,7 @@ Emeritus Maintainers
Card image
-
Leonardo Ueida
+
Leonardo Uieda

@leouieda

From a226dd4864fdaab629e2d8e39a2fe6740fd39da3 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Mon, 31 May 2021 18:31:22 -0400 Subject: [PATCH 04/19] Update team.rst --- doc/team.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/team.rst b/doc/team.rst index a5ba143d355..204b5762114 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -5,8 +5,9 @@ PyGMT Team Gallery We are an international team dedicated to building a Pythonic API for the Generic Mapping Tools (GMT). Our goal is to improve GMT's accessibility for -new users, by creating user-friendly interfaces with the GMT C API, supporting -rich display in Jupyter notebooks, and integrating with the PyData ecosystem. +new and experienced users by creating user-friendly interfaces with the GMT +C API, supporting rich display in Jupyter notebooks, and integrating with +the PyData ecosystem. Maintainers ----------- From a82debcc7e207e800f9ca70afbf5b32bfde82561 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Wed, 16 Jun 2021 12:35:36 -0400 Subject: [PATCH 05/19] Consolidate teams into one core team --- doc/_static/style.css | 2 +- doc/team.rst | 45 ++++++++++++++++++------------------------- 2 files changed, 20 insertions(+), 27 deletions(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index 52490c4cc79..71fad5d32c5 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -202,7 +202,7 @@ a.copybtn { .team-column { float: left; - width: 18%; + width: 19%; margin: 0.25em; } diff --git a/doc/team.rst b/doc/team.rst index 204b5762114..99f637ac77d 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -9,7 +9,7 @@ new and experienced users by creating user-friendly interfaces with the GMT C API, supporting rich display in Jupyter notebooks, and integrating with the PyData ecosystem. -Maintainers +Core Team ----------- .. raw:: html @@ -26,64 +26,57 @@ Maintainers
- Card image + Card image
-
Meghan Jones
-

@meghanrjones

+
Leonardo Uieda
+

@leouieda

- Card image + Card image
-
Michael Grund
-

@michaelgrund

+
Liam Toney
+

@liamtoney

- Card image + Card image
-
Wei Ji Leong
-

@weiji14

+
Meghan Jones
+

@meghanrjones

- Card image + Card image
-
Will Schlitzer
-

@willschlitzer

+
Michael Grund
+

@michaelgrund

-

- -Emeritus Maintainers --------------------- - -.. raw:: html -
- Card image + Card image
-
Leonardo Uieda
-

@leouieda

+
Wei Ji Leong
+

@weiji14

- Card image + Card image
-
Liam Toney
-

@liamtoney

+
Will Schlitzer
+

@willschlitzer

From 9dbf864ef42873e83467ddbd47c516b7831f23fb Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 17 Jun 2021 21:13:53 -0400 Subject: [PATCH 06/19] Add active label --- doc/_static/style.css | 2 +- doc/team.rst | 21 +++++++++++++-------- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index 71fad5d32c5..c8f910327fc 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -231,7 +231,7 @@ a.copybtn { .team-card-text { display: block; margin-block-start: 0em; - margin-block-end: 0.5em; + margin-block-end: 0.2em; margin-inline-start: 0px; margin-inline-end: 0px; } diff --git a/doc/team.rst b/doc/team.rst index 99f637ac77d..1284fca946a 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -20,7 +20,8 @@ Core Team Card image
Dongdong Tian
-

@seisman

+ Active + @seisman
@@ -29,7 +30,7 @@ Core Team Card image
Leonardo Uieda
-

@leouieda

+ @leouieda
@@ -38,7 +39,7 @@ Core Team Card image
Liam Toney
-

@liamtoney

+ @liamtoney
@@ -47,7 +48,8 @@ Core Team Card image
Meghan Jones
-

@meghanrjones

+ Active + @meghanrjones
@@ -56,7 +58,8 @@ Core Team Card image
Michael Grund
-

@michaelgrund

+ Active + @michaelgrund
@@ -67,7 +70,8 @@ Core Team Card image
Wei Ji Leong
-

@weiji14

+ Active + @weiji14
@@ -76,9 +80,10 @@ Core Team Card image
Will Schlitzer
-

@willschlitzer

+ Active +

@willschlitzer

-

+

From 25edf05f7608ed24f82a2937f615d6edfe1bfe64 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 17 Jun 2021 21:14:58 -0400 Subject: [PATCH 07/19] Add statement about getting involved --- doc/team.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/team.rst b/doc/team.rst index 1284fca946a..b2260c29779 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -9,6 +9,9 @@ new and experienced users by creating user-friendly interfaces with the GMT C API, supporting rich display in Jupyter notebooks, and integrating with the PyData ecosystem. +All our welcome to become involved with the PyGMT project! For more information +about how to get involved, see the :doc:`contributing`. + Core Team ----------- From 52d814123ca516c1aac9094c13534e8972846237 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 17 Jun 2021 21:18:58 -0400 Subject: [PATCH 08/19] Add Jiayuan Yao --- doc/team.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/team.rst b/doc/team.rst index b2260c29779..643bacd6e22 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -29,6 +29,16 @@ Core Team

+
+ Card image +
+
Jiayuan Yao
+ Active + @core-man +
+
+
+
Card image
@@ -56,6 +66,8 @@ Core Team
+ +
Card image @@ -66,8 +78,6 @@ Core Team
- -
Card image From d302e67baea0ac5f1d46fe995de932b9d38307dc Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 17 Jun 2021 21:34:03 -0400 Subject: [PATCH 09/19] Follow Jupyter's Distinguished Contributor governance structure --- doc/team.rst | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/doc/team.rst b/doc/team.rst index 643bacd6e22..51b643a0e56 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -12,8 +12,19 @@ the PyData ecosystem. All our welcome to become involved with the PyGMT project! For more information about how to get involved, see the :doc:`contributing`. -Core Team ------------ +Distinguished Contributors +-------------------------- + +PyGMT Distinguished Contributors are recognized for their substantial +contributions to PyGMT, which may include code, documentation, pull request +review, triaging, forum responses, community building and engagement, +outreach, and inclusion and diversity. New Distinguished Contributors are +selected bi-annually by existing Distinguished Contributors. + +Distinguished Contributors is not meant as a means of conveying +responsibilities. Distinguished Contributors who are also active maintainers of +the PyGMT project and have responsibilities detailed in the +:doc:`maintenance`, have 'Maintainer' listed below their names. .. raw:: html @@ -23,7 +34,7 @@ Core Team Card image
Dongdong Tian
- Active + Maintainer @seisman
@@ -33,7 +44,6 @@ Core Team Card image
Jiayuan Yao
- Active @core-man
@@ -61,7 +71,7 @@ Core Team Card image
Meghan Jones
- Active + Maintainer @meghanrjones
@@ -73,7 +83,7 @@ Core Team Card image
Michael Grund
- Active + Maintainer @michaelgrund
@@ -83,7 +93,7 @@ Core Team Card image
Wei Ji Leong
- Active + Maintainer @weiji14
@@ -92,8 +102,8 @@ Core Team
Card image
-
Will Schlitzer
- Active +
Will Schlitzer
+ Maintainer

@willschlitzer

From 35ef56a26d3940ab499d3489ecb9520bfff3d414 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 17 Jun 2021 22:23:51 -0400 Subject: [PATCH 10/19] Update paragraph --- doc/team.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/team.rst b/doc/team.rst index 51b643a0e56..57dd1e8b7b3 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -19,12 +19,12 @@ PyGMT Distinguished Contributors are recognized for their substantial contributions to PyGMT, which may include code, documentation, pull request review, triaging, forum responses, community building and engagement, outreach, and inclusion and diversity. New Distinguished Contributors are -selected bi-annually by existing Distinguished Contributors. +selected bi-annually by those listed below. Distinguished Contributors is not meant as a means of conveying responsibilities. Distinguished Contributors who are also active maintainers of the PyGMT project and have responsibilities detailed in the -:doc:`maintenance`, have 'Maintainer' listed below their names. +:doc:`maintenance` have 'Maintainer' listed below their names. .. raw:: html From d0e22aa1370c35cd142910cca1aa3443f8aa7813 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Mon, 21 Jun 2021 22:06:00 -0400 Subject: [PATCH 11/19] Add Paul and founder label --- doc/_static/style.css | 2 ++ doc/team.rst | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/_static/style.css b/doc/_static/style.css index c8f910327fc..9a301fa2147 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -222,6 +222,8 @@ a.copybtn { .team-img { border-radius: 0.5rem; + width: 460px; + height: 460px; } .team-card-body { padding: 1.25rem; diff --git a/doc/team.rst b/doc/team.rst index 57dd1e8b7b3..5187d432baa 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -53,6 +53,7 @@ the PyGMT project and have responsibilities detailed in the Card image
Leonardo Uieda
+ Founder @leouieda
@@ -88,6 +89,17 @@ the PyGMT project and have responsibilities detailed in the +
+
+
+ Card image +
+
Paul Wessel
+ Founder + @PaulWessel +
+
+
Card image From c02d04dc42f69da244c032e8c32fadb6e56774d7 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Wed, 23 Jun 2021 13:27:13 -0400 Subject: [PATCH 12/19] Try flexbox css style --- doc/_static/style.css | 27 ++++++++++++++------------- doc/team.rst | 20 -------------------- 2 files changed, 14 insertions(+), 33 deletions(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index 9a301fa2147..f4a23d7cf7b 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -200,31 +200,32 @@ a.copybtn { max-width: 80%!important; } +.team-row { + display: flex; + flex-wrap: wrap; +} + .team-column { float: left; - width: 19%; - margin: 0.25em; - } - -/* Clear floats after the columns */ -.team-row:after { - content: ""; - display: table; - clear: both; - } + display: flex; + flex-flow: row wrap; +} .team-card { background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: 0.5rem; - } + margin: 0.25em; +} .team-img { border-radius: 0.5rem; - width: 460px; - height: 460px; + width: 100%; + height: 15vh!important; + object-fit: cover; } + .team-card-body { padding: 1.25rem; height: 100px; diff --git a/doc/team.rst b/doc/team.rst index 5187d432baa..d70d7b2585f 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -38,8 +38,6 @@ the PyGMT project and have responsibilities detailed in the @seisman
-
-
Card image
@@ -47,8 +45,6 @@ the PyGMT project and have responsibilities detailed in the @core-man
-
-
Card image
@@ -57,8 +53,6 @@ the PyGMT project and have responsibilities detailed in the @leouieda
-
-
Card image
@@ -66,8 +60,6 @@ the PyGMT project and have responsibilities detailed in the @liamtoney
-
-
Card image
@@ -76,10 +68,6 @@ the PyGMT project and have responsibilities detailed in the @meghanrjones
-
- -
-
Card image
@@ -88,9 +76,6 @@ the PyGMT project and have responsibilities detailed in the @michaelgrund
-
-
-
Card image
@@ -99,8 +84,6 @@ the PyGMT project and have responsibilities detailed in the @PaulWessel
-
-
Card image
@@ -109,8 +92,6 @@ the PyGMT project and have responsibilities detailed in the @weiji14
-
-
Card image
@@ -121,4 +102,3 @@ the PyGMT project and have responsibilities detailed in the
-

From ea49a180a46b8608964678911bce9b0be091e759 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Wed, 23 Jun 2021 14:19:51 -0400 Subject: [PATCH 13/19] Change text to flex --- doc/_static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index f4a23d7cf7b..1cfe7758534 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -232,7 +232,7 @@ a.copybtn { } .team-card-text { - display: block; + display: flex; margin-block-start: 0em; margin-block-end: 0.2em; margin-inline-start: 0px; From cd23165190450f6a9915bcd77478184cce21718f Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Fri, 25 Jun 2021 14:19:02 -0400 Subject: [PATCH 14/19] Update doc/team.rst Co-authored-by: Dongdong Tian --- doc/team.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/team.rst b/doc/team.rst index d70d7b2585f..b1b56b41de3 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -1,7 +1,7 @@ .. title:: Team -PyGMT Team Gallery -================== +Team Gallery +============ We are an international team dedicated to building a Pythonic API for the Generic Mapping Tools (GMT). Our goal is to improve GMT's accessibility for From 83cd1b5b77ac286910a0539b2284c45166394921 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Fri, 25 Jun 2021 14:24:14 -0400 Subject: [PATCH 15/19] Specify twice per year --- doc/team.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/team.rst b/doc/team.rst index b1b56b41de3..64d515e126f 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -19,7 +19,7 @@ PyGMT Distinguished Contributors are recognized for their substantial contributions to PyGMT, which may include code, documentation, pull request review, triaging, forum responses, community building and engagement, outreach, and inclusion and diversity. New Distinguished Contributors are -selected bi-annually by those listed below. +selected twice per year by those listed below. Distinguished Contributors is not meant as a means of conveying responsibilities. Distinguished Contributors who are also active maintainers of From d5209a49a657ddc78d4eb137aa8decc4d6c4b468 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Fri, 25 Jun 2021 15:40:50 -0400 Subject: [PATCH 16/19] Add flex property --- doc/_static/style.css | 7 +------ doc/team.rst | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/doc/_static/style.css b/doc/_static/style.css index 1cfe7758534..aec481ce09f 100644 --- a/doc/_static/style.css +++ b/doc/_static/style.css @@ -205,18 +205,13 @@ a.copybtn { flex-wrap: wrap; } -.team-column { - float: left; - display: flex; - flex-flow: row wrap; -} - .team-card { background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: 0.5rem; margin: 0.25em; + flex: 0 1 175px; } .team-img { diff --git a/doc/team.rst b/doc/team.rst index 64d515e126f..ceb0c1f6c78 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -29,7 +29,6 @@ the PyGMT project and have responsibilities detailed in the .. raw:: html

-
Card image
@@ -101,4 +100,3 @@ the PyGMT project and have responsibilities detailed in the
-
From 5b7eaa3457aed83db3ff3f3ab578cca6ef8c4c2f Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 1 Jul 2021 18:57:38 -0400 Subject: [PATCH 17/19] Update doc/team.rst Co-authored-by: Dongdong Tian --- doc/team.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/team.rst b/doc/team.rst index ceb0c1f6c78..0563a59ca93 100644 --- a/doc/team.rst +++ b/doc/team.rst @@ -9,7 +9,7 @@ new and experienced users by creating user-friendly interfaces with the GMT C API, supporting rich display in Jupyter notebooks, and integrating with the PyData ecosystem. -All our welcome to become involved with the PyGMT project! For more information +All are welcome to become involved with the PyGMT project! For more information about how to get involved, see the :doc:`contributing`. Distinguished Contributors From 57f35fcf6d020f0ff8eebf38bc8fb4c702969c30 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 1 Jul 2021 20:40:42 -0400 Subject: [PATCH 18/19] Use MyST --- doc/{team.rst => team.md} | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) rename doc/{team.rst => team.md} (95%) diff --git a/doc/team.rst b/doc/team.md similarity index 95% rename from doc/team.rst rename to doc/team.md index 0563a59ca93..30236584457 100644 --- a/doc/team.rst +++ b/doc/team.md @@ -1,7 +1,4 @@ -.. title:: Team - -Team Gallery -============ +# Team Gallery We are an international team dedicated to building a Pythonic API for the Generic Mapping Tools (GMT). Our goal is to improve GMT's accessibility for @@ -10,10 +7,9 @@ C API, supporting rich display in Jupyter notebooks, and integrating with the PyData ecosystem. All are welcome to become involved with the PyGMT project! For more information -about how to get involved, see the :doc:`contributing`. +about how to get involved, see the {doc}`contributing`. -Distinguished Contributors --------------------------- +## Distinguished Contributors PyGMT Distinguished Contributors are recognized for their substantial contributions to PyGMT, which may include code, documentation, pull request @@ -24,9 +20,9 @@ selected twice per year by those listed below. Distinguished Contributors is not meant as a means of conveying responsibilities. Distinguished Contributors who are also active maintainers of the PyGMT project and have responsibilities detailed in the -:doc:`maintenance` have 'Maintainer' listed below their names. +{doc}`maintenance` have 'Maintainer' listed below their names. -.. raw:: html +```{raw} html
@@ -100,3 +96,4 @@ the PyGMT project and have responsibilities detailed in the
+``` From fd2c147dbf83054ecf05b3efd3a33a7a01562ba7 Mon Sep 17 00:00:00 2001 From: Meghan Jones Date: Thu, 1 Jul 2021 20:41:55 -0400 Subject: [PATCH 19/19] Update index --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index b468a9490f9..88ffce2a705 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -64,6 +64,6 @@ :hidden: :caption: Development - team.rst + team.md contributing.md maintenance.md