summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-10-07 09:05:37 +0300
committerLars Wirzenius <liw@liw.fi>2022-10-07 09:10:15 +0300
commit7c9bc20c1cb87271e5cb540ea162a81428718fd2 (patch)
tree5f0471d9c3d9785d8545781475532bd83d9c7f5a
parentfa6c70d6eecee463eed98a6c71b74a5e8ae2e2ad (diff)
downloadsubplot.liw.fi-7c9bc20c1cb87271e5cb540ea162a81428718fd2.tar.gz
docs(tutorial.md): drop unnecessary explanation of input files
This has already been covered and just makes the tutorial longer. Sponsored-by: author
-rw-r--r--tutorial.mdwn6
1 files changed, 0 insertions, 6 deletions
diff --git a/tutorial.mdwn b/tutorial.mdwn
index 5a0661f..4949cf0 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -200,12 +200,6 @@ subplot docgen echo.subplot -o echo.html
subplot docgen echo.subplot -o echo.pdf
```
-`echo.md` is the markdown input file. Subplot will find `echo.yaml`
-(the bindings) and `echo.py` or `echo.sh` (step implementations in
-Python or Bash) from files mentioned in the markdown file's metadata
-section.
-
-
Running the tests
=============================================================================