Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reorder projects
  • Loading branch information
Joseph Hamman committed Feb 1, 2018
commit f8ee9a4f5e4ce90e0920bcf85296397832a5ffc3
2 changes: 1 addition & 1 deletion _sections/30-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ These projects pledge to drop Python 2 support in or before 2020.
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)
- [![](assets/numpylogoicon.svg)NumPy](http://numpy.org)
- [![](assets/pandas.png)pandas](http://pandas.pydata.org/)
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
- [![](assets/matplotlib.png)Matplotlib](http://matplotlib.org/)
- [![](assets/sympy.png)SymPy](http://www.sympy.org/)
- [![](assets/astropy.png)Astropy](http://www.astropy.org/)
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
- [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org)
- [![](assets/sunpy.png)SunPy](http://sunpy.org)
- [![](assets/yt.png)yt](http://yt-project.org)
Expand Down
1 change: 1 addition & 0 deletions site.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ $(document).ready(function (){
{content: '0.18.x', start: '2016-10-16', end: '2017-10-16', py2:true},
{content: '1.0.x -', start: '2016-12-26', end: '2021-12-23'}
],

// for tests, rando example
//'matplotlib':[
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},
Expand Down