PEP8 Fixes by Inspekt

Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
上级 f41e48b8
......@@ -11,7 +11,8 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os
import sys
import os
# 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
......@@ -170,21 +171,21 @@ htmlhelp_basename = 'avocadodoc'
# -- 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', 'avocado.tex', u'avocado Documentation',
u'Lucas Meneghel Rodrigues', 'manual'),
('index', 'avocado.tex', u'avocado Documentation',
u'Lucas Meneghel Rodrigues', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
......@@ -227,9 +228,9 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'avocado', u'avocado Documentation',
u'Lucas Meneghel Rodrigues', 'avocado', 'One line description of project.',
'Miscellaneous'),
('index', 'avocado', u'avocado Documentation',
u'Lucas Meneghel Rodrigues', 'avocado', 'One line description of project.',
'Miscellaneous'),
]
# Documents to append as an appendix to all manuals.
......
......@@ -11,4 +11,4 @@ import avocado
if __name__ == '__main__':
app = avocado.cli.app.AvocadoRunnerApp()
app.run()
\ No newline at end of file
app.run()
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册