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
4 changes: 2 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
with:
fail: true
args: --verbose --no-progress _site/*.html
args: --verbose --no-progress --root-dir _site --exclude 'zenodo\.org' _site
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Check HTML using htmlproofer
uses: chabad360/htmlproofer@v2
uses: chabad360/htmlproofer@c2750eb7eb937599ac859517e7dd23a29f1b3ed7 #v2
with:
directory: "_site"
arguments: |
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

- name: Fetch main
run: |
git fetch origin main --depth 1
git branch

- name: Setup Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c #v1.290.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

Expand All @@ -35,7 +35,8 @@ jobs:
args: >
--verbose
--no-progress
--exclude '^/.*'
--root-dir ${{ github.workspace }}/_site
--exclude 'zenodo\.org'
_site
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ exclude:
- /docs # ignore Minimal Mistakes /docs
- /test # ignore Minimal Mistakes /test
- styles/* # text spelling check
- lychee-report.md
keep_files:
- .git
- .svn
Expand Down
9 changes: 0 additions & 9 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ pyopensci:
- label: "Mastodon"
icon: "fab fa-fw fa-mastodon"
url: "https://fosstodon.org/@pyopensci"
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/yYyDFP2BcP"


Executive Council:
Expand Down Expand Up @@ -119,9 +116,6 @@ Jesse Mostipak:
- label: "Mastodon"
icon: "fab fa-fw fa-mastodon"
url: "https://fosstodon.org/@pyopensci"
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/yYyDFP2BcP"
Carlos Ramos Carreño:
name : "Carlos Ramos Carreño"
bio : "Software Developer"
Expand Down Expand Up @@ -195,9 +189,6 @@ Mandy Moore:
- label: "Mastodon"
icon: "fab fa-fw fa-mastodon"
url: "https://fosstodon.org/@pyopensci"
- label: "Discord"
icon: "fab fa-fw fa-discord"
url: "https://discord.gg/yYyDFP2BcP"
Jeremiah Paige:
name : "Jeremiah Paige"
bio : "Python Speaker, Teacher, and Contributor of Open Source"
Expand Down
2 changes: 1 addition & 1 deletion _includes/package-grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3 class="package-card__title" itemprop="name">
<li><a href="{{ apackage.archive }}" rel="permalink"><i class="fas fa-bookmark fa-fw" aria-hidden="true"></i> JOSS Approved</a></li>
{% endif %}
{% if apackage.partners contains "astropy" %}
<li><a href="communities/astropy.html"><i class="fa-solid fa-check-double" aria-hidden="true"></i> <img src="https://img.shields.io/badge/Affiliated-Astropy-orange.svg?style=flat" alt="Astropy" /></a></li>
<li><a href="/communities/astropy.html"><i class="fa-solid fa-check-double" aria-hidden="true"></i> <img src="https://img.shields.io/badge/Affiliated-Astropy-orange.svg?style=flat" alt="Astropy" /></a></li>
{% endif %}
{% if apackage.active == false %}
<li class="package-card__archived"><i class="fa-solid fa-box-archive" aria-hidden="true"></i> Archived</li>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-03-01-pyos-newsletter-march-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You can read more about sunPy and pyOpenSci in [this lovely blog post](https://s
Have a package you’ve developed, but aren’t sure it’s in scope for pyOpenSci? Complete a [pre-submission inquiry](https://github.com/pyOpenSci/software-submission/issues/new?assignees=&labels=presubmission&projects=&template=presubmission-inquiry.md&title=) and one of our editors will be in touch!

## <i class="fa-solid fa-plane-departure"></i> We're going to [PyCon US](https://us.pycon.org/2024/)
Will we see you there? Our Executive Director and Founder, [Leah Wasser](https://github.com/lwasser), had her talk. [Friends don't let friends package alone](https://us.pycon.org/2024/schedule/presentation/34/), all about Python packaging for scientists, accepted for this May's conference. We've seen a sneak peek of her talk, and guarantee that you won't want to miss it! Be sure to [register today](https://us.pycon.org/2024/accounts/login/?next=/2024/registration/register)!
Will we see you there? Our Executive Director and Founder, [Leah Wasser](https://github.com/lwasser), had her talk. [Friends don't let friends package alone](https://us.pycon.org/2024/schedule/presentation/34/), all about Python packaging for scientists, accepted for this May's conference. We've seen a sneak peek of her talk, and guarantee that you won't want to miss it! Be sure to [register today](https://us.pycon.org/2024/)!

## <i class="fa-regular fa-heart"></i> Congratulations, Leah!

Expand Down
4 changes: 2 additions & 2 deletions _posts/2024-04-01-pyos-newsletter-april-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pyOpenSci editors are volunteers who fulfill a critical role within pyOpenSci. E

## <i class="fa-solid fa-computer"></i> PyCon US 2024 Maintainers Summit

We’ve been talking (a lot) about the [PyCon Maintainers Summit](https://us.pycon.org/2024/events/maintainers-summit/) (which is now full, but [you can sign up for the waitlist](https://us.pycon.org/2024/events/maintainers-summit/)), happening this May in Pittsburgh. The Maintainers Summit, included in your [PyCon registration](https://us.pycon.org/2024/accounts/login/?next=/2024/registration/register), is where we come together to discuss and foster best practices on how to develop sustainable projects and nurture thriving communities. And thanks to [Mariatta Wijaya](https://mariatta.ca/), we’ve got an inside look into everything you can expect in [this incredible video](https://www.youtube.com/watch?v=L-Ok_89QJOM) featuring Kara Sowles, Inessa Pawson, and our Executive Director, Leah Wasser!
We’ve been talking (a lot) about the [PyCon Maintainers Summit](https://us.pycon.org/2024/events/maintainers-summit/) (which is now full, but [you can sign up for the waitlist](https://us.pycon.org/2024/events/maintainers-summit/)), happening this May in Pittsburgh. The Maintainers Summit, included in your [PyCon registration](https://us.pycon.org/2024/), is where we come together to discuss and foster best practices on how to develop sustainable projects and nurture thriving communities. And thanks to [Mariatta Wijaya](https://mariatta.ca/), we’ve got an inside look into everything you can expect in [this incredible video](https://www.youtube.com/watch?v=L-Ok_89QJOM) featuring Kara Sowles, Inessa Pawson, and our Executive Director, Leah Wasser!

<a href="https://www.youtube.com/watch?v=L-Ok_89QJOM" target="_blank">
<img src="/images/newsletter/04-2024-newsletter/ms-pycon-2024.png" alt="Watch the video" width="720" height="540" border="10" />
Expand Down Expand Up @@ -59,7 +59,7 @@ Online tickets are still available for [PyConDE & PyData Berlin](https://2024.py
[Registration is still open](https://us.pycon.org/2024/) for [PyCon US 2024](https://us.pycon.org/2024/), happening May 15th–23rd in Pittsburgh, PA. There’s also an online component for folks who can’t be there in person. It’s shaping up to be a stacked event, and you can view the schedule [here](https://us.pycon.org/2024/schedule/).

### GeoPython
Registration is live for [GeoPython](https://2024.geopython.net/), THE event for Python- and Geo-Enthusiasts. There are online and in-person options, and the event is scheduled for May 27th–29th in Basel, Switzerland.
Registration is live for [GeoPython](https://geo-python-site.readthedocs.io/en/2024.0/), THE event for Python- and Geo-Enthusiasts. There are online and in-person options, and the event is scheduled for May 27th–29th in Basel, Switzerland.

### SciPy–early bird ends soon!
Happening July 8th–14th in Tacoma, WA, [SciPy registration is live](https://www.scipy2024.scipy.org/), and you can grab your early bird tickets until April 30th.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-04-29-pyos-newsletter-may-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ If you weren’t able to attend PyConDE & PyData Berlin 2024 to hear [Inessa Paw

## <i class="fa-brands fa-python"></i> Upcoming Python events for scientists
### PyCon US
[Registration is still open](https://us.pycon.org/2024/accounts/login/?next=/2024/registration/register) for [PyCon US 2024](https://us.pycon.org/2024/), happening May 15th–23rd in Pittsburgh, PA. There’s also an online component for folks who can’t be there in person. It’s shaping up to be a stacked event, and you can [view the schedule here](https://us.pycon.org/2024/schedule/).
[Registration is still open](https://us.pycon.org/2024/) for [PyCon US 2024](https://us.pycon.org/2024/), happening May 15th–23rd in Pittsburgh, PA. There’s also an online component for folks who can’t be there in person. It’s shaping up to be a stacked event, and you can [view the schedule here](https://us.pycon.org/2024/schedule/).

### PyCon Italia
Fancy a trip to Florence? Then grab your tickets for PyCon Italia! The conference runs Wednesday, May 22nd through Saturday, May 25th, and has a stacked list of [keynote speakers](https://2024.pycon.it/en/schedule/2024-05-22?view=grid).
Expand Down
Loading
Loading