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
# -*- 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.
#
# This file is execfile()d with the current directory set to its
@ -59,9 +59,9 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
project = 'Bigchain'
copyright = '2016, ascribe GmbH'
author = 'ascribe GmbH'
project = 'BigchainDB'
copyright = '2016'
author = 'BigchainDB Contributors'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@ -213,7 +213,7 @@ html_static_path = ['_static']
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
htmlhelp_basename = 'bigchaindoc'
htmlhelp_basename = 'bigchaindbdoc'
# -- Options for LaTeX output ---------------------------------------------
@ -235,8 +235,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'bigchain.tex', 'bigchain Documentation',
'ascribe GmbH', 'manual'),
(master_doc, 'bigchaindb.tex', 'BigchainDB Documentation',
author, 'manual'),
]
# 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
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'bigchain', 'bigchain Documentation',
(master_doc, 'bigchaindb', 'BigchainDB Documentation',
[author], 1)
]
@ -279,8 +279,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'bigchain', 'bigchain Documentation',
author, 'bigchain', 'One line description of project.',
(master_doc, 'bigchaindb', 'BigchainDB Documentation',
author, 'bigchaindb', 'A scalable blockchain database.',
'Miscellaneous'),
]