diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-09-14 14:59:28 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-09-14 14:59:28 -0400 |
| commit | 1fedd51079e49f124bc22d3bdba475afa9095726 (patch) | |
| tree | ac8c9b3a546f59be469ac40b417dc3d1a72a2811 /docs | |
| parent | 88d3f1f1486bc88833beea07e9a71766d014ed20 (diff) | |
| download | passlib-1fedd51079e49f124bc22d3bdba475afa9095726.tar.gz | |
misc doc changes
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 ================== |
