11# -*- coding: utf-8 -*-
22#
3- # TinCan Python documentation build configuration file, created by
3+ # Tin Can Python documentation build configuration file, created by
44# sphinx-quickstart on Tue Jun 10 12:52:27 2014.
55#
66# This file is execfile()d with the current directory set to its
@@ -54,7 +54,7 @@ def setup(app):
5454master_doc = 'index'
5555
5656# General information about the project.
57- project = u'TinCan Python'
57+ project = u'Tin Can Python'
5858copyright = u'2014, Rustici Software'
5959
6060# The version info for the project you're documenting, acts as replacement for
@@ -207,7 +207,7 @@ def setup(app):
207207# (source start file, target name, title,
208208# author, documentclass [howto, manual, or own class]).
209209latex_documents = [
210- ('index' , 'TinCanPython.tex' , u'TinCan Python Documentation' ,
210+ ('index' , 'TinCanPython.tex' , u'Tin Can Python Documentation' ,
211211 u'Rustici Software' , 'manual' ),
212212]
213213
@@ -237,7 +237,7 @@ def setup(app):
237237# One entry per manual page. List of tuples
238238# (source start file, name, description, authors, manual section).
239239man_pages = [
240- ('index' , 'tincanpython' , u'TinCan Python Documentation' ,
240+ ('index' , 'tincanpython' , u'Tin Can Python Documentation' ,
241241 [u'Rustici Software' ], 1 )
242242]
243243
@@ -251,7 +251,7 @@ def setup(app):
251251# (source start file, target name, title, author,
252252# dir menu entry, description, category)
253253texinfo_documents = [
254- ('index' , 'TinCanPython' , u'TinCan Python Documentation' ,
254+ ('index' , 'TinCanPython' , u'Tin Can Python Documentation' ,
255255 u'Rustici Software' , 'TinCanPython' , 'One line description of project.' ,
256256 'Miscellaneous' ),
257257]
0 commit comments