Skip to content

Commit 432aac3

Browse files
committed
capitalized Abydos
1 parent 30089f3 commit 432aac3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
suppress_warnings = ['epub.unknown_project_files']
6363

6464
# General information about the project.
65-
project = 'abydos'
65+
project = 'Abydos'
6666
# noinspection PyShadowingBuiltins
6767
copyright = '2018, Christopher C. Little'
6868
author = 'Christopher C. Little'
@@ -144,7 +144,7 @@
144144
# (source start file, target name, title,
145145
# author, documentclass [howto, manual, or own class]).
146146
latex_documents = [
147-
(master_doc, 'abydos.tex', 'abydos Documentation',
147+
(master_doc, 'abydos.tex', 'Abydos Documentation',
148148
'Christopher C. Little', 'manual'),
149149
]
150150

@@ -154,7 +154,7 @@
154154
# One entry per manual page. List of tuples
155155
# (source start file, name, description, authors, manual section).
156156
man_pages = [
157-
(master_doc, 'abydos', 'abydos Documentation',
157+
(master_doc, 'abydos', 'Abydos Documentation',
158158
[author], 1)
159159
]
160160

@@ -165,7 +165,7 @@
165165
# (source start file, target name, title, author,
166166
# dir menu entry, description, category)
167167
texinfo_documents = [
168-
(master_doc, 'abydos', 'abydos Documentation',
168+
(master_doc, 'abydos', 'Abydos Documentation',
169169
author, 'abydos', 'One line description of project.',
170170
'Miscellaneous'),
171171
]

0 commit comments

Comments
 (0)