From bf627f708602bdc592691305a0d6517c594da443 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 31 May 2019 13:38:53 -0700 Subject: [PATCH 1/2] add some urls --- _sections/30-projects.md | 16 ++++++++-------- restar.py | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/_sections/30-projects.md b/_sections/30-projects.md index af78159..bbf8797 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -55,21 +55,21 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org) - [![](assets/adb_enhanced.png)ADB-Enhanced](https://github.com/ashishb/adb-enhanced) - [![](assets/cartopy.png)Cartopy](https://scitools.org.uk/cartopy/docs/latest/) -- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org) +- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org) - [![](assets/fecon235.png)fecon235](https://github.com/rsvp/fecon235) -- [![](assets/sunpy.png)SunPy](https://sunpy.org/) +- [![](assets/sunpy.png)SunPy](https://sunpy.org/) - [![](assets/axelrod.png)Axelrod](https://github.com/Axelrod-Python/Axelrod) -- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io) -- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/) +- [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io) +- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/) - [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit) - [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot) -- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy) -- [![](assets/nengo.png)Nengo](https://www.nengo.ai/) +- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy) +- [![](assets/nengo.png)Nengo](https://www.nengo.ai/) - [![](assets/pylast.png)pyLast](https://github.com/pylast/pylast) -- [![](assets/psi4square.png)Psi4](http://psicode.org/) +- [![](assets/psi4square.png)Psi4](http://psicode.org/) - [![](assets/pyscipopt.png)PySCIPOpt](https://github.com/SCIP-Interfaces/PySCIPOpt) - [![](assets/openquake.png)OpenQuake engine](https://github.com/gem/oq-engine) -- [![](assets/yt.png)yt](https://yt-project.org/) +- [![](assets/yt.png)yt](https://yt-project.org/) - [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2) - [![](https://urduhack.readthedocs.io/en/stable/_static/urduhack.png)Urduhack](https://github.com/urduhack/urduhack) - [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure) diff --git a/restar.py b/restar.py index 95dfa35..ff6f517 100644 --- a/restar.py +++ b/restar.py @@ -21,7 +21,7 @@ "Authorization": f"token {token}" } -match = re.compile('github.com/([a-zA-Z-]+)/([0-9a-zA-Z-._]+)/?') +match = re.compile('github.com/([a-zA-Z0-9-]+)/([0-9a-zA-Z-._]+)/?') with open('_sections/30-projects.md','w') as f: From df6c9e4e0edd6213de92618dd246d2ddd58da4c3 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Fri, 31 May 2019 13:39:22 -0700 Subject: [PATCH 2/2] run restar --- _sections/30-projects.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_sections/30-projects.md b/_sections/30-projects.md index bbf8797..c653779 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -55,22 +55,22 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org) - [![](assets/adb_enhanced.png)ADB-Enhanced](https://github.com/ashishb/adb-enhanced) - [![](assets/cartopy.png)Cartopy](https://scitools.org.uk/cartopy/docs/latest/) -- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org) +- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org) - [![](assets/fecon235.png)fecon235](https://github.com/rsvp/fecon235) -- [![](assets/sunpy.png)SunPy](https://sunpy.org/) +- [![](assets/sunpy.png)SunPy](https://sunpy.org/) - [![](assets/axelrod.png)Axelrod](https://github.com/Axelrod-Python/Axelrod) - [![](assets/rpy2_logo_64x64.png)rpy2](https://rpy2.bitbucket.io) -- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/) +- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/) - [![](assets/rdkit.png)RDKit](https://github.com/rdkit/rdkit) - [![](assets/toyplot-256x256.png)Toyplot](https://github.com/sandialabs/toyplot) -- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy) -- [![](assets/nengo.png)Nengo](https://www.nengo.ai/) +- [![](assets/metpy.png)MetPy](https://unidata.github.io/MetPy) +- [![](assets/nengo.png)Nengo](https://www.nengo.ai/) - [![](assets/pylast.png)pyLast](https://github.com/pylast/pylast) -- [![](assets/psi4square.png)Psi4](http://psicode.org/) +- [![](assets/psi4square.png)Psi4](http://psicode.org/) - [![](assets/pyscipopt.png)PySCIPOpt](https://github.com/SCIP-Interfaces/PySCIPOpt) - [![](assets/openquake.png)OpenQuake engine](https://github.com/gem/oq-engine) -- [![](assets/yt.png)yt](https://yt-project.org/) -- [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2) +- [![](assets/yt.png)yt](https://yt-project.org/) +- [![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2) - [![](https://urduhack.readthedocs.io/en/stable/_static/urduhack.png)Urduhack](https://github.com/urduhack/urduhack) - [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure) - [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)