Few PDF documentation improvements

- Removed blank pages from PDF
 - Added version to PDF document name
 - Removed alone "Contents" string from PDF

Change-Id: Ie87577b4c8930416f64d965ca398af2a679a81d4
This commit is contained in:
Roman Sokolkov 2016-07-13 17:34:33 +03:00
parent babf22fb11
commit a401a820ec
2 changed files with 4 additions and 3 deletions

View File

@ -204,6 +204,9 @@ htmlhelp_basename = 'NetApppluginforFueldoc'
# -- Options for LaTeX output ---------------------------------------------
latex_elements = {
# No blank pages
'classoptions': ',openany,oneside', 'babel': '\\usepackage[english]{babel}'
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
@ -221,7 +224,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'NetApppluginforFuel.tex', 'NetApp plugin for Fuel Documentation',
(master_doc, 'NetApppluginforFuel-' + version + '.tex', 'NetApp plugin for Fuel Documentation',
u'Mirantis Inc.', 'manual'),
]

View File

@ -5,8 +5,6 @@ Guide to the Cinder NetApp plugin ver. 5.0.0
This document will guide you through the steps to install,
configure and use Cinder NetApp plugin for Fuel.
Contents:
.. toctree::
:maxdepth: 2