summaryrefslogtreecommitdiff
path: root/subplot.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-24 10:13:38 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-24 10:13:38 +0300
commit1d3db66edda5599d183b5a881d5e946b901131cd (patch)
tree8289ecd595eb4c3a3ee3de552f5f96d782744ad9 /subplot.md
parentdf3d2db5ddfe2b0aa988a41dc6e840ebd4af6435 (diff)
downloadsubplot-1d3db66edda5599d183b5a881d5e946b901131cd.tar.gz
fix: arch diagram says steps can be written in Bash, Python, Rust
Sponsored-by: author
Diffstat (limited to 'subplot.md')
-rw-r--r--subplot.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/subplot.md b/subplot.md
index 29a1587..b7169c7 100644
--- a/subplot.md
+++ b/subplot.md
@@ -79,7 +79,7 @@ md [shape=box];
bindings [label="foo.yaml \n (bindings, YAML)"];
bindings [shape=box];
-impl [label="foo.py \n (step implemenations, Python)"]
+impl [label="step implementations, \n (Bash, Python, or Rust)"]
impl [shape=box];
subplot [label="Subplot"];
@@ -91,10 +91,10 @@ pdf [shape=note];
html [label="foo.html \n HTML (generated)"]
html [shape=note];
-testprog [label="test.py \n test program\n(generated)"]
+testprog [label="test program\n(generated)"]
testprog [shape=note];
-report [label="Test report \n (stdout of test.py)"]
+report [label="Test report"]
report [shape=note];
md -> subplot;
@@ -131,7 +131,7 @@ md [shape=box];
bindings [label="foo.yaml \n (bindings, YAML)"];
bindings [shape=box];
-impl [label="foo.py \n (step implemenations, Python)"]
+impl [label="step implementations, \n (Bash, Python, or Rust)"]
impl [shape=box];
docgen [label="subplot docgen"];
@@ -146,10 +146,10 @@ pdf [shape=note];
html [label="foo.html \n HTML (generated)"]
html [shape=note];
-testprog [label="test.py \n test program\n(generated)"]
+testprog [label="test program\n(generated)"]
testprog [shape=note];
-report [label="Test report \n (stdout of test.py)"]
+report [label="Test report"]
report [shape=note];
md -> docgen;