Skip to content

Commit

Permalink
all autoclass:: with :members:
Browse files Browse the repository at this point in the history
  • Loading branch information
stroeder committed Aug 16, 2017
1 parent 761c507 commit bd897f2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Doc/ldapurl.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. % $Id: ldapurl.rst,v 1.10 2016/07/24 15:47:46 stroeder Exp $
.. % $Id: ldapurl.rst,v 1.11 2017/08/16 11:24:37 stroeder Exp $
###################################
:py:mod:`ldapurl` LDAP URL handling
Expand Down Expand Up @@ -66,6 +66,7 @@ LDAP URLs
A :py:class:`LDAPUrl` object represents a complete LDAP URL.

.. autoclass:: ldapurl.LDAPUrl
:members:


LDAP URL extensions
Expand All @@ -78,10 +79,12 @@ whereas :py:class:`LDAPUrlExtensions` represents a list of LDAP URL extensions.
.. _ldapurl-ldapurlextension:

.. autoclass:: ldapurl.LDAPUrlExtension
:members:

.. _ldapurl-ldapurlextensions:

.. autoclass:: ldapurl.LDAPUrlExtensions
:members:


.. _ldapurl-example:
Expand Down
6 changes: 5 additions & 1 deletion Doc/ldif.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. % $Id: ldif.rst,v 1.9 2016/07/24 15:47:46 stroeder Exp $
.. % $Id: ldif.rst,v 1.10 2017/08/16 11:24:37 stroeder Exp $
#####################################
:mod:`ldif` LDIF parser and generator
Expand Down Expand Up @@ -31,12 +31,16 @@ Classes
^^^^^^^

.. autoclass:: ldif.LDIFWriter
:members:

.. autoclass:: ldif.LDIFParser
:members:

.. autoclass:: LDIFRecordList
:members:

.. autoclass:: LDIFCopy
:members:


.. _ldif-example:
Expand Down

0 comments on commit bd897f2

Please sign in to comment.