summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2012-05-01 12:48:07 -0400
committerEli Collins <elic@assurancetechnologies.com>2012-05-01 12:48:07 -0400
commite0eb8d86b0f7b119656f6e7939a50d436a8f98d8 (patch)
tree5e3abc005fbb35b79aa65ccc0a3c0128ea91ee04
parent7d4769b401b4fea8e21062e6e85503f20989aabd (diff)
downloadpasslib-e0eb8d86b0f7b119656f6e7939a50d436a8f98d8.tar.gz
added environment variables to doc index
-rw-r--r--docs/install.rst2
-rw-r--r--docs/lib/passlib.exc.rst3
-rw-r--r--docs/lib/passlib.hash.bcrypt.rst2
3 files changed, 7 insertions, 0 deletions
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: