Skip to content

Commit 2ed7ddf

Browse files
committed
Add Cylc project.
1 parent 337eb6a commit 2ed7ddf

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
@@ -90,6 +90,7 @@ These projects pledge to drop Python 2 support in or before 2020.
9090
- [![](assets/pymeasure.png)PyMeasure](https://github.com/ralph-group/pymeasure) <!-- url:https://github.com/ralph-group/pymeasure sg:126 -->
9191
- [![](https://urduhack.readthedocs.io/en/stable/_static/urduhack.png)Urduhack](https://github.com/urduhack/urduhack) <!-- url:https://github.com/urduhack/urduhack sg:122 -->
9292
- [![](assets/osbrain.png)osBrain](https://github.com/opensistemas-hub/osbrain) <!-- url:https://github.com/opensistemas-hub/osbrain sg:117 -->
93+
- [![](assets/cylc.png)Cylc Workflow](https://cylc.github.io/) <!-- url:https://github.com/cylc/cylc-flow sg:100 -->
9394
- [![](assets/fenics.png)FEniCS](https://fenicsproject.org/) <!-- url:https://github.com/FEniCS/dolfin sg:77 -->
9495
- [![](assets/colorio.png)colorio](https://github.com/nschloe/colorio)
9596
- [![](assets/tatsu.png)TatSu](https://tatsu.readthedocs.io/)

assets/cylc.png

4.16 KB
Loading

site.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,12 @@ $(document).ready(function (){
326326
'Dask': [
327327
{content: '1', start: '2014-12-21', end: '2019-07-01', py2:true},
328328
{content: '2', start: '2019-11-30', end: '2024-11-30', py2:false},
329+
],
330+
'Cylc': [
331+
{content: 'cylc-3.0.x - cylc-7.8.x', start: '2011-05-26', end: '2020-06-30', py2:true},
332+
{content: '8-&alpha;', start: '2019-12-01', end: '2020-12-31', py2:false},
333+
{content: '8.x', start: '2020-06-30', end: '2021-12-31', py2:false},
334+
{content: '9.x', start: '2021-06-30', end: '2022-12-31', py2:false},
329335
]
330336

331337
// for tests, rando example

0 commit comments

Comments
 (0)