aboutsummaryrefslogtreecommitdiff
path: root/nerv/doc/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'nerv/doc/source/conf.py')
-rw-r--r--nerv/doc/source/conf.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/nerv/doc/source/conf.py b/nerv/doc/source/conf.py
index 4d6119f..c17c333 100644
--- a/nerv/doc/source/conf.py
+++ b/nerv/doc/source/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Nerv documentation build configuration file, created by
+# NERV documentation build configuration file, created by
# sphinx-quickstart on Thu Jun 25 19:40:07 2015.
#
# This file is execfile()d with the current directory set to its
@@ -50,9 +50,9 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'Nerv'
-copyright = u'2015, Ted Yin, Tianxing He'
-author = u'Ted Yin, Tianxing He'
+project = u'NERV'
+copyright = u'2015, SJTU SpeechLab'
+author = u'SJTU SpeechLab'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -204,7 +204,7 @@ html_static_path = ['_static']
#html_search_scorer = 'scorer.js'
# Output file base name for HTML help builder.
-htmlhelp_basename = 'Nervdoc'
+htmlhelp_basename = 'nervdoc'
# -- Options for LaTeX output ---------------------------------------------
@@ -226,7 +226,7 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- (master_doc, 'Nerv.tex', u'Nerv Documentation',
+ (master_doc, 'nerv.tex', u'NERV Documentation',
u'Ted Yin, Tianxing He', 'manual'),
]
@@ -256,7 +256,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'nerv', u'Nerv Documentation',
+ (master_doc, 'nerv', u'NERV Documentation',
[author], 1)
]
@@ -270,8 +270,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- (master_doc, 'Nerv', u'Nerv Documentation',
- author, 'Nerv', 'One line description of project.',
+ (master_doc, 'nerv', u'NERV Documentation',
+ author, 'NERV', 'One line description of project.',
'Miscellaneous'),
]