From e8415baca5d3d79fa60e213f315ac16f97dd4733 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Wed, 2 Apr 2025 16:11:53 +0200 Subject: [PATCH] Explain the abbreviation in the readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61428f3..f711bc0 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,14 @@ JSON file: ] } ``` -As the workflow does not require any additional resources, the `environment.yml` file is not required. +The abbreviations in the definition of the edges are: +* `tn` - target node +* `th` - target handle - for a node with multiple input parameters the target handle specifies which input parameter to use. +* `sn` - source node +* `sh` - source handle - for a node with multiple output parameters the source handle specifies which output parameter to use. + +As the workflow does not require any additional resources, as it is only using built-in functionality of the Python standard +library. The corresponding Jupyter notebooks demonstrate this functionality: