summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-15 11:33:53 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-16 16:40:18 +0300
commit970cff9910cce240528ab110cfbb7f603edcc8e0 (patch)
treef46867b6dc41ff30390d18c98088fc204e5e22b7 /examples
parent2debcca326c0f87e06d71ba938cb229dc723cc93 (diff)
downloadsubplot-970cff9910cce240528ab110cfbb7f603edcc8e0.tar.gz
fix: use list of filenames instead of a single value in doc metadata
Sponsored-by: pep.foundation
Diffstat (limited to 'examples')
-rw-r--r--examples/echo/echo.md6
-rw-r--r--examples/muck/muck.md4
-rw-r--r--examples/website/website.md4
3 files changed, 7 insertions, 7 deletions
diff --git a/examples/echo/echo.md b/examples/echo/echo.md
index c335f53..8bf5405 100644
--- a/examples/echo/echo.md
+++ b/examples/echo/echo.md
@@ -2,9 +2,9 @@
title: "**echo**(1) acceptance tests"
author: The Subplot project
template: bash
-bindings: echo.yaml
-functions: echo.sh
-bibliography: echo.bib
+bindings: [echo.yaml]
+functions: [echo.sh]
+bibliography: [echo.bib]
...
Introduction
diff --git a/examples/muck/muck.md b/examples/muck/muck.md
index d5470a0..e02e522 100644
--- a/examples/muck/muck.md
+++ b/examples/muck/muck.md
@@ -2,8 +2,8 @@
title: Muck JSON storage server and API
author: Lars Wirzenius
date: work in progress
-bindings: muck.yaml
-functions: muck.py
+bindings: [muck.yaml]
+functions: [muck.py]
template: python
...
diff --git a/examples/website/website.md b/examples/website/website.md
index 89b94bb..5d4f61e 100644
--- a/examples/website/website.md
+++ b/examples/website/website.md
@@ -180,6 +180,6 @@ achieve this, you should make the following changes:
title: Subplot website tutorial
author: The Subplot project
template: python
-bindings: website.yaml
-functions: website.py
+bindings: [website.yaml]
+functions: [website.py]
...