#!/usr/bin/env python3
# -*- coding: utf-8 -*-
#
-# pypol documentation build configuration file, created by
+# LinPy documentation build configuration file, created by
# sphinx-quickstart on Wed Jun 25 20:34:21 2014.
#
# This file is execfile()d with the current directory set to its
master_doc = 'index'
# General information about the project.
-project = 'pypol'
+project = 'LinPy'
copyright = '2014, MINES ParisTech'
# The version info for the project you're documenting, acts as replacement for
#html_file_suffix = None
# Output file base name for HTML help builder.
-htmlhelp_basename = 'pypoldoc'
+htmlhelp_basename = 'LinPydoc'
# -- Options for LaTeX output ---------------------------------------------
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
- ('index', 'pypol.tex', 'pypol Documentation',
+ ('index', 'LinPy.tex', 'LinPy Documentation',
'MINES ParisTech', 'manual'),
]
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- ('index', 'pypol', 'pypol Documentation',
+ ('index', 'LinPy', 'LinPy Documentation',
['MINES ParisTech'], 1)
]
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
- ('index', 'pypol', 'pypol Documentation',
- 'MINES ParisTech', 'pypol', 'One line description of project.',
+ ('index', 'LinPy', 'LinPy Documentation',
+ 'MINES ParisTech', 'LinPy', 'One line description of project.',
'Miscellaneous'),
]