Skip to content

Commit dcb4a09

Browse files
authored
Explain the abbreviation in the readme (#43)
1 parent 36b1576 commit dcb4a09

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,14 @@ JSON file:
5454
]
5555
}
5656
```
57-
As the workflow does not require any additional resources, the `environment.yml` file is not required.
57+
The abbreviations in the definition of the edges are:
58+
* `tn` - target node
59+
* `th` - target handle - for a node with multiple input parameters the target handle specifies which input parameter to use.
60+
* `sn` - source node
61+
* `sh` - source handle - for a node with multiple output parameters the source handle specifies which output parameter to use.
62+
63+
As the workflow does not require any additional resources, as it is only using built-in functionality of the Python standard
64+
library.
5865

5966
The corresponding Jupyter notebooks demonstrate this functionality:
6067

0 commit comments

Comments
 (0)