mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
clean up titles & toc
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
===============================================
|
||||
Building Branded Android Apps (Enterprise only)
|
||||
===============================================
|
||||
=============================
|
||||
Building Branded Android Apps
|
||||
=============================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
===================================
|
||||
Creating Branded iOS Apps (ES only)
|
||||
===================================
|
||||
=========================
|
||||
Creating Branded iOS Apps
|
||||
=========================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user