mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-10 01:29:02 +00:00
FIx the titles and the versions
This commit is contained in:
@ -44,13 +44,13 @@ master_doc = 'contents'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '9.1'
|
||||
version = '11'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '9.1'
|
||||
release = '11 alpha'
|
||||
|
||||
# General information about the project.
|
||||
project = u'ownCloud %s Server Administration Manual' % (version)
|
||||
copyright = u'2012-2016, The ownCloud developers'
|
||||
project = u'Nextcloud %s Server Administration Manual' % (version)
|
||||
copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
@ -166,7 +166,7 @@ html_show_sphinx = False
|
||||
#html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'ownCloudServerAdminManual'
|
||||
htmlhelp_basename = 'NextcloudServerAdminManual'
|
||||
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
@ -185,7 +185,7 @@ 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', 'ownCloud_Server_Administration_Manual.tex', u'ownCloud Server Administration Manual', u'The ownCloud developers', 'manual'),]
|
||||
latex_documents = [('contents', 'Nextcloud_Server_Administration_Manual.tex', u'Nextcloud Server Administration Manual', u'The Nextcloud developers', 'manual'),]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
# the title page.
|
||||
@ -209,13 +209,13 @@ latex_logo = '../_shared_assets/static/logo-blue.pdf'
|
||||
|
||||
# -- Options for pdf page output -----------------------------------------------
|
||||
|
||||
pdf_documents = [('contents', u'owncloud Server Administration Manual', u'ownCloud Server Administration Manual', u'The ownCloud developers'),]
|
||||
pdf_documents = [('contents', u'Nextcloud Server Administration Manual', u'Nextcloud Server Administration Manual', u'The Nextcloud 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', 'owncloudserveradminmanual', u'ownCloud Server Administration Manual', [u'The ownCloud developers'], 1) ]
|
||||
man_pages = [ ('contents', 'nextcloudserveradminmanual', u'Nextcloud Server Administration Manual', [u'The Nextcloud developers'], 1) ]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
#man_show_urls = False
|
||||
@ -226,7 +226,7 @@ man_pages = [ ('contents', 'owncloudserveradminmanual', u'ownCloud Server Admini
|
||||
# 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', 'ownCloud Server Admin Manual', u'ownCloud Server Administration Manual', u'The ownCloud developers', 'ownCloud', 'The ownCloud Server Administration Manual.', 'Miscellaneous'), ]
|
||||
texinfo_documents = [ ('contents', 'Nextcloud Server Admin Manual', u'Nextcloud Server Administration Manual', u'The Nextcloud developers', 'Nextcloud', 'The Nextcloud Server Administration Manual.', 'Miscellaneous'), ]
|
||||
|
||||
# Documents to append as an appendix to all manuals.
|
||||
#texinfo_appendices = []
|
||||
@ -241,10 +241,10 @@ texinfo_documents = [ ('contents', 'ownCloud Server Admin Manual', u'ownCloud Se
|
||||
# -- Options for Epub output ---------------------------------------------------
|
||||
|
||||
# Bibliographic Dublin Core info.
|
||||
epub_title = u'ownCloud Server Administration Manual'
|
||||
epub_author = u'The ownCloud developers'
|
||||
epub_publisher = u'The ownCloud developers'
|
||||
epub_copyright = u'2012-2016, The ownCloud developers'
|
||||
epub_title = u'Nextcloud Server Administration Manual'
|
||||
epub_author = u'The Nextcloud developers'
|
||||
epub_publisher = u'The Nextcloud developers'
|
||||
epub_copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
# The language of the text. It defaults to the language option
|
||||
# or en if the language is not set.
|
||||
|
@ -40,17 +40,17 @@ source_suffix = '.rst'
|
||||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'ownCloud Developer Manual'
|
||||
copyright = u'2012-2015, The ownCloud developers'
|
||||
project = u'Nextcloud Developer Manual'
|
||||
copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '9.1'
|
||||
version = '11'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '9.1'
|
||||
release = '11 alpha'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
@ -166,7 +166,7 @@ html_show_sphinx = False
|
||||
#html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'owncloudDeveloperManual'
|
||||
htmlhelp_basename = 'NextcloudDeveloperManual'
|
||||
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
@ -185,8 +185,8 @@ latex_elements = {
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
('index', 'ownCloudDeveloperManual.tex', u'ownCloud Developer Manual',
|
||||
u'The ownCloud developers', 'manual'),
|
||||
('index', 'NextcloudDeveloperManual.tex', u'Nextcloud Developer Manual',
|
||||
u'The Nextcloud developers', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@ -211,16 +211,16 @@ latex_logo = '../_shared_assets/static/logo-blue.pdf'
|
||||
|
||||
# -- Options for pdf page output -----------------------------------------------
|
||||
|
||||
pdf_documents = [('index', u'owncloudDeveloperManual', u'ownCloud Developer Manual',
|
||||
u'The ownCloud developers'),]
|
||||
pdf_documents = [('index', u'NextcloudDeveloperManual', u'Nextcloud Developer Manual',
|
||||
u'The Nextcloud developers'),]
|
||||
|
||||
# -- Options for manual page output --------------------------------------------
|
||||
|
||||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'owncloudDeveloperManual', u'ownCloud Developer Manual',
|
||||
[u'The ownCloud developers'], 1)
|
||||
('index', 'NextcloudDeveloperManual', u'Nextcloud Developer Manual',
|
||||
[u'The Nextcloud developers'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@ -233,8 +233,8 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'ownCloudDeveloperManual', u'ownCloud Developer Manual',
|
||||
u'The ownCloud developers', 'ownCloud', 'The ownCloud Developer Manual.',
|
||||
('index', 'NextcloudDeveloperManual', u'Nextcloud Developer Manual',
|
||||
u'The Nextcloud developers', 'Nextcloud', 'The Nextcloud Developer Manual.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
@ -251,10 +251,10 @@ texinfo_documents = [
|
||||
# -- Options for Epub output ---------------------------------------------------
|
||||
|
||||
# Bibliographic Dublin Core info.
|
||||
epub_title = u'ownCloud Developer Manual'
|
||||
epub_author = u'The ownCloud developers'
|
||||
epub_publisher = u'The ownCloud developers'
|
||||
epub_copyright = u'2012-2015, The ownCloud developers'
|
||||
epub_title = u'Nextcloud Developer Manual'
|
||||
epub_author = u'The Nextcloud developers'
|
||||
epub_publisher = u'The Nextcloud developers'
|
||||
epub_copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
# The language of the text. It defaults to the language option
|
||||
# or en if the language is not set.
|
||||
|
@ -44,13 +44,13 @@ master_doc = 'contents'
|
||||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '9.1'
|
||||
version = '11'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '9.1'
|
||||
release = '11'
|
||||
|
||||
# General information about the project.
|
||||
project = u'ownCloud %s User Manual' % (version)
|
||||
copyright = u'2012-2016, The ownCloud developers'
|
||||
project = u'Nextcloud %s User Manual' % (version)
|
||||
copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
@ -166,7 +166,7 @@ html_show_sphinx = False
|
||||
#html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'ownCloudUserManual'
|
||||
htmlhelp_basename = 'NextcloudUserManual'
|
||||
|
||||
|
||||
# -- Options for LaTeX output --------------------------------------------------
|
||||
@ -185,8 +185,8 @@ latex_elements = {
|
||||
# Grouping the document tree into LaTeX files. List of tuples
|
||||
# (source start file, target name, title, author, documentclass [howto/manual]).
|
||||
latex_documents = [
|
||||
('contents', 'ownCloud_User_Manual.tex', u'ownCloud User Manual',
|
||||
u'The ownCloud developers', 'manual'),
|
||||
('contents', 'Nextcloud_User_Manual.tex', u'Nextcloud User Manual',
|
||||
u'The Nextcloud developers', 'manual'),
|
||||
]
|
||||
|
||||
# The name of an image file (relative to this directory) to place at the top of
|
||||
@ -211,15 +211,15 @@ latex_logo = '../_shared_assets/static/logo-blue.pdf'
|
||||
|
||||
# -- Options for pdf page output -----------------------------------------------
|
||||
|
||||
pdf_documents = [('contents', u'owncloudUserManual', u'ownCloud User Manual', u'The ownCloud developers'),]
|
||||
pdf_documents = [('contents', u'NextcloudUserManual', u'Nextcloud User Manual', u'The Nextcloud 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', 'owncloudusermanual', u'ownCloud User Manual',
|
||||
[u'The ownCloud developers'], 1)
|
||||
('contents', 'nextcloudusermanual', u'Nextcloud User Manual',
|
||||
[u'The Nextcloud developers'], 1)
|
||||
]
|
||||
|
||||
# If true, show URL addresses after external links.
|
||||
@ -232,8 +232,8 @@ man_pages = [
|
||||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('contents', 'ownCloudUserManual', u'ownCloud User Manual',
|
||||
u'The ownCloud developers', 'ownCloud', 'The ownCloud User Manual.',
|
||||
('contents', 'NextcloudUserManual', u'Nextcloud User Manual',
|
||||
u'The Nextcloud developers', 'Nextcloud', 'The Nextcloud User Manual.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
@ -250,10 +250,10 @@ texinfo_documents = [
|
||||
# -- Options for Epub output ---------------------------------------------------
|
||||
|
||||
# Bibliographic Dublin Core info.
|
||||
epub_title = u'ownCloud User Manual'
|
||||
epub_author = u'The ownCloud developers'
|
||||
epub_publisher = u'The ownCloud developers'
|
||||
epub_copyright = u'2012-2016, The ownCloud developers'
|
||||
epub_title = u'Nextcloud User Manual'
|
||||
epub_author = u'The Nextcloud developers'
|
||||
epub_publisher = u'The Nextcloud developers'
|
||||
epub_copyright = u'2012-2016, The Nextcloud developers'
|
||||
|
||||
# The language of the text. It defaults to the language option
|
||||
# or en if the language is not set.
|
||||
|
Reference in New Issue
Block a user