Skip to content

Commit aadf296

Browse files
committed
Remove project used just as example
1 parent ba250b7 commit aadf296

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

_sections/30-projects.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@ style: center
1010

1111
- [IPython](https://ipython.org)
1212
- [Jupyter notebook](https://jupyter.org)
13-
- [Scikit-Bio](https://scikit-bio.org/)
14-
- [matplotlib](https://matplotlib.org)
1513

1614

site.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,15 @@ $(document).ready(function (){
116116
{content: '7.x', start: '2018-01-01', end:'2019-06-12'},
117117
{content: '8.x', start: '2019-06-12', end:'2020-06-01'},
118118
],
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-
]
119+
// for tests, rando example
120+
//'matplotlib':[
121+
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
122+
// {content: 'matplotlib 3.x', start: '2018-6-12', end:'2019-12-01'},
123+
//],
124+
//'scikit-bio':[
125+
// {content: '0.18', start: '2016-05-01', end:'2016-11-01', py2:true},
126+
// {content: '0.19', start: '2016-11-02', end:'2017-12-01'},
127+
//]
127128

128129

129130
}

0 commit comments

Comments
 (0)