From: Hugh Brown Date: Fri, 11 Oct 2013 02:08:06 +0000 (-0400) Subject: Fix pep8 errors in examples/ X-Git-Tag: v0.2.23~92^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=418a1662c6625de0189e808a6f47d427c0bdb992;p=tools%2Fpython-jenkinsapi.git Fix pep8 errors in examples/ --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 01395ce..336c8f1 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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'