Skip to content

Commit c7292f2

Browse files
committed
fix: update packaging image urls throughout
1 parent 28e7d0b commit c7292f2

4 files changed

+11
-11
lines changed

_posts/2022-11-21-what-makes-a-python-package-healthy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ ecosystem. These packages tend to have smaller user bases, and smaller maintaine
7272
teams (or often are maintained by one volunteer person).
7373

7474
<figure>
75-
<a href="/images/python-packages/python-ecosystem-jake-vanderploss-pycon-2017.png"><img src="/images/python-packages/python-ecosystem-jake-vanderploss-pycon-2017.png" alt="Image used by Jake Vanderploss in the 2017 pycon conference that shows
75+
<a href="/images/python-packaging/python-ecosystem-jake-vanderploss-pycon-2017.png"><img src="/images/python-packaging/python-ecosystem-jake-vanderploss-pycon-2017.png" alt="Image used by Jake Vanderploss in the 2017 pycon conference that shows
7676
the ecosystem of scientific python packages starting with foundational packages
7777
and moving out to the wealth of smaller, domain specific packages."></a>
7878
<figcaption>Image used by Jake Vanderploss in the 2017 pycon conference that shows

_posts/2023-03-22-demystifying-python-packaging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ At the same time I noticed that many did not want to talk about
5858
Python packaging. And I wondered, why?
5959

6060
<figure>
61-
<a href="/images/python-packages/lion-meme-pyopensci.jpeg">
62-
<img src="/images/python-packages/lion-meme-pyopensci.jpeg" style="max-width:100%" alt="A meme showing a mountain lion with it's little paw up like an italian mobster. the meme text says - so you want to talk about python packaging..">
61+
<a href="/images/python-packaging/lion-meme-pyopensci.jpeg">
62+
<img src="/images/python-packaging/lion-meme-pyopensci.jpeg" style="max-width:100%" alt="A meme showing a mountain lion with it's little paw up like an italian mobster. the meme text says - so you want to talk about python packaging..">
6363
</a>
6464
<figcaption>People didn't want to talk about Python packaging. It was such a painful, sore topic.
6565
</figcaption>
@@ -143,8 +143,8 @@ In general, users want to use the simplest approach to publish their packages on
143143
Remember - early wins go a long way.
144144

145145
<figure>
146-
<a href="/images/python-packages/dont-talk-about-peps-pyopensci.jpeg">
147-
<img src="/images/python-packages/dont-talk-about-peps-pyopensci.jpeg" style="max-width:100%" alt="A meme from the movie flight flub showing brad pitt with his arms crossed in a black tshirt. The text says - the first rul of peps is do not talk about peps.">
146+
<a href="/images/python-packaging/dont-talk-about-peps-pyopensci.jpeg">
147+
<img src="/images/python-packaging/dont-talk-about-peps-pyopensci.jpeg" style="max-width:100%" alt="A meme from the movie flight flub showing brad pitt with his arms crossed in a black tshirt. The text says - the first rul of peps is do not talk about peps.">
148148
</a>
149149
<figcaption>At one point, I was trying to link to Python standards - known as PEPS (Python Enhancement Protocols) given everyone was sharing the various PEPs that tools follow. I was then told that we should avoid linking to these pages as they weren't intended for public consumption. If that is the case then how does the public get current information about standards? While I understood the goal, My mind was a bit blown. This was one of many points of confusion that I had to sort through. :)
150150
</figcaption>

_posts/2023-06-14-pycon-maintainers-summit-python-packaging-talk-leah-wasser.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ I spent a bit of time in that video talking about how we create our guides.
7676
- Our process is normally several steps including an initial writing of content that is reviewed by experts. Followed by 2 rounds of open reviews of the content. The image below describes that process.
7777

7878
<figure>
79-
<a href="/images/python-packages/pycon-packaging-review-process.png">
80-
<img src="/images/python-packages/pycon-packaging-review-process.png" style="max-width:100%" alt="Graphic that has a large purple thick arrow. The title says Python Packaging Guide - Our Process. The sections in the arrow include Talk with core experts (write a section of the guide), semi-closed review (core experts review), Open Review 1 (ping tool developers and maintainers and welcome broad community feedback) and Open Review 2 (welcome broad community feedback).">
79+
<a href="/images/python-packaging/pycon-packaging-review-process.png">
80+
<img src="/images/python-packaging/pycon-packaging-review-process.png" style="max-width:100%" alt="Graphic that has a large purple thick arrow. The title says Python Packaging Guide - Our Process. The sections in the arrow include Talk with core experts (write a section of the guide), semi-closed review (core experts review), Open Review 1 (ping tool developers and maintainers and welcome broad community feedback) and Open Review 2 (welcome broad community feedback).">
8181
</a>
8282
<figcaption>Image from my talk that shows our packaging guide review process. Our packaging guide is community-driven. This means that every page of the guide has been reviewed by dozens of people with expertise in the packaging space. While this meant that it is taking extra time to create the guide, it also means the community supports it. We value community knowledge and input at pyOpenSci.
8383
</figcaption>
@@ -91,8 +91,8 @@ packaging tools.
9191
_Leave no stone unturned_ (my motto when doing most things).
9292

9393
<figure>
94-
<a href="/images/python-packages/pyOS-package-guide-contributors.png">
95-
<img src="/images/python-packages/pyOS-package-guide-contributors.png" style="max-width:100%" alt=".sdf">
94+
<a href="/images/python-packaging/pyOS-package-guide-contributors.png">
95+
<img src="/images/python-packaging/pyOS-package-guide-contributors.png" style="max-width:100%" alt=".sdf">
9696
</a>
9797
<figcaption>Image from my talk that shows our packaging guide review process. Our packaging guide is community-driven. This means that every page of the guide has been reviewed by dozens of people with expertise in the packaging space. While this meant that it is taking extra time to create the guide, it also means the community supports it. We value community knowledge and input at pyOpenSci.
9898
</figcaption>

_posts/2024-05-14-pyos-guide-to-pyconus-2024.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Diversity and inclusion is core to the pyOpenSci mission, and we can't wait for
5252
*Hall C*\
5353
**[Leah Wasser](https://github.com/lwasser)**
5454
<figure>
55-
<a href="/images/python-packages/lion-meme-pyopensci.jpeg">
56-
<img src="/images/python-packages/lion-meme-pyopensci.jpeg" style="max-width:100%" alt="A puma leaning against a rock and flexing a front arm. Overlaid on the photo in meme text is the phrase 'so you want to talk about Python packaging.'">
55+
<a href="/images/python-packaging/lion-meme-pyopensci.jpeg">
56+
<img src="/images/python-packaging/lion-meme-pyopensci.jpeg" style="max-width:100%" alt="A puma leaning against a rock and flexing a front arm. Overlaid on the photo in meme text is the phrase 'so you want to talk about Python packaging.'">
5757
</a>
5858
</figure>
5959
We couldn't talk about PyCon US without talking about our Executive Director and Founder, Leah Wasser, who will be talking all things Python packaging! Python packaging can be a scary and confusing endeavor. The ecosystem can be thorny and filled with many decisions around which tool or approach to use. You’re also likely to get pricked by an approach or tutorial that doesn't work as expected. However, the packaging journey doesn’t have to be prickly - particularly for pure Python packages. By building community consensus around user goals and moderating healthy discussion, pyOpenSci is paving a smooth, thorn-free path for successful packaging.

0 commit comments

Comments
 (0)