|
1 | 1 | # -*- coding: utf-8 -*- |
2 | 2 | # |
3 | | -# numba documentation build configuration file, created by |
| 3 | +# flypy documentation build configuration file, created by |
4 | 4 | # sphinx-quickstart on Wed Sep 4 11:36:16 2013. |
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'numba' |
| 43 | +project = u'flypy' |
44 | 44 | copyright = u'2013, Continuum Analytics, Inc' |
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 = 'numbadoc' |
| 167 | +htmlhelp_basename = 'flypydoc' |
168 | 168 |
|
169 | 169 |
|
170 | 170 | # -- Options for LaTeX output -------------------------------------------------- |
|
183 | 183 | # Grouping the document tree into LaTeX files. List of tuples |
184 | 184 | # (source start file, target name, title, author, documentclass [howto/manual]). |
185 | 185 | latex_documents = [ |
186 | | - ('index', 'numba.tex', u'numba Documentation', |
| 186 | + ('index', 'flypy.tex', u'flypy Documentation', |
187 | 187 | u'Continuum Analytics, Inc', 'manual'), |
188 | 188 | ] |
189 | 189 |
|
|
213 | 213 | # One entry per manual page. List of tuples |
214 | 214 | # (source start file, name, description, authors, manual section). |
215 | 215 | man_pages = [ |
216 | | - ('index', 'numba', u'numba Documentation', |
| 216 | + ('index', 'flypy', u'flypy Documentation', |
217 | 217 | [u'Continuum Analytics, Inc'], 1) |
218 | 218 | ] |
219 | 219 |
|
|
227 | 227 | # (source start file, target name, title, author, |
228 | 228 | # dir menu entry, description, category) |
229 | 229 | texinfo_documents = [ |
230 | | - ('index', 'numba', u'numba Documentation', |
231 | | - u'Continuum Analytics, Inc', 'numba', 'One line description of project.', |
| 230 | + ('index', 'flypy', u'flypy Documentation', |
| 231 | + u'Continuum Analytics, Inc', 'flypy', 'One line description of project.', |
232 | 232 | 'Miscellaneous'), |
233 | 233 | ] |
234 | 234 |
|
|
0 commit comments