Changed the base name of several generated help files

This commit is contained in:
troymc 2016-09-29 11:23:43 +02:00
parent 3c0514bbda
commit b5f81e81ab

View File

@ -224,7 +224,7 @@ html_static_path = ['_static']
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename = 'bigchaindbdoc'
htmlhelp_basename = 'bigchaindb-server-doc'
# -- Options for LaTeX output ---------------------------------------------
@ -246,7 +246,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'bigchaindb.tex', 'BigchainDB Server Documentation',
(master_doc, 'bigchaindb-server.tex', 'BigchainDB Server Documentation',
author, 'manual'),
]
@ -276,7 +276,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'bigchaindb', 'BigchainDB Server Documentation',
(master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation',
[author], 1)
]
@ -290,8 +290,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'bigchaindb', 'BigchainDB Server Documentation',
author, 'bigchaindb', 'A scalable blockchain database.',
(master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation',
author, 'BigchainDB Contributors', 'A scalable blockchain database.',
'Miscellaneous'),
]