|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# osxpython documentation build configuration file, created by |
| 3 | +# pythonguide documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Wed Aug 4 22:51:11 2010. |
5 | 5 | # |
6 | 6 | # This file is execfile()d with the current directory set to its containing dir. |
|
40 | 40 | master_doc = 'index' |
41 | 41 |
|
42 | 42 | # General information about the project. |
43 | | -project = u'osxpython' |
| 43 | +project = u'pythonguide' |
44 | 44 | copyright = u'2010, Kenneth Reitz' |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for |
|
164 | 164 | #html_file_suffix = None |
165 | 165 |
|
166 | 166 | # Output file base name for HTML help builder. |
167 | | -htmlhelp_basename = 'osxpythondoc' |
| 167 | +htmlhelp_basename = 'pythonguidedoc' |
168 | 168 |
|
169 | 169 |
|
170 | 170 | # -- Options for LaTeX output -------------------------------------------------- |
|
178 | 178 | # Grouping the document tree into LaTeX files. List of tuples |
179 | 179 | # (source start file, target name, title, author, documentclass [howto/manual]). |
180 | 180 | latex_documents = [ |
181 | | - ('index', 'osxpython.tex', u'osxpython Documentation', |
| 181 | + ('index', 'pythonguide.tex', u'Pythong Guide Documentation', |
182 | 182 | u'Kenneth Reitz', 'manual'), |
183 | 183 | ] |
184 | 184 |
|
|
211 | 211 | # One entry per manual page. List of tuples |
212 | 212 | # (source start file, name, description, authors, manual section). |
213 | 213 | man_pages = [ |
214 | | - ('index', 'osxpython', u'osxpython Documentation', |
| 214 | + ('index', 'pythonguide', u'Python Guide Documentation', |
215 | 215 | [u'Kenneth Reitz'], 1) |
216 | 216 | ] |
217 | 217 |
|
218 | 218 |
|
219 | 219 | # -- Options for Epub output --------------------------------------------------- |
220 | 220 |
|
221 | 221 | # Bibliographic Dublin Core info. |
222 | | -epub_title = u'osxpython' |
| 222 | +epub_title = u'pythonguide' |
223 | 223 | epub_author = u'Kenneth Reitz' |
224 | 224 | epub_publisher = u'Kenneth Reitz' |
225 | 225 | epub_copyright = u'2010, Kenneth Reitz' |
|
0 commit comments