Skip to content

Commit 42cd377

Browse files
committed
5.x Rename cookbook to book
Simplify documentation naming conventions across the various file formats.
1 parent e2ee03f commit 42cd377

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/conf.py

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

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

7979

8080
# -- Options for Epub output -------------------------------------------------
8181

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

100100
# A unique identification for the text.
101-
epub_uid = 'cakephpcookbook1393624653'
101+
epub_uid = 'cakephpbook1393624653'
102102

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

0 commit comments

Comments
 (0)