diff options
author | David Robillard <d@drobilla.net> | 2023-09-02 19:00:54 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-09-21 20:16:18 -0400 |
commit | 7c8682a1b53713b3263034bc8db3cdb5839968b5 (patch) | |
tree | ef495ddf29b53786b57a925bec0a143a0431781b /doc/summary.rst | |
parent | 1d48d40ac4948b1864ca09e9d0a26fdd71bbee8d (diff) | |
download | sratom-7c8682a1b53713b3263034bc8db3cdb5839968b5.tar.gz sratom-7c8682a1b53713b3263034bc8db3cdb5839968b5.tar.bz2 sratom-7c8682a1b53713b3263034bc8db3cdb5839968b5.zip |
Clean up documentation and remove junk files from install
Diffstat (limited to 'doc/summary.rst')
-rw-r--r-- | doc/summary.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/summary.rst b/doc/summary.rst deleted file mode 100644 index 84714ba..0000000 --- a/doc/summary.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. - Copyright 2020-2021 David Robillard <d@drobilla.net> - SPDX-License-Identifier: ISC - -Sratom is a small library for serializing `LV2 atoms`_. Sratom reads/writes -atoms from/to RDF, allowing them to be converted between binary and text or -stored in a model. - -.. _LV2 atoms: http://lv2plug.in/ns/ext/atom |