|
56 | 56 | master_doc = 'index'
|
57 | 57 |
|
58 | 58 | # General information about the project.
|
59 |
| -project = u'CatMAP' |
60 |
| -copyright = u'2014, Andrew J. Medford' |
| 59 | +project = 'CatMAP' |
| 60 | +copyright = '2014, Andrew J. Medford' |
61 | 61 |
|
62 | 62 | # The version info for the project you're documenting, acts as replacement for
|
63 | 63 | # |version| and |release|, also used in various other places throughout the
|
|
209 | 209 | # (source start file, target name, title,
|
210 | 210 | # author, documentclass [howto, manual, or own class]).
|
211 | 211 | latex_documents = [
|
212 |
| - ('index', 'CatMAP.tex', u'CatMAP Documentation', |
213 |
| - u'Andrew J. Medford', 'manual'), |
| 212 | + ('index', 'CatMAP.tex', 'CatMAP Documentation', |
| 213 | + 'Andrew J. Medford', 'manual'), |
214 | 214 | ]
|
215 | 215 |
|
216 | 216 | # The name of an image file (relative to this directory) to place at the top of
|
|
239 | 239 | # One entry per manual page. List of tuples
|
240 | 240 | # (source start file, name, description, authors, manual section).
|
241 | 241 | man_pages = [
|
242 |
| - ('index', 'catmap', u'CatMAP Documentation', |
243 |
| - [u'Andrew J. Medford'], 1) |
| 242 | + ('index', 'catmap', 'CatMAP Documentation', |
| 243 | + ['Andrew J. Medford'], 1) |
244 | 244 | ]
|
245 | 245 |
|
246 | 246 | # If true, show URL addresses after external links.
|
|
253 | 253 | # (source start file, target name, title, author,
|
254 | 254 | # dir menu entry, description, category)
|
255 | 255 | texinfo_documents = [
|
256 |
| - ('index', 'CatMAP', u'CatMAP Documentation', |
257 |
| - u'Andrew J. Medford', 'CatMAP', 'One line description of project.', |
| 256 | + ('index', 'CatMAP', 'CatMAP Documentation', |
| 257 | + 'Andrew J. Medford', 'CatMAP', 'One line description of project.', |
258 | 258 | 'Miscellaneous'),
|
259 | 259 | ]
|
260 | 260 |
|
|
274 | 274 | # -- Options for Epub output ----------------------------------------------
|
275 | 275 |
|
276 | 276 | # Bibliographic Dublin Core info.
|
277 |
| -epub_title = u'CatMAP' |
278 |
| -epub_author = u'Andrew J. Medford' |
279 |
| -epub_publisher = u'Andrew J. Medford' |
280 |
| -epub_copyright = u'2014, Andrew J. Medford' |
| 277 | +epub_title = 'CatMAP' |
| 278 | +epub_author = 'Andrew J. Medford' |
| 279 | +epub_publisher = 'Andrew J. Medford' |
| 280 | +epub_copyright = '2014, Andrew J. Medford' |
281 | 281 |
|
282 | 282 | # The basename for the epub file. It defaults to the project name.
|
283 | 283 | #epub_basename = u'CatMAP'
|
|
0 commit comments