From 9de7162d78b488820a9bcffa8b5747437c3865e4 Mon Sep 17 00:00:00 2001 From: stroeder Date: Sun, 12 Nov 2017 13:20:23 +0000 Subject: [PATCH] module dsml was removed => docs obsolete --- Doc/dsml.rst | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Doc/dsml.rst diff --git a/Doc/dsml.rst b/Doc/dsml.rst deleted file mode 100644 index 8b9a460..0000000 --- a/Doc/dsml.rst +++ /dev/null @@ -1,26 +0,0 @@ -*************************************** -:mod:`dsml` DSMLv1 parser and generator -*************************************** - -.. :py:module:: dsml - :synopsis: Parses and generates DSMLv1 files -.. moduleauthor:: python-ldap project (see https://www.python-ldap.org/) - - -This module parses and generates LDAP data in the format DSMLv1. It is -implemented in pure Python and does not rely on any non-standard modules. -Therefore it can be used stand-alone without the rest of the python-ldap -package. - - -.. autoclass:: dsml.DSMLWriter - :members: - -.. autoclass:: dsml.DSMLParser - :members: - - -.. _dsml-example: - -Example -=======