Skip to content

Commit cb18ebc

Browse files
authored
Merge pull request python3statement#41 from Cadair/master
Add SunPy to list and timeline.
2 parents 0768068 + 0734383 commit cb18ebc

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ style: center
1515
- [![](assets/xonsh.png)xonsh](http://xon.sh)
1616
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org)
1717
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)
18+
- [![](assets/sunpy.png)SunPy](http://sunpy.org)
1819

1920
&nbsp; <!--break separating project with image from without -->
2021

assets/sunpy.png

4.67 KB
Loading

site.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ $(document).ready(function (){
130130
{content: '1.x', start: '2010-04-09', end: '2017-12-31', py2:true},
131131
{content: '2.x+', start: '2016-07-11', end: '2021-12-16'},
132132
],
133+
'SunPy':[
134+
{content: '0.7', start: '2016-05-24', end: '2017-06-01', py2:true},
135+
{content: '0.8', start: '2016-12-01', end: '2017-12-01', py2:true},
136+
{content: '0.9', start: '2017-06-01', end: '2018-06-01', py2:true},
137+
{content: '0.10', start: '2017-12-01', end: '2018-12-01'},
138+
],
133139
// for tests, rando example
134140
//'matplotlib':[
135141
// {content: 'matplotlib 2.x', start: '2015-06-01', end:'2018-06-01', py2:true},

0 commit comments

Comments
 (0)