aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-03-28 13:42:35 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:08 -0500
commitd094448c095a59117febc8bd4687df071ce9759a (patch)
tree08e81a3a9a46627dc8b545c12ebf17ae51ef76f4 /README.md
parentf74a7448036d6fbe3f6562aa6e87d7e7478f0341 (diff)
downloadserd-d094448c095a59117febc8bd4687df071ce9759a.tar.gz
serd-d094448c095a59117febc8bd4687df071ce9759a.tar.bz2
serd-d094448c095a59117febc8bd4687df071ce9759a.zip
Add high-level documentation
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.md b/README.md
index 978a93dd..46dbf7e0 100644
--- a/README.md
+++ b/README.md
@@ -55,10 +55,14 @@ Documentation
-------------
* [Installation instructions](INSTALL.md)
- * [Single-page API reference](https://drobilla.gitlab.io/serd/doc/singlehtml/)
- * [Paginated API reference](https://drobilla.gitlab.io/serd/doc/html/)
- * [`serd-filter` man page](https://drobilla.gitlab.io/serd/man/serd-filter.html)
- * [`serd-pipe` man page](https://drobilla.gitlab.io/serd/man/serd-pipe.html)
+ * Overview and reference documentation:
+ * [Single-page HTML](https://drobilla.gitlab.io/serd/doc/singlehtml/)
+ * [Paginated HTML](https://drobilla.gitlab.io/serd/doc/html/)
+ * [EPub](https://drobilla.gitlab.io/serd/c/epub/Serd-1.0.1.epub)
+ * Man pages:
+ * [`serd-filter`](https://drobilla.gitlab.io/serd/man/serd-filter.html)
+ * [`serd-pipe`](https://drobilla.gitlab.io/serd/man/serd-pipe.html)
+ * [`serd-sort`](https://drobilla.gitlab.io/serd/man/serd-sort.html)
Versioning
----------