summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-09 10:21:24 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-09 10:21:24 +0300
commitbff6f54a403411e7730b405fa7ff0de81caf9f44 (patch)
tree2d4f7b1b2aff829da4ba0bfd916692aea860eded /jt.md
parent9243b189a1a12bc0ed819d59cd3cbe9ce5d37c2a (diff)
downloadjt2-bff6f54a403411e7730b405fa7ff0de81caf9f44.tar.gz
refactor: move Subplot bindings, functions files to subplot/
This makes the source tree a little cleaner, I find.
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/jt.md b/jt.md
index c8beace..fd867db 100644
--- a/jt.md
+++ b/jt.md
@@ -62,9 +62,9 @@ author:
- Lars Wirzenius
- Daniel Silverstone
bindings:
-- jt.yaml
-- runcmd.yaml
+- subplot/jt.yaml
+- subplot/runcmd.yaml
functions:
-- jt.py
-- runcmd.py
+- subplot/jt.py
+- subplot/runcmd.py
...