diff --git a/Doc/index.rst b/Doc/index.rst index 8a7974e..476e9cc 100644 --- a/Doc/index.rst +++ b/Doc/index.rst @@ -2,36 +2,15 @@ python-ldap Documentation ########################## -.. topic:: Abstract - - This document describes the package python-ldap with its various modules. - - Depending on what you want to do this manual assumes basic to expert - knowledge about the Python language and the LDAP standard (LDAPv3). - - ******** Contents ******** .. toctree:: - :maxdepth: 3 + :maxdepth: 2 installing.rst - ldap.rst - ldap-async.rst - ldap-controls.rst - ldap-dn.rst - ldap-extop.rst - ldap-filter.rst - ldap-modlist.rst - ldap-resiter.rst - ldap-schema.rst - ldap-syncrepl.rst - ldap-sasl.rst - ldif.rst - ldapurl.rst - slapdtest.rst + reference/index.rst diff --git a/Doc/reference/index.rst b/Doc/reference/index.rst new file mode 100644 index 0000000..fa45b84 --- /dev/null +++ b/Doc/reference/index.rst @@ -0,0 +1,26 @@ +python-ldap Reference Documentation +=================================== + +This document describes the package python-ldap with its various modules. + +Depending on what you want to do this manual assumes basic to expert +knowledge about the Python language and the LDAP standard (LDAPv3). + + +.. toctree:: + :maxdepth: 3 + + ldap.rst + ldap-async.rst + ldap-controls.rst + ldap-dn.rst + ldap-extop.rst + ldap-filter.rst + ldap-modlist.rst + ldap-resiter.rst + ldap-schema.rst + ldap-syncrepl.rst + ldap-sasl.rst + ldif.rst + ldapurl.rst + slapdtest.rst diff --git a/Doc/ldap-async.rst b/Doc/reference/ldap-async.rst similarity index 100% rename from Doc/ldap-async.rst rename to Doc/reference/ldap-async.rst diff --git a/Doc/ldap-controls.rst b/Doc/reference/ldap-controls.rst similarity index 100% rename from Doc/ldap-controls.rst rename to Doc/reference/ldap-controls.rst diff --git a/Doc/ldap-dn.rst b/Doc/reference/ldap-dn.rst similarity index 100% rename from Doc/ldap-dn.rst rename to Doc/reference/ldap-dn.rst diff --git a/Doc/ldap-extop.rst b/Doc/reference/ldap-extop.rst similarity index 100% rename from Doc/ldap-extop.rst rename to Doc/reference/ldap-extop.rst diff --git a/Doc/ldap-filter.rst b/Doc/reference/ldap-filter.rst similarity index 100% rename from Doc/ldap-filter.rst rename to Doc/reference/ldap-filter.rst diff --git a/Doc/ldap-modlist.rst b/Doc/reference/ldap-modlist.rst similarity index 100% rename from Doc/ldap-modlist.rst rename to Doc/reference/ldap-modlist.rst diff --git a/Doc/ldap-resiter.rst b/Doc/reference/ldap-resiter.rst similarity index 100% rename from Doc/ldap-resiter.rst rename to Doc/reference/ldap-resiter.rst diff --git a/Doc/ldap-sasl.rst b/Doc/reference/ldap-sasl.rst similarity index 100% rename from Doc/ldap-sasl.rst rename to Doc/reference/ldap-sasl.rst diff --git a/Doc/ldap-schema.rst b/Doc/reference/ldap-schema.rst similarity index 100% rename from Doc/ldap-schema.rst rename to Doc/reference/ldap-schema.rst diff --git a/Doc/ldap-syncrepl.rst b/Doc/reference/ldap-syncrepl.rst similarity index 100% rename from Doc/ldap-syncrepl.rst rename to Doc/reference/ldap-syncrepl.rst diff --git a/Doc/ldap.rst b/Doc/reference/ldap.rst similarity index 100% rename from Doc/ldap.rst rename to Doc/reference/ldap.rst diff --git a/Doc/ldapurl.rst b/Doc/reference/ldapurl.rst similarity index 100% rename from Doc/ldapurl.rst rename to Doc/reference/ldapurl.rst diff --git a/Doc/ldif.rst b/Doc/reference/ldif.rst similarity index 100% rename from Doc/ldif.rst rename to Doc/reference/ldif.rst diff --git a/Doc/slapdtest.rst b/Doc/reference/slapdtest.rst similarity index 100% rename from Doc/slapdtest.rst rename to Doc/reference/slapdtest.rst