From 09394ec0be045f39fc2a17d035e6bb819463e5ca Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Thu, 11 Feb 2016 09:15:33 -0800 Subject: [PATCH] clean up titles & toc --- .../branded_android_app/index.rst | 6 ++--- .../branded_ios_app/index.rst | 6 ++--- branded_mobile_clients/conf.py | 26 +++++++++++-------- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/branded_mobile_clients/branded_android_app/index.rst b/branded_mobile_clients/branded_android_app/index.rst index bf13b183f..179f98bdf 100644 --- a/branded_mobile_clients/branded_android_app/index.rst +++ b/branded_mobile_clients/branded_android_app/index.rst @@ -1,6 +1,6 @@ -=============================================== -Building Branded Android Apps (Enterprise only) -=============================================== +============================= +Building Branded Android Apps +============================= .. toctree:: :maxdepth: 3 diff --git a/branded_mobile_clients/branded_ios_app/index.rst b/branded_mobile_clients/branded_ios_app/index.rst index 327860a00..c07f70496 100644 --- a/branded_mobile_clients/branded_ios_app/index.rst +++ b/branded_mobile_clients/branded_ios_app/index.rst @@ -1,6 +1,6 @@ -=================================== -Creating Branded iOS Apps (ES only) -=================================== +========================= +Creating Branded iOS Apps +========================= .. toctree:: :maxdepth: 3 diff --git a/branded_mobile_clients/conf.py b/branded_mobile_clients/conf.py index bd7f674f1..23e894a2d 100644 --- a/branded_mobile_clients/conf.py +++ b/branded_mobile_clients/conf.py @@ -45,12 +45,12 @@ master_doc = 'index' # built documents. # # The short X.Y version. -version = '1.0' +#version = '1.0' # The full version, including alpha/beta/rc tags. -release = '1.0' +release = '2016' # General information about the project. -project = u'ownCloud Building Branded Mobile Apps Manual' +project = u'Building Branded Mobile Apps (Enterprise Only)' copyright = u'2012-2016, The ownCloud developers' # The language for content autogenerated by Sphinx. Refer to documentation @@ -109,7 +109,7 @@ html_theme_options = { #html_title = None # A shorter title for the navigation bar. Default is the same as html_title. -html_short_title = "Building Branded Mobile Apps Manual" +html_short_title = "Building Branded Mobile Apps" # The name of an image file (relative to this directory) to place at the top # of the sidebar. @@ -167,7 +167,7 @@ html_show_sphinx = False #html_file_suffix = None # Output file base name for HTML help builder. -htmlhelp_basename = 'BuildingBrandedMobileAppsManual' +htmlhelp_basename = 'BuildingBrandedMobileApps' # -- Options for LaTeX output -------------------------------------------------- @@ -186,8 +186,8 @@ latex_elements = {'preamble': '\usepackage{morefloats}', 'figure_align': 'H', # Grouping the document tree into LaTeX files. List of tuples # (source start file, target name, title, author, documentclass [howto/manual]). -latex_documents = [('contents', 'Building_Branded_Mobile_Apps_Manual.tex', -u'ownCloud Building Branded Mobile Apps Manual', u'The ownCloud developers', +latex_documents = [('index', 'Building_Branded_Mobile_Apps.tex', +u'Building Branded Mobile Apps (Enterprise Only)', u'The ownCloud developers', 'manual'),] # The name of an image file (relative to this directory) to place at the top of @@ -212,13 +212,15 @@ latex_logo = '../_shared_assets/static/logo-blue.pdf' # -- Options for pdf page output ----------------------------------------------- -pdf_documents = [('contents', u'owncloud Building Branded Mobile Apps Manual', u'ownCloud Building Branded Mobile Apps Manual', u'The ownCloud developers'),] +pdf_documents = [('index', u'Building Branded Mobile Apps', +u'Building Branded Mobile Apps', u'The ownCloud developers'),] # -- Options for manual page output -------------------------------------------- # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). -man_pages = [ ('contents', 'BuildingBrandedMobileAppsManual', u'Building Branded Mobile Apps Manual', [u'The ownCloud developers'], 1) ] +man_pages = [ ('index', 'BuildingBrandedMobileApps', +u'Building Branded Mobile Apps', [u'The ownCloud developers'], 1) ] # If true, show URL addresses after external links. #man_show_urls = False @@ -229,7 +231,9 @@ man_pages = [ ('contents', 'BuildingBrandedMobileAppsManual', u'Building Branded # Grouping the document tree into Texinfo files. List of tuples # (source start file, target name, title, author, # dir menu entry, description, category) -texinfo_documents = [ ('contents', 'Building Branded Mobile Apps Manual', u'Building Branded Mobile Apps Manual', u'The ownCloud developers', 'ownCloud', 'The owncloud Building Branded Mobile Apps Manual.', 'Miscellaneous'), ] +texinfo_documents = [ ('index', 'Building Branded Mobile Apps', +u'Building Branded Mobile Apps', u'The ownCloud developers', 'ownCloud', +'Building Branded Mobile Apps', 'Miscellaneous'), ] # Documents to append as an appendix to all manuals. #texinfo_appendices = [] @@ -244,7 +248,7 @@ texinfo_documents = [ ('contents', 'Building Branded Mobile Apps Manual', u'Buil # -- Options for Epub output --------------------------------------------------- # Bibliographic Dublin Core info. -epub_title = u'ownCloud Building Branded Mobile Apps Manual' +epub_title = u'Building Branded Mobile Apps' epub_author = u'The ownCloud developers' epub_publisher = u'The ownCloud developers' epub_copyright = u'2012-2016, The ownCloud developers'