Skip to content

Commit 337eb6a

Browse files
authored
Merge pull request python3statement#259 from valeriupredoi/master
Adding ESMValTool project
2 parents 5811812 + 758c765 commit 337eb6a

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

‎_sections/30-projects.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ These projects pledge to drop Python 2 support in or before 2020.
7878
-[![](assets/psi4square.png)Psi4](http://psicode.org/)<!-- url:https://github.com/psi4/psi4 sg:340 -->
7979
-[![](assets/pylast.png)pyLast](https://github.com/pylast/pylast)<!-- url:https://github.com/pylast/pylast sg:319 -->
8080
-[![](assets/iris.png)iris](https://scitools.org.uk/iris/docs/latest/)<!-- url:https://github.com/SciTools/iris sg:290 -->
81+
-[![](assets/esmvaltool.png)ESMValTool](https://esmvaltool.readthedocs.io/en/latest/)<!-- url:https://github.com/ESMValGroup sg:58 -->
8182
-[![](assets/meshio.png)meshio](https://github.com/nschloe/meshio/)<!-- url:https://github.com/nschloe/meshio sg:271 -->
8283
-[![](assets/perfplot.png)perfplot](https://github.com/nschloe/perfplot/)
8384
-[![](assets/cmd2.png)cmd2](https://github.com/python-cmd2/cmd2)<!-- url:https://github.com/python-cmd2/cmd2 sg:205 -->

‎assets/esmvaltool.png‎

38.5 KB
Loading

‎site.js‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,10 @@ $(document).ready(function (){
319319
{content: '2.x',start: '2018-02-14',end: '2019-12-31',py2:true},
320320
{content: '3.x',start: '2019-11-05',end: '2023-12-31',py2:false},
321321
],
322+
'ESMValTool': [
323+
{content: '2.x',start: '2017-09-14',end: '2019-03-07',py2:true},
324+
{content: '2.x',start: '2019-03-07',end: '2023-12-31',py2:false},
325+
],
322326
'Dask': [
323327
{content: '1',start: '2014-12-21',end: '2019-07-01',py2:true},
324328
{content: '2',start: '2019-11-30',end: '2024-11-30',py2:false},

0 commit comments

Comments
(0)