We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a24c354 commit 87cfa32Copy full SHA for 87cfa32
src/topics/operations.md
@@ -21,9 +21,8 @@ CWL Viewer or `cwltool`:
21
:working-directory: src/_includes/cwl/operations/
22
```
23
24
-The output of the command above can be rendered with a Graphviz renderer. The
25
-following image is rendered with the Sphinx `{graphviz}` directive (this user
26
-guide is built with Sphinx):
+The output of the command above can be rendered `cwltool --print-dot operations.cwl | dot -Tsvg >
+operations.svg ; open operations.svg`.
27
28
```{graphviz}
29
0 commit comments