summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-09-09 09:40:15 +0300
committerLars Wirzenius <liw@liw.fi>2022-09-09 09:40:15 +0300
commit43e63172ad48bb3a026c4f61c0cb3ef7c8f36014 (patch)
treec0a09abb49c850a1b322e63b12992bdbd78e79d9
parent20039962925d0461d08accb6bd98d2a559e46e2d (diff)
downloadpuomi-43e63172ad48bb3a026c4f61c0cb3ef7c8f36014.tar.gz
fix: use new Subplot external YAML document metadata
Sponsored-by: author
-rwxr-xr-xcheck4
-rw-r--r--puomi.md12
-rw-r--r--puomi.subplot9
3 files changed, 11 insertions, 14 deletions
diff --git a/check b/check
index fee87c4..2a2e7a7 100755
--- a/check
+++ b/check
@@ -5,5 +5,5 @@
set -euo pipefail
-subplot docgen puomi.md -o puomi.pdf
-subplot docgen puomi.md -o puomi.html
+subplot docgen puomi.subplot -o puomi.pdf
+subplot docgen puomi.subplot -o puomi.html
diff --git a/puomi.md b/puomi.md
index 344bf14..813f8c8 100644
--- a/puomi.md
+++ b/puomi.md
@@ -1,15 +1,3 @@
----
-title: "Puomi---a simple router"
-author: The Puomi project
-template: python
-bindings:
-- puomi.yaml
-- lib/runcmd.yaml
-functions:
-- puomi.py
-- lib/runcmd.py
-...
-
# Introduction
Puomi is, or will become, software for a simple Internet router and
diff --git a/puomi.subplot b/puomi.subplot
new file mode 100644
index 0000000..a8d7f11
--- /dev/null
+++ b/puomi.subplot
@@ -0,0 +1,9 @@
+title: "Puomi---a simple router"
+author: The Puomi project
+markdowns:
+- puomi.md
+bindings:
+- lib/runcmd.yaml
+impls:
+ python:
+ - lib/runcmd.py