From 42aa629cb9cde88e7ac3e3e137acf9a393e9e963 Mon Sep 17 00:00:00 2001 From: troymc Date: Tue, 9 Feb 2016 19:42:38 +0100 Subject: [PATCH] bigchain -> bigchaindb in docs/source/conf.py --- docs/source/conf.py | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index a60e8eab..2f045ffe 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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'), ]