-
Notifications
You must be signed in to change notification settings - Fork 245
Add development toctree and PyGMT team page #1308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 6 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
419e1e6
Add development toctree and PyGMT team page
948a980
Merge branch 'master' into pygmt-team
851bc78
Update doc/_static/style.css
50dc988
Apply suggestions from code review
a226dd4
Update team.rst
a150eb3
Merge branch 'master' into pygmt-team
c3ed0ad
Merge branch 'master' into pygmt-team
a82debc
Consolidate teams into one core team
2be541d
Merge branch 'master' into pygmt-team
9dbf864
Add active label
25edf05
Add statement about getting involved
52d8141
Add Jiayuan Yao
d302e67
Follow Jupyter's Distinguished Contributor governance structure
912a017
Merge branch 'master' into pygmt-team
35ef56a
Update paragraph
d0e22aa
Add Paul and founder label
cc4c2ae
Merge branch 'master' into pygmt-team
5b4d7bf
Merge branch 'master' into pygmt-team
c02d04d
Try flexbox css style
ea49a18
Change text to flex
cd23165
Update doc/team.rst
66f0e0e
Merge branch 'master' into pygmt-team
83cd1b5
Specify twice per year
d5209a4
Add flex property
87bdf12
Merge branch 'master' into pygmt-team
81dc4ff
Merge branch 'master' into pygmt-team
5b7eaa3
Update doc/team.rst
57f35fc
Use MyST
fd2c147
Update index
2b1d9bb
Merge branch 'master' into pygmt-team
cd38ac5
Merge branch 'master' into pygmt-team
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,4 +57,11 @@ | |
|
|
||
| api/index.rst | ||
| changes.md | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :hidden: | ||
| :caption: Development | ||
|
|
||
| team.rst | ||
| maintenance.md | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,91 @@ | ||
| .. title:: Team | ||
|
|
||
| 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 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 | ||
| ----------- | ||
|
maxrjones marked this conversation as resolved.
Outdated
|
||
|
|
||
| .. raw:: html | ||
|
|
||
| <div class="team-row"> | ||
| <div class="team-column"> | ||
| <div class="team-card"> | ||
| <img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/3974108?v=4" alt="Card image"> | ||
| <div class="team-card-body"> | ||
| <h6 class="team-card-text">Dongdong Tian</h6> | ||
| <p class="team-card-text"><a href="https://github.com/seisman" >@seisman</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="team-column"> | ||
| <div class="team-card"> | ||
| <img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/14077947?v=4" alt="Card image"> | ||
| <div class="team-card-body"> | ||
| <h6 class="team-card-text">Meghan Jones</h6> | ||
| <p class="team-card-text"><a href="https://github.com/meghanrjones" >@meghanrjones</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="team-column"> | ||
| <div class="team-card"> | ||
| <img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/23025878?v=4" alt="Card image"> | ||
| <div class="team-card-body"> | ||
| <h6 class="team-card-text">Michael Grund</h6> | ||
| <p class="team-card-text"><a href="https://github.com/michaelgrund" >@michaelgrund</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="team-column"> | ||
| <div class="team-card"> | ||
| <img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/23487320?v=4" alt="Card image"> | ||
| <div class="team-card-body"> | ||
| <h6 class="team-card-text">Wei Ji Leong</h6> | ||
| <p class="team-card-text"><a href="https://github.com/weiji14" >@weiji14</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="team-column"> | ||
| <div class="team-card"> | ||
| <img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/29518865?v=4" alt="Card image"> | ||
| <div class="team-card-body"> | ||
| <h6 class="team-card-text";>Will Schlitzer</h6> | ||
| <p class="team-card-text"><a href="https://github.com/willschlitzer" >@willschlitzer</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <p></p> | ||
|
|
||
| Emeritus Maintainers | ||
| -------------------- | ||
|
weiji14 marked this conversation as resolved.
Outdated
|
||
|
|
||
| .. raw:: html | ||
|
|
||
| <div class="team-row"> | ||
| <div class="team-column"> | ||
| <div class="team-card"> | ||
| <img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/290082?v=4" alt="Card image"> | ||
| <div class="team-card-body"> | ||
| <h6 class="team-card-text">Leonardo Uieda</h6> | ||
| <p class="team-card-text"><a href="https://github.com/leouieda" >@leouieda</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <div class="team-column"> | ||
| <div class="team-card"> | ||
| <img class="card-img-top team-img" src="https://avatars.githubusercontent.com/u/38269494?v=4" alt="Card image"> | ||
| <div class="team-card-body"> | ||
| <h6 class="team-card-text">Liam Toney</h6> | ||
| <p class="team-card-text"><a href="https://github.com/liamtoney" >@liamtoney</a></p> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| </div> | ||
| <p></p> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.