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 -=======