From 409e9ce5370138334286e6bfe724c29b1e3baa36 Mon Sep 17 00:00:00 2001 From: kakwa Date: Mon, 20 Jul 2015 01:32:52 +0200 Subject: [PATCH] fixing title level in backend API documentation --- docs/backend_api.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/backend_api.rst b/docs/backend_api.rst index da14ef2..7344769 100644 --- a/docs/backend_api.rst +++ b/docs/backend_api.rst @@ -2,7 +2,7 @@ Implementing cutom backends =========================== API -~~~ +--- The backend modules must respect the following API: @@ -12,7 +12,7 @@ The backend modules must respect the following API: :show-inheritance: Configuration -~~~~~~~~~~~~~ +------------- Configuration for your backend is declared in the main ini file, inside [backends] section: @@ -52,7 +52,8 @@ by **self.get_param**: Exceptions -~~~~~~~~~~ +---------- + The following exception can be used in your module .. automodule:: ldapcherry.exceptions