summaryrefslogtreecommitdiffstats
path: root/doc/summary.rst
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-14 20:03:30 -0400
committerDavid Robillard <d@drobilla.net>2023-05-14 20:03:30 -0400
commitd564baafed0863813a87d872f8663134e74228c8 (patch)
tree69c80abc4ed6d011beac6a2904938830024dc220 /doc/summary.rst
parent99540a8f30408d15339ececc4c28f27e2e2f06ab (diff)
downloadlilv-d564baafed0863813a87d872f8663134e74228c8.tar.gz
lilv-d564baafed0863813a87d872f8663134e74228c8.tar.bz2
lilv-d564baafed0863813a87d872f8663134e74228c8.zip
Clean up documentation and remove junk files from install
Diffstat (limited to 'doc/summary.rst')
-rw-r--r--doc/summary.rst13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/summary.rst b/doc/summary.rst
deleted file mode 100644
index 0349af1..0000000
--- a/doc/summary.rst
+++ /dev/null
@@ -1,13 +0,0 @@
-..
- Copyright 2020-2022 David Robillard <d@drobilla.net>
- SPDX-License-Identifier: ISC
-
-Lilv is a library for working with LV2_ plugins.
-It provides several types and functions that can be used to discover plugins,
-investigate their data, load and run them, and save and restore their state.
-
-Lilv is the standard implementation used by nearly all LV2 hosts.
-It implements the details of the LV2 specification on POSIX, MacOS, and Windows,
-and provides a simpler portable API for applications.
-
-.. _LV2: http://lv2plug.in/