aboutsummaryrefslogtreecommitdiffstats
path: root/doc/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.rst')
-rw-r--r--doc/index.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
new file mode 100644
index 00000000..73e1a5fb
--- /dev/null
+++ b/doc/index.rst
@@ -0,0 +1,20 @@
+..
+ Copyright 2020-2023 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
+####
+Serd
+####
+
+Serd is a lightweight C library for reading and writing RDF in Turtle_, NTriples_, NQuads_, and TriG_.
+
+.. toctree::
+ :numbered:
+
+ overview
+ api/serd
+
+.. _Turtle: http://www.w3.org/TR/turtle/
+.. _NTriples: http://www.w3.org/TR/n-triples/
+.. _NQuads: http://www.w3.org/TR/n-quads/
+.. _TriG: http://www.w3.org/TR/trig/