summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-18 17:51:50 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-18 17:52:36 +0300
commit97b9327ac7f73b3a2629cd90da20d1655bf9478e (patch)
tree9bb7ec9420c2bbd6e3fb9103ee298c445746d3d7
parent6ed6b1bc75b1995a7740ff28bc26a908b91f37c8 (diff)
downloadobnam2-97b9327ac7f73b3a2629cd90da20d1655bf9478e.tar.gz
docs: move abstract out from doc metadata
It can be moved back when Subplot supports that again. Sponsored-by: author
-rw-r--r--obnam.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/obnam.md b/obnam.md
index 7da389a..02634f0 100644
--- a/obnam.md
+++ b/obnam.md
@@ -18,15 +18,16 @@ functions:
- lib/runcmd.py
classes:
- json
-abstract: |
- Obnam is a backup system, consisting of a not very smart server for
- storing chunks of backup data, and a client that splits the user's
- data into chunks. They communicate via HTTP.
-
- This document describes the architecture and acceptance criteria for
- Obnam, as well as how the acceptance criteria are verified.
...
+# Abstract
+
+Obnam is a backup system, consisting of a not very smart server for
+storing chunks of backup data, and a client that splits the user's
+data into chunks. They communicate via HTTP.
+
+This document describes the architecture and acceptance criteria for
+Obnam, as well as how the acceptance criteria are verified.
# Introduction