diff options
| author | Ray Chen <oldsharp@163.com> | 2012-08-21 21:04:39 +0800 |
|---|---|---|
| committer | Ray Chen <oldsharp@163.com> | 2012-08-21 21:49:50 +0800 |
| commit | d41aa7aed762e9bd58ef732780d92003dd6cb241 (patch) | |
| tree | 63e946cd8ac0cd046b0694ff9b9e50c0b84a736f /doc/source | |
| parent | 0272c063bbc32f1ff39f2baa8ae3f0764723ef73 (diff) | |
| download | nova-d41aa7aed762e9bd58ef732780d92003dd6cb241.tar.gz nova-d41aa7aed762e9bd58ef732780d92003dd6cb241.tar.xz nova-d41aa7aed762e9bd58ef732780d92003dd6cb241.zip | |
Code clean up
Some code clean up in the file doc/source/conf.py
to make the code more pretty.
Change-Id: Icb25428739725c530977a011bf28f17fda1c29fb
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. |
