From 3fc5fb37ed20b59e8e01a1aa6d11022d98a67b51 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Sun, 10 Jul 2011 23:23:48 -0400 Subject: added documentation for "passlib.ext.django" django app that upgrades Django to support pbkdf2 * docs & module currently hidden since it hasn't had much testing yet (and may split out into separate package anyway) --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 4167e36..29239be 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -85,7 +85,10 @@ version = cloud_sptheme.get_version(release) # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = [] +exclude_patterns = [ + #disabling documentation of this until module is more mature. + "lib/passlib.ext.django.rst" +] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None -- cgit v1.2.1