summaryrefslogtreecommitdiff
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
parent9243b189a1a12bc0ed819d59cd3cbe9ce5d37c2a (diff)
downloadjt2-bff6f54a403411e7730b405fa7ff0de81caf9f44.tar.gz
refactor: move Subplot bindings, functions files to subplot/
This makes the source tree a little cleaner, I find.
-rw-r--r--jt.md8
-rw-r--r--subplot/jt.py (renamed from jt.py)0
-rw-r--r--subplot/jt.yaml (renamed from jt.yaml)0
-rw-r--r--subplot/runcmd.py (renamed from runcmd.py)0
-rw-r--r--subplot/runcmd.yaml (renamed from runcmd.yaml)0
5 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
...
diff --git a/jt.py b/subplot/jt.py
index 2c5a4fc..2c5a4fc 100644
--- a/jt.py
+++ b/subplot/jt.py
diff --git a/jt.yaml b/subplot/jt.yaml
index 863dbeb..863dbeb 100644
--- a/jt.yaml
+++ b/subplot/jt.yaml
diff --git a/runcmd.py b/subplot/runcmd.py
index 7193c15..7193c15 100644
--- a/runcmd.py
+++ b/subplot/runcmd.py
diff --git a/runcmd.yaml b/subplot/runcmd.yaml
index 02e5ee1..02e5ee1 100644
--- a/runcmd.yaml
+++ b/subplot/runcmd.yaml