From 60cbe5b9b6d42bd850c5ea39c06b6e182f9c2645 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 11 May 2023 22:43:02 -0400 Subject: Clean up documentation and remove junk files from install --- doc/c/overview.rst | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 doc/c/overview.rst (limited to 'doc/c/overview.rst') diff --git a/doc/c/overview.rst b/doc/c/overview.rst deleted file mode 100644 index b03615b9..00000000 --- a/doc/c/overview.rst +++ /dev/null @@ -1,26 +0,0 @@ -.. - Copyright 2020-2021 David Robillard - SPDX-License-Identifier: ISC - -######## -Overview -######## - -.. default-domain:: c -.. highlight:: c - -The API revolves around two main types: the :doc:`api/serd_reader`, -which reads text and fires callbacks, -and the :doc:`api/serd_writer`, -which writes text when driven by corresponding functions. -Both work in a streaming fashion but still support pretty-printing, -so the pair can be used to pretty-print, translate, -or otherwise process arbitrarily large documents very quickly. -The context of a stream is tracked by the :doc:`api/serd_env`, -which stores the current base URI and set of namespace prefixes. - -The complete API is declared in ``serd.h``: - -.. code-block:: c - - #include -- cgit v1.2.1