|
128 | 128 | master_doc = 'index'
|
129 | 129 |
|
130 | 130 | # General information about the project.
|
131 |
| -copyright = u'(c) 2012- Heat Developers' |
| 131 | +copyright = '(c) 2012- Heat Developers' |
132 | 132 |
|
133 | 133 | # The language for content autogenerated by Sphinx. Refer to documentation
|
134 | 134 | # for a list of supported languages.
|
|
274 | 274 | # Grouping the document tree into LaTeX files. List of tuples
|
275 | 275 | # (source start file, target name, title, author, documentclass [howto/manual])
|
276 | 276 | latex_documents = [
|
277 |
| - ('index', 'doc-heat.tex', u'Heat Documentation', |
278 |
| - u'Heat Developers', 'manual'), |
| 277 | + ('index', 'doc-heat.tex', 'Heat Documentation', |
| 278 | + 'Heat Developers', 'manual'), |
279 | 279 | ]
|
280 | 280 |
|
281 | 281 | # The name of an image file (relative to this directory) to place at the top of
|
|
313 | 313 | # (source start file, name, description, authors, manual section).
|
314 | 314 | man_pages = [
|
315 | 315 | ('man/heat-api', 'heat-api',
|
316 |
| - u'REST API service to the heat project.', |
317 |
| - [u'Heat Developers'], 1), |
| 316 | + 'REST API service to the heat project.', |
| 317 | + ['Heat Developers'], 1), |
318 | 318 | ('man/heat-api-cfn', 'heat-api-cfn',
|
319 |
| - u'CloudFormation compatible API service to the heat project.', |
320 |
| - [u'Heat Developers'], 1), |
| 319 | + 'CloudFormation compatible API service to the heat project.', |
| 320 | + ['Heat Developers'], 1), |
321 | 321 | ('man/heat-db-setup', 'heat-db-setup',
|
322 |
| - u'Command line utility to setup the Heat database', |
323 |
| - [u'Heat Developers'], 1), |
| 322 | + 'Command line utility to setup the Heat database', |
| 323 | + ['Heat Developers'], 1), |
324 | 324 | ('man/heat-engine', 'heat-engine',
|
325 |
| - u'Service which performs the actions from the API calls made by the user', |
326 |
| - [u'Heat Developers'], 1), |
| 325 | + 'Service which performs the actions from the API calls made by the user', |
| 326 | + ['Heat Developers'], 1), |
327 | 327 | ('man/heat-keystone-setup-domain', 'heat-keystone-setup-domain',
|
328 |
| - u'Script which sets up a keystone domain for heat users and projects', |
329 |
| - [u'Heat Developers'], 1), |
| 328 | + 'Script which sets up a keystone domain for heat users and projects', |
| 329 | + ['Heat Developers'], 1), |
330 | 330 | ('man/heat-manage', 'heat-manage',
|
331 |
| - u'Script which helps manage specific database operations', |
332 |
| - [u'Heat Developers'], 1), |
| 331 | + 'Script which helps manage specific database operations', |
| 332 | + ['Heat Developers'], 1), |
333 | 333 | ('man/heat-status', 'heat-status',
|
334 |
| - u'Script to check status of Heat deployment.', |
335 |
| - [u'Heat Developers'], 1), |
| 334 | + 'Script to check status of Heat deployment.', |
| 335 | + ['Heat Developers'], 1), |
336 | 336 |
|
337 | 337 | ]
|
338 | 338 |
|
|
346 | 346 | # (source start file, target name, title, author,
|
347 | 347 | # dir menu entry, description, category)
|
348 | 348 | texinfo_documents = [
|
349 |
| - ('index', 'Heat', u'Heat Documentation', |
350 |
| - u'Heat Developers', 'Heat', 'One line description of project.', |
| 349 | + ('index', 'Heat', 'Heat Documentation', |
| 350 | + 'Heat Developers', 'Heat', 'One line description of project.', |
351 | 351 | 'Miscellaneous'),
|
352 | 352 | ]
|
353 | 353 |
|
|
0 commit comments