Skip to content

Commit

Permalink
add https://doi.org/10.1073/pnas.2109420119 to .github/workflows/link…
Browse files Browse the repository at this point in the history
…-check-config.json ignorePatterns
  • Loading branch information
janosh committed Sep 21, 2024
1 parent 63e4c0b commit 1c4c835
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/link-check-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
"pattern": "^#",
"comment": "ignore links starting with a dash (those in the readme's ToC)"
},
{
"pattern": "https://doi.org/10.1073/pnas.2109420119",
"comment": "status 403 in CI but works in browser"
},
{
"pattern": "^https://twitter.com",
"comment": "Twitter seems to block bot requests, getting a lot of 404s"
Expand Down
2 changes: 1 addition & 1 deletion data/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@
url: https://github.com/gwkokab/gwkokab
authors: Meesum Qazalbash, Muhammad Zeeshan, Richard O'Shaughnessy
lang: JAX
docs: https://gwkokab.readthedocs.io/en/stable/
docs: https://gwkokab.readthedocs.io
description: A JAX-based gravitational-wave population inference toolkit for parametric models
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ Zuko is used in [LAMPE](https://github.com/francois-rozet/lampe) to enable Likel
1. 2024-07-05 - [GWKokab](https://github.com/gwkokab/gwkokab) by Meesum Qazalbash, Muhammad Zeeshan et al.
 
<img src="https://img.shields.io/github/stars/gwkokab/gwkokab" alt="GitHub repo stars" valign="middle" /><br>
A JAX-based gravitational-wave population inference toolkit for parametric models [[Docs](https://gwkokab.readthedocs.io/en/stable/)]
A JAX-based gravitational-wave population inference toolkit for parametric models [[Docs](https://gwkokab.readthedocs.io)]

1. 2022-06-17 - [flowMC](https://github.com/kazewong/flowMC) by [Kaze Wong](https://www.kaze-wong.com/)
&ensp;
Expand Down

0 comments on commit 1c4c835

Please sign in to comment.