Skip to content

Commit 066dcdb

Browse files
authored
Add some more URLs (python3statement#229)
* add some urls * run restar
1 parent 2918c1a commit 066dcdb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_sections/30-projects.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,22 @@ These projects pledge to drop Python 2 support in or before 2020.
5656
- [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org) <!-- sg:600 -->
5757
- [![](assets/adb_enhanced.png)ADB-Enhanced](https://github.com/ashishb/adb-enhanced) <!-- url:https://github.com/ashishb/adb-enhanced sg:559 -->
5858
- [![](assets/cartopy.png)Cartopy](https://scitools.org.uk/cartopy/docs/latest/) <!-- url:https://github.com/SciTools/cartopy sg:536 -->
59-
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org)
59+
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org) <!-- url:https://github.com/biocore/scikit-bio sg:478 -->
6060
- [![](assets/fecon235.png)fecon235](https://github.com/rsvp/fecon235) <!-- url:https://github.com/rsvp/fecon235 sg:501 -->
61-
- [![](assets/sunpy.png)SunPy](https://sunpy.org/)
61+
- [![](assets/sunpy.png)SunPy](https://sunpy.org/) <!-- url:https://github.com/sunpy/sunpy sg:428 -->
6262
- [![](assets/axelrod.png)Axelrod](https://github.com/Axelrod-Python/Axelrod) <!-- url:https://github.com/Axelrod-Python/Axelrod sg:395 -->
63-
- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io)
64-
- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/)
63+
- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io) <!-- sg:390-->
64+
- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/) <!-- url:https://github.com/FEniCS/dolfin sg:77 -->
6565
- [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit) <!-- url:https://github.com/rdkit/rdkit sg:595 -->
6666
- [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot) <!-- url:https://github.com/sandialabs/toyplot sg:372 -->
67-
- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy)
68-
- [![](assets/nengo.png)Nengo](https://www.nengo.ai/)
67+
- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy) <!-- url:https://github.com/Unidata/MetPy sg:440 -->
68+
- [![](assets/nengo.png)Nengo](https://www.nengo.ai/) <!-- url:https://github.com/nengo/nengo sg:415 -->
6969
- [![](assets/pylast.png)pyLast](https://github.com/pylast/pylast) <!-- url:https://github.com/pylast/pylast sg:314 -->
70-
- [![](assets/psi4square.png)Psi4](http://psicode.org/)
70+
- [![](assets/psi4square.png)Psi4](http://psicode.org/) <!-- url:https://github.com/psi4/psi4 sg:335 -->
7171
- [![](assets/pyscipopt.png)PySCIPOpt](https://github.com/SCIP-Interfaces/PySCIPOpt) <!-- url:https://github.com/SCIP-Interfaces/PySCIPOpt sg:169 -->
7272
- [![](assets/openquake.png)OpenQuake engine](https://github.com/gem/oq-engine) <!-- url:https://github.com/gem/oq-engine sg:142 -->
73-
- [![](assets/yt.png)yt](https://yt-project.org/)
74-
- [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2)
73+
- [![](assets/yt.png)yt](https://yt-project.org/) <!-- url:https://github.com/yt-project/yt sg:189 -->
74+
- [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2) <!-- url:https://github.com/python-cmd2/cmd2 sg:203 -->
7575
- [![](https://urduhack.readthedocs.io/en/stable/_static/urduhack.png)Urduhack](https://github.com/urduhack/urduhack) <!-- url:https://github.com/urduhack/urduhack sg:121 -->
7676
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure) <!-- url:https://github.com/ralph-group/pymeasure sg:121 -->
7777
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain) <!-- url:https://github.com/opensistemas-hub/osbrain sg:114 -->

restar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Authorization": f"token {token}"
2222
}
2323

24-
match = re.compile('github.com/([a-zA-Z-]+)/([0-9a-zA-Z-._]+)/?')
24+
match = re.compile('github.com/([a-zA-Z0-9-]+)/([0-9a-zA-Z-._]+)/?')
2525

2626
with open('_sections/30-projects.md','w') as f:
2727

0 commit comments

Comments
 (0)