Skip to content

Commit 68dbbc3

Browse files
authored
Merge pull request #31 from Carreau/xonsh
Add Xonsh to project list
2 parents 8021736 + f708828 commit 68dbbc3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_sections/30-projects.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ style: center
1212
- [Jupyter notebook](https://jupyter.org)
1313
- [Matplotlib](http://matplotlib.org/)
1414
- [SymPy](http://www.sympy.org/)
15+
- [xonsh](https://xon.sh)
1516
- [scikit-bio](http://scikit-bio.org)
1617
- [PyStan](https://github.com/stan-dev/pystan)
1718
- [An Introduction to Applied Bioinformatics](http://readiab.org)
1819
- [QIIME](http://qiime.org)
1920
- [gala](https://gala.readthedocs.io)
2021
- [cual-id](https://github.com/johnchase/cual-id)
2122

23+

site.js

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ $(document).ready(function (){
127127
{content: '1.x', start: '2010-04-09', end: '2017-12-31', py2:true},
128128
{content: '2.x+', start: '2016-07-11', end: '2021-12-16'},
129129
],
130+
'Xonsh':[
131+
{content: '0.x series – Python 3.4+', start: '2015-03-09', end: '2021-12-16'},
132+
],
130133
// for tests, rando example
131134
//'matplotlib':[
132135
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)