Skip to content

Commit 043c02f

Browse files
committed
5.x Rename cookbook to book
Simplify documentation naming conventions across the various file formats.
1 parent ce605e1 commit 043c02f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

config/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# (source start file, target name, title, author,
6565
# documentclass [howto/manual]).
6666
latex_documents = [
67-
('pdf-contents', 'CakePHPCookbook.tex', u'CakePHP Cookbook Documentation',
67+
('pdf-contents', 'CakePHPBook.tex', u'CakePHP Book',
6868
u'Cake Software Foundation', 'manual'),
6969
]
7070

@@ -73,15 +73,15 @@
7373
# One entry per manual page. List of tuples
7474
# (source start file, name, description, authors, manual section).
7575
man_pages = [
76-
('index', 'cakephpcookbook', u'CakePHP Cookbook Documentation',
76+
('index', 'cakephpbook', u'CakePHP Book',
7777
[u'CakePHP'], 1)
7878
]
7979

8080

8181
# -- Options for Epub output -------------------------------------------------
8282

8383
# Bibliographic Dublin Core info.
84-
epub_title = u'CakePHP Cookbook'
84+
epub_title = u'CakePHP Book'
8585
epub_author = u'Cake Software Foundation, Inc.'
8686
epub_publisher = u'Cake Software Foundation, Inc.'
8787
epub_copyright = u'%d, Cake Software Foundation, Inc.' % datetime.datetime.now().year
@@ -99,7 +99,7 @@
9999
epub_identifier = 'https://cakephp.org'
100100

101101
# A unique identification for the text.
102-
epub_uid = 'cakephpcookbook1393624653'
102+
epub_uid = 'cakephpbook1393624653'
103103

104104
# A list of files that should not be packed into the epub file.
105105
epub_exclude_files = [

0 commit comments

Comments
 (0)