Fix multiple code style (whitespace) in docs/

This commit is contained in:
Trey Hunner
2012-10-15 11:17:09 -07:00
parent a69cf7e71c
commit 481622ff16
4 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -11,15 +11,15 @@ this guide:
2. add this to your conf.py: ::
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'flask'
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'flask'
The following themes exist:
**kr**
the standard flask documentation theme for large projects
the standard flask documentation theme for large projects
**kr_small**
small one-page theme. Intended to be used by very small addon libraries.
small one-page theme. Intended to be used by very small addon libraries.
+1 -1
View File
@@ -34,4 +34,4 @@ IRC
The official Freenode channel for Requests is
`#python-requests <irc://irc.freenode.net/python-requests>`_
I'm also available as **kennethreitz** on Freenode.
I'm also available as **kennethreitz** on Freenode.
+1 -1
View File
@@ -241,4 +241,4 @@ texinfo_appendices = []
sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']
html_theme = 'kr'
html_theme = 'kr'
+1 -1
View File
@@ -2,4 +2,4 @@ Authors
=======
.. include:: ../../AUTHORS.rst
.. include:: ../../AUTHORS.rst