Fix multiple code style (whitespace) in docs/
authorTrey Hunner <treyhunner@gmail.com>
Mon, 15 Oct 2012 18:17:09 +0000 (11:17 -0700)
committerTrey Hunner <treyhunner@gmail.com>
Mon, 15 Oct 2012 18:17:09 +0000 (11:17 -0700)
docs/_themes/README.rst
docs/community/support.rst
docs/conf.py
docs/dev/authors.rst

index de8310a27e9edf1e66effa6a44941a923ed007b0..dd8d7c078aea7926cb2620ee2e81b6acfa0646c6 100644 (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.
 
index 2dc0b31246ae6b1e91ef6ace195c6d6686ef6e21..318691f0d3c42fa464f232d52cf63226c8f51ab7 100644 (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.
\ No newline at end of file
+I'm also available as **kennethreitz** on Freenode.
index f0e28fd286203d1e6b86b89a8de3ab9a39c4372b..12e1fd77ff1ef7b4ac198c7002f7d9a500cc5a99 100644 (file)
@@ -241,4 +241,4 @@ texinfo_appendices = []
 
 sys.path.append(os.path.abspath('_themes'))
 html_theme_path = ['_themes']
-html_theme = 'kr'
\ No newline at end of file
+html_theme = 'kr'
index 6be155f47efebb9caf55c15c59d3e8d536c2c3d5..2e96919c645725b90c5dcb4644e72f84812cd4c0 100644 (file)
@@ -2,4 +2,4 @@ Authors
 =======
 
 
-.. include:: ../../AUTHORS.rst
\ No newline at end of file
+.. include:: ../../AUTHORS.rst