Skip to content

Commit 80483c7

Browse files
authored
Merge pull request #832 from lwasser/links
fix: more broken links. Check caching after merge.
2 parents b2e94de + 5351702 commit 80483c7

22 files changed

Lines changed: 30 additions & 41 deletions

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
3838
with:
3939
fail: true
40-
args: --verbose --no-progress --root-dir _site --exclude 'zenodo\.org' _site
40+
args: --no-progress --root-dir _site --exclude 'zenodo\.org' --accept 403 _site
4141
env:
4242
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4343

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
3434
with:
3535
args: >
36-
--verbose
3736
--no-progress
3837
--root-dir ${{ github.workspace }}/_site
3938
--exclude 'zenodo\.org'
39+
--accept 403
4040
_site
4141
env:
4242
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.lycheeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ https://fonts.gstatic.com/*
44
https://www.linkedin.com/*
55
https://www.youtube-nocookie.com/*
66
https://t.co/*
7+
https://dl.acm.org/*
8+
https://commons.datacite.org/*
9+
https://pandas.pydata.org/*
10+
https://www.earthdatascience.org/*

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<link href="{% if site.atom_feed.path %}{{ site.atom_feed.path }}{% else %}{{ '/feed.xml' | relative_url }}{% endif %}" type="application/atom+xml" rel="alternate" title="{{ site.title }} Feed">
77
{% endunless %}
88

9-
<!-- https://t.co/dKP3o1e -->
109
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1110

1211
<script>

_posts/2019-11-18-pandera-dataframe-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: single
33
title: "Pandera: A Statistical Data Validation Toolkit for Pandas"
44
excerpt: "Pandera is a a flexible and expressive toolkit for performing statistical validation checks on pandas data structures that was recently accepted into the pyOpenSci ecosystem. Learn more about Pandera."
55
author: "Niels Bantilan"
6-
permalink: /blog/pandera-python-pandas-dataframe-validation
6+
permalink: /blog/pandera-python-pandas-dataframe-validation.html
77
header:
88
overlay_image: images/blog/headers/pandas.png
99
caption: "Photo credit: [**Ann Batdorf, Smithsonian's National Zoo**](https://www.flickr.com/photos/nationalzoo/5371290900/in/photostream/)"

_posts/2019-12-03-agu-2019-pyopensci-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: single
33
title: "PyOpenSci at AGU 2019: Join Us"
44
excerpt: "Several pyOpenSci and Open Source Software events will occur at AGU 2019. Come learn more about open source Python tools for science."
55
author: "Leah Wasser"
6-
permalink: /blog/pyopensci-at-agu-2019-python
6+
permalink: /blog/pyopensci-at-agu-2019-python.html
77
header:
88
overlay_color: "#33205c"
99
categories:

_posts/2020-04-29-movingpandas-movement-data-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: single
33
title: "MovingPandas: Data Structures and Methods for Movement Data Analysis"
44
excerpt: "MovingPandas is an easy to use toolkit for exploring movement data that has recently passed the PyOpenSci review."
55
author: "Anita Graser"
6-
permalink: /blog/movingpandas-movement-data-analysis
6+
permalink: /blog/movingpandas-movement-data-analysis.html
77
header:
88
overlay_image: images/blog/headers/pandas.png
99
caption: "Photo credit: [**Ann Batdorf, Smithsonian's National Zoo**](https://www.flickr.com/photos/nationalzoo/5371290900/in/photostream/)"

_posts/2022-09-10-executive-director-pyopensci-leah-wasser-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: single
33
title: "Big Changes for pyOpenSci: an update from the new Executive Director, Leah Wasser"
44
excerpt: "pyOpenSci has recently transitioned to a fiscal sponsor and has a new executive director - Leah Wasser. Learn more about our goals over the next few years and how to get involved with the community."
55
author: "Leah Wasser"
6-
permalink: /blog/new-executive-director-leah-wasser
6+
permalink: /blog/new-executive-director-leah-wasser.html
77
header:
88
overlay_color: "#33205c"
99
categories:

_posts/2022-09-27-call-for-python-software-review-editors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: single
33
title: "pyOpenSci Editorial Process - New Editor in Chief and a Call For Editors"
44
excerpt: "pyOpenSci is developing its open peer review process for Python scientific software. Learn about our structure and if you are interested, apply to be on our editorial board."
55
author: "Leah Wasser"
6-
permalink: /blog/python-software-review-process-editor-in-chief
6+
permalink: /blog/python-software-review-process-editor-in-chief.html
77
header:
88
overlay_color: "#33205c"
99
categories:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The [packaging chapter of our guide](https://www.pyopensci.org/python-package-gu
4343

4444
## My jump into packaging
4545

46-
In the Fall of 2022, in support of my [new role as Executive Director of pyOpenSci](https://www.pyopensci.org/blog/new-executive-director-leah-wasser), I began to explore Python packaging tools in an effort to update our guidebook in support of our [package peer review program](https://www.pyopensci.org/software-peer-review/about/our-goals.html).
46+
In the Fall of 2022, in support of my [new role as Executive Director of pyOpenSci](/blog/new-executive-director-leah-wasser.html), I began to explore Python packaging tools in an effort to update our guidebook in support of our [package peer review program](https://www.pyopensci.org/software-peer-review/about/our-goals.html).
4747

4848
I saw significant community confusion around how to create a Python package. But, in my mind, it wouldn't be that big of a challenge to create a guidebook.
4949

0 commit comments

Comments
 (0)