We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba250b7 commit aadf296Copy full SHA for aadf296
_sections/30-projects.md
@@ -10,7 +10,5 @@ style: center
10
11
- [IPython](https://ipython.org)
12
- [Jupyter notebook](https://jupyter.org)
13
-- [Scikit-Bio](https://scikit-bio.org/)
14
-- [matplotlib](https://matplotlib.org)
15
16
site.js
@@ -116,14 +116,15 @@ $(document).ready(function (){
116
{content: '7.x', start: '2018-01-01', end:'2019-06-12'},
117
{content: '8.x', start: '2019-06-12', end:'2020-06-01'},
118
],
119
- 'matplotlib':[
120
- {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
121
- {content: 'matplotlib 3.x', start: '2018-6-12', end:'2019-12-01'},
122
- ],
123
- 'scikit-bio':[
124
- {content: '0.18', start: '2016-05-01', end:'2016-11-01', py2:true},
125
- {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
126
- ]
+ // for tests, rando example
+ //'matplotlib':[
+ // {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
+ // {content: 'matplotlib 3.x', start: '2018-6-12', end:'2019-12-01'},
+ //],
+ //'scikit-bio':[
+ // {content: '0.18', start: '2016-05-01', end:'2016-11-01', py2:true},
+ // {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
127
+ //]
128
129
130
}
0 commit comments