diff --git a/docs/source/source/conf.py b/docs/source/source/conf.py index 54ab082f254b370298da89a819b78fd7dbb504d6..5eb6f6623d4d7a1aa3d91d361ee1b88654449f15 100644 --- a/docs/source/source/conf.py +++ b/docs/source/source/conf.py @@ -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. diff --git a/scripts/avocado-run b/scripts/avocado-run index c8cfea81c4d169430b97171fea940241773c61a6..729e9de277b1b660d2130f2a062df252a24c38da 100644 --- a/scripts/avocado-run +++ b/scripts/avocado-run @@ -11,4 +11,4 @@ import avocado if __name__ == '__main__': app = avocado.cli.app.AvocadoRunnerApp() - app.run() \ No newline at end of file + app.run()