Mercurial > pymonkey
comparison docs/src/conf.py @ 170:dd32a92f6b4f
Initial attempt at renaming pymonkey to pydermonkey.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Tue, 01 Sep 2009 03:07:24 -0700 |
parents | fabd3f2271fa |
children |
comparison
equal
deleted
inserted
replaced
169:2b98d4643c44 | 170:dd32a92f6b4f |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 # | 2 # |
3 # Pymonkey documentation build configuration file, created by | 3 # Pydermonkey documentation build configuration file, created by |
4 # sphinx-quickstart on Mon Jul 6 17:20:31 2009. | 4 # sphinx-quickstart on Mon Jul 6 17:20:31 2009. |
5 # | 5 # |
6 # This file is execfile()d with the current directory set to its containing dir. | 6 # This file is execfile()d with the current directory set to its containing dir. |
7 # | 7 # |
8 # Note that not all possible configuration values are present in this | 8 # Note that not all possible configuration values are present in this |
35 | 35 |
36 # The master toctree document. | 36 # The master toctree document. |
37 master_doc = 'index' | 37 master_doc = 'index' |
38 | 38 |
39 # General information about the project. | 39 # General information about the project. |
40 project = u'Pymonkey' | 40 project = u'Pydermonkey' |
41 copyright = u'2009, Atul Varma' | 41 copyright = u'2009, Atul Varma' |
42 | 42 |
43 # The version info for the project you're documenting, acts as replacement for | 43 # The version info for the project you're documenting, acts as replacement for |
44 # |version| and |release|, also used in various other places throughout the | 44 # |version| and |release|, also used in various other places throughout the |
45 # built documents. | 45 # built documents. |
156 | 156 |
157 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). | 157 # If nonempty, this is the file name suffix for HTML files (e.g. ".xhtml"). |
158 #html_file_suffix = '' | 158 #html_file_suffix = '' |
159 | 159 |
160 # Output file base name for HTML help builder. | 160 # Output file base name for HTML help builder. |
161 htmlhelp_basename = 'Pymonkeydoc' | 161 htmlhelp_basename = 'Pydermonkeydoc' |
162 | 162 |
163 | 163 |
164 # -- Options for LaTeX output -------------------------------------------------- | 164 # -- Options for LaTeX output -------------------------------------------------- |
165 | 165 |
166 # The paper size ('letter' or 'a4'). | 166 # The paper size ('letter' or 'a4'). |
170 #latex_font_size = '10pt' | 170 #latex_font_size = '10pt' |
171 | 171 |
172 # Grouping the document tree into LaTeX files. List of tuples | 172 # Grouping the document tree into LaTeX files. List of tuples |
173 # (source start file, target name, title, author, documentclass [howto/manual]). | 173 # (source start file, target name, title, author, documentclass [howto/manual]). |
174 latex_documents = [ | 174 latex_documents = [ |
175 ('index', 'Pymonkey.tex', u'Pymonkey Documentation', | 175 ('index', 'Pydermonkey.tex', u'Pydermonkey Documentation', |
176 u'Atul Varma', 'manual'), | 176 u'Atul Varma', 'manual'), |
177 ] | 177 ] |
178 | 178 |
179 # The name of an image file (relative to this directory) to place at the top of | 179 # The name of an image file (relative to this directory) to place at the top of |
180 # the title page. | 180 # the title page. |