Skip to content

Commit

Permalink
Doc: Move module reference to a subdirectory
Browse files Browse the repository at this point in the history
As more non-reference documentation is added, it becomes convenient to
create a new namespace for the API docs, so it's not lost between others.

Not included: redirects from old to new names on the hosted documentation
(this will be handled in Read the Docs configuration).
  • Loading branch information
Petr Viktorin committed Nov 28, 2017
1 parent f7012e7 commit fa090f9
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 23 deletions.
25 changes: 2 additions & 23 deletions Doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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



Expand Down
26 changes: 26 additions & 0 deletions Doc/reference/index.rst
Original file line number Diff line number Diff line change
@@ -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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fa090f9

Please sign in to comment.