Skip to content

Commit 94bee57

Browse files
committed
Correct project name
1 parent 6f445f1 commit 94bee57

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/source/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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):
5454
master_doc = 'index'
5555

5656
# General information about the project.
57-
project = u'TinCan Python'
57+
project = u'Tin Can Python'
5858
copyright = 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]).
209209
latex_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).
239239
man_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)
253253
texinfo_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
]

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. TinCan Python documentation master file, created by
1+
.. Tin Can Python documentation master file, created by
22
sphinx-quickstart on Tue Jun 10 12:52:27 2014.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
Welcome to TinCan Python's documentation!
6+
Welcome to Tin Can Python's documentation!
77
=========================================
88

99
Contents:

0 commit comments

Comments
 (0)