Skip to content

Commit 4586970

Browse files
authored
Added links to projects
1 parent b4252ea commit 4586970

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

profile/README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@ flowchart LR
3737
ewoks --> ewoksorange
3838
```
3939

40-
- `ewoks`: main python API and CLI for workflow execution.
41-
- `ewokscore`: runtime graph and task utilities used by [Ewoks Engines](https://ewoks.esrf.fr/en/latest/engines.html) and [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html).
40+
- [`ewoks`](https://github.com/ewoks-kit/ewoks): main python API and CLI for workflow execution.
41+
- [`ewokscore`](https://github.com/ewoks-kit/ewokscore): runtime graph and task utilities used by [Ewoks Engines](https://ewoks.esrf.fr/en/latest/engines.html) and [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html).
4242

4343
### Workflow Engines
4444

45-
- `ewokscore`: basic engine for sequential execution.
46-
- `ewoksdask`: engine for distributed execution.
47-
- `ewoksppf`: engine that supports loops and conditional links.
48-
- `ewoksorange`: engine with a desktop graphical user interface.
45+
- [`ewokscore`](https://github.com/ewoks-kit/ewokscore): basic engine for sequential execution.
46+
- [`ewoksdask`](https://github.com/ewoks-kit/ewoksdask): engine for distributed execution.
47+
- [`ewoksppf`](https://github.com/ewoks-kit/ewoksppf): engine that supports loops and conditional links.
48+
- [`ewoksorange`](https://github.com/ewoks-kit/ewoksorange): engine with a desktop graphical user interface.
4949

5050
[Engines can be created](https://ewoks.esrf.fr/en/latest/engines.html#adding-a-new-engine-to-ewoks) by anyone.
5151
The `ewoks` package can discover all engines installed in the same python environment.
5252

5353
### Workflow Management
5454

55-
- `ewoksjob`: Job scheduling system
55+
- [`ewoksjob`](https://github.com/ewoks-kit/ewoksjob): Job scheduling system
5656
- _client_: submit workflows (no `ewoks` installation required)
5757
- _worker_: execute workflows (`ewoks` installed)
58-
- `ewoksutils`: Shared utilities used by ewoks, ewokscore, and ewoksjob on both client and worker sides.
59-
- `ewoksweb`: web frontend for workflow creation and execution.
60-
- `ewoksserver`: REST server for workflow creation and execution.
58+
- [`ewoksutils`](https://github.com/ewoks-kit/ewoksutils): Shared utilities used by ewoks, ewokscore, and ewoksjob on both client and worker sides.
59+
- [`ewoksweb`](https://github.com/ewoks-kit/ewoksweb): web frontend for workflow creation and execution.
60+
- [`ewoksserver`](https://github.com/ewoks-kit/ewoksserver): REST server for workflow creation and execution.
6161

6262
### Development and Operations
6363

64-
- `ewokssphinx`: Sphinx directives for [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html) documentation.
65-
- `ewokswhale`: Ewoks docker application.
66-
- `ewoksdraw`: Graphical rendering of Ewoks workflows.
64+
- [`ewokssphinx`](https://github.com/ewoks-kit/ewokssphinx): Sphinx directives for [Ewoks Apps](https://ewoks.esrf.fr/en/latest/tasks/index.html) documentation.
65+
- [`ewokswhale`](https://github.com/ewoks-kit/ewokswhale): Ewoks docker compose application.
66+
- [`ewoksdraw`](https://github.com/ewoks-kit/ewoksdraw): Graphical rendering of Ewoks workflows.

0 commit comments

Comments
 (0)