diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-08-22 18:54:11 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-08-22 18:54:11 +0000 |
| commit | 84505b8a47db67d561be32f562663be91c1e8ab7 (patch) | |
| tree | b4082dd98ff567c683f2c22967795ecdb23db272 /doc/source | |
| parent | 5dc0039c85957502db36b7da5558f9449cd03ada (diff) | |
| parent | d41aa7aed762e9bd58ef732780d92003dd6cb241 (diff) | |
| download | nova-84505b8a47db67d561be32f562663be91c1e8ab7.tar.gz nova-84505b8a47db67d561be32f562663be91c1e8ab7.tar.xz nova-84505b8a47db67d561be32f562663be91c1e8ab7.zip | |
Merge "Code clean up"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index 1f2bb9424..0f5045ad9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -86,7 +86,7 @@ unused_docs = [ 'api_ext/rst_extension_template', 'vmwareapi_readme', 'installer', - ] +] # List of directories, relative to source directory, that shouldn't be searched # for source files. @@ -121,7 +121,7 @@ modindex_common_prefix = ['nova.'] man_pages = [ ('man/nova-manage', 'nova-manage', u'Cloud controller fabric', [u'OpenStack'], 1) - ] +] # -- Options for HTML output -------------------------------------------------- @@ -211,8 +211,10 @@ htmlhelp_basename = 'novadoc' # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass # [howto/manual]). -latex_documents = [('index', 'Nova.tex', u'Nova Documentation', - u'Anso Labs, LLC', 'manual'), ] +latex_documents = [ + ('index', 'Nova.tex', u'Nova Documentation', + u'Anso Labs, LLC', 'manual'), +] # The name of an image file (relative to this directory) to place at the top of # the title page. |
