Skip to content
Snippets Groups Projects
Commit c8e8597e authored by admiralobvious's avatar admiralobvious
Browse files

fix docs

parent 191e587a
Branches
Tags
No related merge requests found
......@@ -22,7 +22,7 @@ Flask-SimpleLDAP depends, and will install for you, recent versions of Flask
(0.9 or later) and python-ldap. Flask-SimpleLDAP is compatible
with and tested on Python 2.6 and 2.7.
Next, add a :class:`~flask_simpleldap.LDAP` to your code and at least the three
Next, add a :class:`LDAP` to your code and at least the three
required configuration options:
.. code-block:: python
......@@ -46,7 +46,7 @@ required configuration options:
Configuration
-------------
:class:`~flask_simpleldap.LDAP` understands the following configuration
:class:`LDAP` understands the following configuration
directives:
============================ ===================================================
......@@ -99,7 +99,7 @@ API
Classes
-------
.. autoclass:: flask_simpleldap.LDAP
.. autoclass:: LDAP
:members:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment