aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-25 22:45:43 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-11-25 22:45:43 +0100
commitb2618e9404b84cc62d4becb02436233a0d53b375 (patch)
treea31f2dc76d23967fa0243374cf475923a4b7e451 /documentation
parentUpdated default platform URL (for Heroku...). (diff)
downloadnewspipe-b2618e9404b84cc62d4becb02436233a0d53b375.tar.gz
newspipe-b2618e9404b84cc62d4becb02436233a0d53b375.tar.bz2
newspipe-b2618e9404b84cc62d4becb02436233a0d53b375.zip
Rfactorization. Just a start...
Diffstat (limited to 'documentation')
-rw-r--r--documentation/conf.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/conf.py b/documentation/conf.py
index 00190f45..ed031f9a 100644
--- a/documentation/conf.py
+++ b/documentation/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# pyAggr3g470r documentation build configuration file, created by
+# jarr documentation build configuration file, created by
# sphinx-quickstart on Fri Feb 20 07:23:42 2015.
#
# This file is execfile()d with the current directory set to its containing dir.
@@ -40,7 +40,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
-project = u'pyAggr3g470r'
+project = u'jarr'
copyright = u'2015, Cédric Bonhomme'
# The version info for the project you're documenting, acts as replacement for
@@ -164,7 +164,7 @@ html_static_path = ['_static']
#html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'pyAggr3g470rdoc'
+htmlhelp_basename = 'jarrdoc'
# -- Options for LaTeX output --------------------------------------------------
@@ -183,7 +183,7 @@ latex_elements = {
# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
- ('index', 'pyAggr3g470r.tex', u'pyAggr3g470r Documentation',
+ ('index', 'jarr.tex', u'jarr Documentation',
u'Cédric Bonhomme', 'manual'),
]
@@ -213,7 +213,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'pyaggr3g470r', u'pyAggr3g470r Documentation',
+ ('index', 'jarr', u'jarr Documentation',
[u'Cédric Bonhomme'], 1)
]
@@ -227,8 +227,8 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'pyAggr3g470r', u'pyAggr3g470r Documentation',
- u'Cédric Bonhomme', 'pyAggr3g470r', 'One line description of project.',
+ ('index', 'jarr', u'jarr Documentation',
+ u'Cédric Bonhomme', 'jarr', 'One line description of project.',
'Miscellaneous'),
]
bgstack15