Skip to content

Commit 81cdf04

Browse files
authored
Merge pull request #210 from CAM-Gerlach/add-plyara
Add Plyara name and link to list
2 parents 583da10 + 807c4eb commit 81cdf04

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

_sections/30-projects.md

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ for some that aren't directly comparable. -->
9696
- [pvlib-python](https://github.com/pvlib/pvlib-python)
9797
- [QIIME](http://qiime.org)
9898
- [SPADE](https://github.com/javipalanca/spade)
99+
- [Plyara](https://plyara.readthedocs.io/en/latest/)
99100
- [gala](https://gala.readthedocs.io)
100101
- [CIS](https://github.com/cedadev/cis)
101102
- [cual-id](https://github.com/johnchase/cual-id)

site.js

+4
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ $(document).ready(function (){
277277
{content: 'Py 2 bug fix', start: '2019-01-01', end:'2019-06-30', py2:true},
278278
{content: 'Py 3 full', start: '2019-01-01', end:'2023-12-31'},
279279
],
280+
'plyara':[
281+
{content: '1.x', start: '2018-07-06', end:'2019-02-01', py2:true},
282+
{content: '2.x', start: '2019-02-01', end:'2020-01-01'},
283+
],
280284

281285
// for tests, rando example
282286
//'matplotlib':[

0 commit comments

Comments
 (0)