diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-10-08 00:55:47 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-10-08 00:55:47 -0400 |
| commit | 690aaf8f827da1b2d3c15ab817ced86fdad6bd40 (patch) | |
| tree | ce86be500c9ef9fd1925973071f8448316d6a39d /docs | |
| parent | aa770a54eaec6383d4c9417e7920dd0ecfd41d77 (diff) | |
| parent | aac77a0f7b9c23ca401209fed94b2068dfdf9e34 (diff) | |
| download | passlib-690aaf8f827da1b2d3c15ab817ced86fdad6bd40.tar.gz | |
Merge 1.5.3 bugfixes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/lib/passlib.utils.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index a412f3e..422c558 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -140,7 +140,7 @@ html_theme_path = [cloud_sptheme.get_theme_dir()] html_title = project + " v" + release + " Documentation" # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = project + " Documentation" +html_short_title = project + " " + version + " Documentation" # The name of an image file (relative to this directory) to place at the top # of the sidebar. diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst index 4ce95a6..63de110 100644 --- a/docs/lib/passlib.utils.rst +++ b/docs/lib/passlib.utils.rst @@ -40,9 +40,9 @@ Decorators ========== .. autofunction:: classproperty -String Manipulation -=================== -.. autofunction:: splitcomma +.. + String Manipulation + .. autofunction:: splitcomma Bytes Manipulation ================== |
