mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Changed the base name of several generated help files
This commit is contained in:
parent
3c0514bbda
commit
b5f81e81ab
@ -224,7 +224,7 @@ html_static_path = ['_static']
|
|||||||
#html_search_scorer = 'scorer.js'
|
#html_search_scorer = 'scorer.js'
|
||||||
|
|
||||||
# Output file base name for HTML help builder.
|
# Output file base name for HTML help builder.
|
||||||
htmlhelp_basename = 'bigchaindbdoc'
|
htmlhelp_basename = 'bigchaindb-server-doc'
|
||||||
|
|
||||||
# -- Options for LaTeX output ---------------------------------------------
|
# -- Options for LaTeX output ---------------------------------------------
|
||||||
|
|
||||||
@ -246,7 +246,7 @@ latex_elements = {
|
|||||||
# (source start file, target name, title,
|
# (source start file, target name, title,
|
||||||
# author, documentclass [howto, manual, or own class]).
|
# author, documentclass [howto, manual, or own class]).
|
||||||
latex_documents = [
|
latex_documents = [
|
||||||
(master_doc, 'bigchaindb.tex', 'BigchainDB Server Documentation',
|
(master_doc, 'bigchaindb-server.tex', 'BigchainDB Server Documentation',
|
||||||
author, 'manual'),
|
author, 'manual'),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -276,7 +276,7 @@ latex_documents = [
|
|||||||
# One entry per manual page. List of tuples
|
# One entry per manual page. List of tuples
|
||||||
# (source start file, name, description, authors, manual section).
|
# (source start file, name, description, authors, manual section).
|
||||||
man_pages = [
|
man_pages = [
|
||||||
(master_doc, 'bigchaindb', 'BigchainDB Server Documentation',
|
(master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation',
|
||||||
[author], 1)
|
[author], 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -290,8 +290,8 @@ man_pages = [
|
|||||||
# (source start file, target name, title, author,
|
# (source start file, target name, title, author,
|
||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
(master_doc, 'bigchaindb', 'BigchainDB Server Documentation',
|
(master_doc, 'bigchaindb-server', 'BigchainDB Server Documentation',
|
||||||
author, 'bigchaindb', 'A scalable blockchain database.',
|
author, 'BigchainDB Contributors', 'A scalable blockchain database.',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user