Fixed minor pep8 warnings

Change-Id: I4630afca2ccd52dff13a5d72740fb17d7e28024f
This commit is contained in:
Habibullah Pagarkar
2014-07-04 10:50:49 +01:00
parent d5af409ce4
commit 8c63245c06

View File

@@ -7,7 +7,7 @@ extensions = [
]
# Add any paths that contain templates here, relative to this directory.
#templates_path = ['_templates']
# templates_path = ['_templates']
# The suffix of source filenames.
source_suffix = '.rst'
@@ -54,10 +54,8 @@ latex_elements = {}
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'OpenCAFE.tex', u'OpenCAFE Documentation',
u'Rackspace', 'manual'),
]
latex_documents = [('index', 'OpenCAFE.tex', u'OpenCAFE Documentation',
u'Rackspace', 'manual')]
# -- Options for manual page output ---------------------------------------
@@ -73,8 +71,6 @@ man_pages = [
# Grouping the document tree into Texinfo files. List of tuples
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'OpenCAFE', u'OpenCAFE Documentation',
u'Rackspace', 'OpenCAFE', 'One line description of project.',
'Miscellaneous'),
]
texinfo_documents = [('index', 'OpenCAFE', u'OpenCAFE Documentation',
u'Rackspace', 'OpenCAFE',
'One line description of project.', 'Miscellaneous')]