From b2618e9404b84cc62d4becb02436233a0d53b375 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 25 Nov 2015 22:45:43 +0100 Subject: Rfactorization. Just a start... --- documentation/conf.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'documentation/conf.py') 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'), ] -- cgit