Skip to content

Commit b280249

Browse files
author
Kenneth Reitz
committed
osxpython -> pythonguide
1 parent 462dec1 commit b280249

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# osxpython documentation build configuration file, created by
3+
# pythonguide documentation build configuration file, created by
44
# sphinx-quickstart on Wed Aug 4 22:51:11 2010.
55
#
66
# This file is execfile()d with the current directory set to its containing dir.
@@ -40,7 +40,7 @@
4040
master_doc = 'index'
4141

4242
# General information about the project.
43-
project = u'osxpython'
43+
project = u'pythonguide'
4444
copyright = u'2010, Kenneth Reitz'
4545

4646
# The version info for the project you're documenting, acts as replacement for
@@ -164,7 +164,7 @@
164164
#html_file_suffix = None
165165

166166
# Output file base name for HTML help builder.
167-
htmlhelp_basename = 'osxpythondoc'
167+
htmlhelp_basename = 'pythonguidedoc'
168168

169169

170170
# -- Options for LaTeX output --------------------------------------------------
@@ -178,7 +178,7 @@
178178
# Grouping the document tree into LaTeX files. List of tuples
179179
# (source start file, target name, title, author, documentclass [howto/manual]).
180180
latex_documents = [
181-
('index', 'osxpython.tex', u'osxpython Documentation',
181+
('index', 'pythonguide.tex', u'Pythong Guide Documentation',
182182
u'Kenneth Reitz', 'manual'),
183183
]
184184

@@ -211,15 +211,15 @@
211211
# One entry per manual page. List of tuples
212212
# (source start file, name, description, authors, manual section).
213213
man_pages = [
214-
('index', 'osxpython', u'osxpython Documentation',
214+
('index', 'pythonguide', u'Python Guide Documentation',
215215
[u'Kenneth Reitz'], 1)
216216
]
217217

218218

219219
# -- Options for Epub output ---------------------------------------------------
220220

221221
# Bibliographic Dublin Core info.
222-
epub_title = u'osxpython'
222+
epub_title = u'pythonguide'
223223
epub_author = u'Kenneth Reitz'
224224
epub_publisher = u'Kenneth Reitz'
225225
epub_copyright = u'2010, Kenneth Reitz'

0 commit comments

Comments
 (0)