Skip to content

Commit 8b29a06

Browse files
committed
Move Tryton in the middle
1 parent 710f415 commit 8b29a06

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ These projects pledge to drop Python 2 support in or before 2020.
2727
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran)
2828
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
2929
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil)
30+
- [![](assets/tryton.png)Tryton](http://www.tryton.org/)
3031
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)
3132
- [![](assets/mne.png)MNE](https://www.martinos.org/mne/stable/index.html)
3233
- [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org)
@@ -43,7 +44,6 @@ These projects pledge to drop Python 2 support in or before 2020.
4344
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain)
4445
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure)
4546
- [![](assets/chaquopy.png)Chaquopy](https://chaquo.com/chaquopy/)
46-
- [![](assets/tryton.png)Tryton](http://www.tryton.org/)
4747

4848
<!-- Adding a new project with a logo? They're roughly sorted by Github stars.
4949
Try to insert yours in order. We use judgment for projects not on Github, and

site.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@ $(document).ready(function (){
165165
{content: '3.3', start: '2019-06-01', end: '2019-12-01'},
166166
{content: '4.0 LTS', start: '2019-12-01', end: '2021-12-01'},
167167
],
168+
'Tryton':[
169+
{content: '4.0', start: '2016-05-02', end: '2018-10-01', py2:true},
170+
{content: '4.2', start: '2016-11-28', end: '2019-05-01', py2:true},
171+
{content: '4.4', start: '2017-05-01', end: '2019-10-01', py2:true},
172+
{content: '4.6', start: '2017-10-30', end: '2020-05-01', py2:true},
173+
{content: '4.8', start: '2018-04-23', end: '2020-10-01', py2:true},
174+
{content: '5.0', start: '2018-10-01', end: '2023-10-01'},
175+
{content: '5.2', start: '2019-05-01', end: '2020-05-01'},
176+
],
168177
'osBrain':[
169178
{content: '0.x', start: '2016-07-01', end: '2021-12-16'},
170179
],
@@ -212,15 +221,6 @@ $(document).ready(function (){
212221
{content: '4.x', start: '2013-10-01', end: '2020-01-09', py2:true},
213222
{content: '5.x+', start: '2020-01-10', end: '2023-12-31', py2:false},
214223
],
215-
'Tryton':[
216-
{content: '4.0', start: '2016-05-02', end: '2018-10-01', py2:true},
217-
{content: '4.2', start: '2016-11-28', end: '2019-05-01', py2:true},
218-
{content: '4.4', start: '2017-05-01', end: '2019-10-01', py2:true},
219-
{content: '4.6', start: '2017-10-30', end: '2020-05-01', py2:true},
220-
{content: '4.8', start: '2018-04-23', end: '2020-10-01', py2:true},
221-
{content: '5.0', start: '2018-10-01', end: '2023-10-01'},
222-
{content: '5.2', start: '2019-05-01', end: '2020-05-01'},
223-
],
224224

225225
// for tests, rando example
226226
//'matplotlib':[

0 commit comments

Comments
 (0)