summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-15 17:10:22 +0000
committerLars Wirzenius <liw@liw.fi>2021-09-15 17:10:22 +0000
commit794ea63e46212941e73ca3933d30431d43d469b3 (patch)
treeed10a6a15a1a276176b030a443e4ff36df04849f /jt.md
parent88679dd39cc6803a803b48eb35d6d13bfc19da5e (diff)
parent4da2a60a5db498c9605497d8709b1a0ea5a92045 (diff)
downloadjt2-794ea63e46212941e73ca3933d30431d43d469b3.tar.gz
Merge branch 'fix' into 'main'
some cleanup and a subplot breaking change fix See merge request larswirzenius/jt!23
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md32
1 files changed, 16 insertions, 16 deletions
diff --git a/jt.md b/jt.md
index c32ea62..2066690 100644
--- a/jt.md
+++ b/jt.md
@@ -1,3 +1,19 @@
+---
+title: "jt&mdash;a journalling tool"
+author:
+- Lars Wirzenius
+- Daniel Silverstone
+template: python
+bindings:
+- subplot/jt.yaml
+- lib/files.yaml
+- lib/runcmd.yaml
+functions:
+- subplot/jt.py
+- lib/files.py
+- lib/runcmd.py
+...
+
# Introduction
The **jt** software (short for "journalling tool") is a helper for
@@ -317,19 +333,3 @@ typeset into HTML or PDF or to generate a program that automatically
verifies that all acceptance criteria are met.
[Subplot]: https://subplot.liw.fi/
-
----
-title: "jt&mdash;a journalling tool"
-author:
-- Lars Wirzenius
-- Daniel Silverstone
-template: python
-bindings:
-- subplot/jt.yaml
-- lib/files.yaml
-- lib/runcmd.yaml
-functions:
-- subplot/jt.py
-- lib/files.py
-- lib/runcmd.py
-...