bigchain -> bigchaindb in docs/source/conf.py

This commit is contained in:
troymc 2016-02-09 19:42:38 +01:00
parent 7cb618dd4e
commit 42aa629cb9

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# bigchain documentation build configuration file, created by # BigchainDB documentation build configuration file, created by
# sphinx-quickstart on Tue Jan 19 14:42:58 2016. # sphinx-quickstart on Tue Jan 19 14:42:58 2016.
# #
# This file is execfile()d with the current directory set to its # This file is execfile()d with the current directory set to its
@ -59,9 +59,9 @@ source_suffix = ['.rst', '.md']
master_doc = 'index' master_doc = 'index'
# General information about the project. # General information about the project.
project = 'Bigchain' project = 'BigchainDB'
copyright = '2016, ascribe GmbH' copyright = '2016'
author = 'ascribe GmbH' author = 'BigchainDB Contributors'
# The version info for the project you're documenting, acts as replacement for # The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the # |version| and |release|, also used in various other places throughout the
@ -213,7 +213,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 = 'bigchaindoc' htmlhelp_basename = 'bigchaindbdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------
@ -235,8 +235,8 @@ 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, 'bigchain.tex', 'bigchain Documentation', (master_doc, 'bigchaindb.tex', 'BigchainDB Documentation',
'ascribe GmbH', 'manual'), author, 'manual'),
] ]
# The name of an image file (relative to this directory) to place at the top of # The name of an image file (relative to this directory) to place at the top of
@ -265,7 +265,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, 'bigchain', 'bigchain Documentation', (master_doc, 'bigchaindb', 'BigchainDB Documentation',
[author], 1) [author], 1)
] ]
@ -279,8 +279,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, 'bigchain', 'bigchain Documentation', (master_doc, 'bigchaindb', 'BigchainDB Documentation',
author, 'bigchain', 'One line description of project.', author, 'bigchaindb', 'A scalable blockchain database.',
'Miscellaneous'), 'Miscellaneous'),
] ]