From 481622ff162a0a183df1ba284264e618615838fe Mon Sep 17 00:00:00 2001 From: Trey Hunner Date: Mon, 15 Oct 2012 11:17:09 -0700 Subject: [PATCH] Fix multiple code style (whitespace) in docs/ --- docs/_themes/README.rst | 10 +++++----- docs/community/support.rst | 2 +- docs/conf.py | 2 +- docs/dev/authors.rst | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/_themes/README.rst b/docs/_themes/README.rst index de8310a..dd8d7c0 100644 --- a/docs/_themes/README.rst +++ b/docs/_themes/README.rst @@ -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. diff --git a/docs/community/support.rst b/docs/community/support.rst index 2dc0b31..318691f 100644 --- a/docs/community/support.rst +++ b/docs/community/support.rst @@ -34,4 +34,4 @@ IRC The official Freenode channel for Requests is `#python-requests `_ -I'm also available as **kennethreitz** on Freenode. \ No newline at end of file +I'm also available as **kennethreitz** on Freenode. diff --git a/docs/conf.py b/docs/conf.py index f0e28fd..12e1fd7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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' diff --git a/docs/dev/authors.rst b/docs/dev/authors.rst index 6be155f..2e96919 100644 --- a/docs/dev/authors.rst +++ b/docs/dev/authors.rst @@ -2,4 +2,4 @@ Authors ======= -.. include:: ../../AUTHORS.rst \ No newline at end of file +.. include:: ../../AUTHORS.rst -- 2.34.1