Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Afterwards, feel free to look at our [Tutorials](https://www.pygmt.org/latest/tu
visit the [Gallery](https://www.pygmt.org/latest/gallery), and check out some
[external PyGMT examples](https://www.pygmt.org/latest/external_resources.html)!

![Quick Introduction to PyGMT YouTube Video](https://raw.githubusercontent.com/GenericMappingTools/pygmt/refs/heads/main/doc/_static/scipy2022-youtube-thumbnail.jpg)
[![Quick Introduction to PyGMT YouTube Video](https://raw.githubusercontent.com/GenericMappingTools/pygmt/refs/heads/main/doc/_static/scipy2022-youtube-thumbnail.jpg)](https://www.youtube.com/watch?v=4iPnITXrxVU)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should check if the README on PyPI still looks nice with this change merged. I remember that there was an issue sometime ago and the image was not displayed correctly.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I expect no issues since it's only a link embedded within another link.


## About

Expand Down
15 changes: 9 additions & 6 deletions doc/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ These are conference presentations about the development of PyGMT (previously "G
2022.
Max Jones, Wei Ji Leong, and Leonardo Uieda.
Presented at *SciPy 2022*.
doi:[10.6084/m9.figshare.20483793](https://doi.org/10.6084/m9.figshare.20483793)
doi:[10.6084/m9.figshare.20483793](https://doi.org/10.6084/m9.figshare.20483793).
Recording available at <https://www.youtube.com/watch?v=nCktihu9bWg>

![](_static/scipy2022-youtube-thumbnail.jpg){.align-center width="80%"}
[![](_static/scipy2022-youtube-thumbnail.jpg){.align-center width="80%"}](https://www.youtube.com/watch?v=nCktihu9bWg)

- "PyGMT: Accessing the Generic Mapping Tools from Python".
2019.
Expand All @@ -60,9 +61,10 @@ These are conference presentations about the development of PyGMT (previously "G
2018.
Leonardo Uieda and Paul Wessel.
Presented at *SciPy 2018*.
doi:[10.6084/m9.figshare.6814052](https://doi.org/10.6084/m9.figshare.6814052)
doi:[10.6084/m9.figshare.6814052](https://doi.org/10.6084/m9.figshare.6814052).
Recording available at <https://www.youtube.com/watch?v=6wMtfZXfTRM>

![](_static/scipy2018-youtube-thumbnail.png){.align-center width="80%"}
[![](_static/scipy2018-youtube-thumbnail.png){.align-center width="80%"}](https://www.youtube.com/watch?v=6wMtfZXfTRM)

- "Integrating the Generic Mapping Tools with the Scientific Python Ecosystem".
2018.
Expand All @@ -76,9 +78,10 @@ These are conference presentations about the development of PyGMT (previously "G
2017.
Leonardo Uieda and Paul Wessel.
Presented at *SciPy 2017*.
doi:[10.6084/m9.figshare.7635833](https://doi.org/10.6084/m9.figshare.7635833)
doi:[10.6084/m9.figshare.7635833](https://doi.org/10.6084/m9.figshare.7635833).
Recording available at <https://www.youtube.com/watch?v=93M4How7R24>

![](_static/scipy2017-youtube-thumbnail.png){.align-center width="80%"}
[![](_static/scipy2017-youtube-thumbnail.png){.align-center width="80%"}](https://www.youtube.com/watch?v=93M4How7R24)

- "A modern Python interface for the Generic Mapping Tools".
2017.
Expand Down
Loading