From e0eb8d86b0f7b119656f6e7939a50d436a8f98d8 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 1 May 2012 12:48:07 -0400 Subject: added environment variables to doc index --- docs/install.rst | 2 ++ docs/lib/passlib.exc.rst | 3 +++ docs/lib/passlib.hash.bcrypt.rst | 2 ++ 3 files changed, 7 insertions(+) diff --git a/docs/install.rst b/docs/install.rst index 1fdfa31..d09c862 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -50,6 +50,8 @@ To install from a source directory using :command:`setup.py`:: python setup.py install +.. index:: environmental variable; PASSLIB_TEST_MODE + .. rst-class:: html-toggle Testing diff --git a/docs/lib/passlib.exc.rst b/docs/lib/passlib.exc.rst index 6dbd4a5..a2bbd8d 100644 --- a/docs/lib/passlib.exc.rst +++ b/docs/lib/passlib.exc.rst @@ -11,6 +11,9 @@ may be raised by Passlib. Exceptions ========== .. autoexception:: MissingBackendError + +.. index:: environmental variable; PASSLIB_MAX_PASSWORD_SIZE + .. autoexception:: PasswordSizeError Warnings diff --git a/docs/lib/passlib.hash.bcrypt.rst b/docs/lib/passlib.hash.bcrypt.rst index 686665c..0bfd9c7 100644 --- a/docs/lib/passlib.hash.bcrypt.rst +++ b/docs/lib/passlib.hash.bcrypt.rst @@ -42,6 +42,8 @@ Interface .. _bcrypt-backends: +.. index:: environmental variable; PASSLIB_BUILTIN_BCRYPT + .. note:: This class will use the first available of four possible backends: -- cgit v1.2.1