|
64 | 64 | # (source start file, target name, title, author, |
65 | 65 | # documentclass [howto/manual]). |
66 | 66 | latex_documents = [ |
67 | | - ('pdf-contents', 'CakePHPCookbook.tex', u'CakePHP Cookbook Documentation', |
| 67 | + ('pdf-contents', 'CakePHPBook.tex', u'CakePHP Book', |
68 | 68 | u'Cake Software Foundation', 'manual'), |
69 | 69 | ] |
70 | 70 |
|
|
73 | 73 | # One entry per manual page. List of tuples |
74 | 74 | # (source start file, name, description, authors, manual section). |
75 | 75 | man_pages = [ |
76 | | - ('index', 'cakephpcookbook', u'CakePHP Cookbook Documentation', |
| 76 | + ('index', 'cakephpbook', u'CakePHP Book', |
77 | 77 | [u'CakePHP'], 1) |
78 | 78 | ] |
79 | 79 |
|
80 | 80 |
|
81 | 81 | # -- Options for Epub output ------------------------------------------------- |
82 | 82 |
|
83 | 83 | # Bibliographic Dublin Core info. |
84 | | -epub_title = u'CakePHP Cookbook' |
| 84 | +epub_title = u'CakePHP Book' |
85 | 85 | epub_author = u'Cake Software Foundation, Inc.' |
86 | 86 | epub_publisher = u'Cake Software Foundation, Inc.' |
87 | 87 | epub_copyright = u'%d, Cake Software Foundation, Inc.' % datetime.datetime.now().year |
|
99 | 99 | epub_identifier = 'https://cakephp.org' |
100 | 100 |
|
101 | 101 | # A unique identification for the text. |
102 | | -epub_uid = 'cakephpcookbook1393624653' |
| 102 | +epub_uid = 'cakephpbook1393624653' |
103 | 103 |
|
104 | 104 | # A list of files that should not be packed into the epub file. |
105 | 105 | epub_exclude_files = [ |
|
0 commit comments