Fix pep8 errors in examples/
authorHugh Brown <hbrown@amplify.com>
Fri, 11 Oct 2013 02:08:06 +0000 (22:08 -0400)
committerHugh Brown <hbrown@amplify.com>
Fri, 11 Oct 2013 02:08:06 +0000 (22:08 -0400)
doc/source/conf.py

index 01395ce..336c8f1 100644 (file)
@@ -181,21 +181,20 @@ htmlhelp_basename = 'JenkinsAPIdoc'
 # -- Options for LaTeX output --------------------------------------------------
 
 latex_elements = {
-# The paper size ('letterpaper' or 'a4paper').
-#'papersize': 'letterpaper',
+    # The paper size ('letterpaper' or 'a4paper').
+    #'papersize': 'letterpaper',
 
-# The font size ('10pt', '11pt' or '12pt').
-#'pointsize': '10pt',
+    # The font size ('10pt', '11pt' or '12pt').
+    #'pointsize': '10pt',
 
-# Additional stuff for the LaTeX preamble.
-#'preamble': '',
+    # Additional stuff for the LaTeX preamble.
+    #'preamble': '',
 }
 
 # Grouping the document tree into LaTeX files. List of tuples
 # (source start file, target name, title, author, documentclass [howto/manual]).
 latex_documents = [
-  ('index', 'JenkinsAPI.tex', u' JenkinsAPI Documentation',
-   u'xxx', 'manual'),
+    ('index', 'JenkinsAPI.tex', u'JenkinsAPI Documentation', u'xxx', 'manual'),
 ]
 
 # The name of an image file (relative to this directory) to place at the top of
@@ -224,8 +223,7 @@ latex_documents = [
 # One entry per manual page. List of tuples
 # (source start file, name, description, authors, manual section).
 man_pages = [
-    ('index', 'jenkinsapi', u' JenkinsAPI Documentation',
-     [u'xxx'], 1)
+    ('index', 'jenkinsapi', u' JenkinsAPI Documentation', [u'xxx'], 1)
 ]
 
 # If true, show URL addresses after external links.
@@ -238,16 +236,16 @@ man_pages = [
 # (source start file, target name, title, author,
 #  dir menu entry, description, category)
 texinfo_documents = [
-  ('index', 'JenkinsAPI', u' JenkinsAPI Documentation',
-   u'xxx', 'JenkinsAPI', 'One line description of project.',
-   'Miscellaneous'),
+    ('index', 'JenkinsAPI', u'JenkinsAPI Documentation',
+     u'xxx', 'JenkinsAPI', 'One line description of project.',
+     'Miscellaneous'),
 ]
 
 # Documents to append as an appendix to all manuals.
-#texinfo_appendices = []
+# texinfo_appendices = []
 
 # If false, no module index is generated.
-#texinfo_domain_indices = True
+# texinfo_domain_indices = True
 
 # How to display URL addresses: 'footnote', 'no', or 'inline'.
-#texinfo_show_urls = 'footnote'
+# texinfo_show_urls = 'footnote'