PEP8 Fixes by Inspekt

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 f41e48b8
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
# All configuration values have a default; values that are commented out # All configuration values have a default; values that are commented out
# serve to show the default. # serve to show the default.
import sys, os import sys
import os
# If extensions (or modules to document with autodoc) are in another directory, # If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the # add these directories to sys.path here. If the directory is relative to the
...@@ -170,21 +171,21 @@ htmlhelp_basename = 'avocadodoc' ...@@ -170,21 +171,21 @@ htmlhelp_basename = 'avocadodoc'
# -- Options for LaTeX output -------------------------------------------------- # -- Options for LaTeX output --------------------------------------------------
latex_elements = { latex_elements = {
# The paper size ('letterpaper' or 'a4paper'). # The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper', #'papersize': 'letterpaper',
# The font size ('10pt', '11pt' or '12pt'). # The font size ('10pt', '11pt' or '12pt').
#'pointsize': '10pt', #'pointsize': '10pt',
# Additional stuff for the LaTeX preamble. # Additional stuff for the LaTeX preamble.
#'preamble': '', #'preamble': '',
} }
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]). # (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [ latex_documents = [
('index', 'avocado.tex', u'avocado Documentation', ('index', 'avocado.tex', u'avocado Documentation',
u'Lucas Meneghel Rodrigues', 'manual'), u'Lucas Meneghel Rodrigues', 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
...@@ -227,9 +228,9 @@ man_pages = [ ...@@ -227,9 +228,9 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('index', 'avocado', u'avocado Documentation', ('index', 'avocado', u'avocado Documentation',
u'Lucas Meneghel Rodrigues', 'avocado', 'One line description of project.', u'Lucas Meneghel Rodrigues', 'avocado', 'One line description of project.',
'Miscellaneous'), 'Miscellaneous'),
] ]
# Documents to append as an appendix to all manuals. # Documents to append as an appendix to all manuals.
......
...@@ -11,4 +11,4 @@ import avocado ...@@ -11,4 +11,4 @@ import avocado
if __name__ == '__main__': if __name__ == '__main__':
app = avocado.cli.app.AvocadoRunnerApp() app = avocado.cli.app.AvocadoRunnerApp()
app.run() app.run()
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册