Skip to content

Commit

Permalink
update name in doc conf
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatYYX committed Feb 25, 2019
1 parent 4b1660b commit 0588c15
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
master_doc = 'index'

# General information about the project.
project = 'pyrallel'
project = 'Pyrallel'
copyright = '{}, USC/ISI'.format(datetime.datetime.now().year)
author = 'USC/ISI'

Expand Down Expand Up @@ -155,7 +155,7 @@
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'pyrallel.tex', 'pyrallel Documentation',
(master_doc, 'pyrallel.tex', 'Pyrallel Documentation',
u'USC/ISI', 'manual'),
]

Expand All @@ -165,7 +165,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
(master_doc, 'pyrallel', 'pyrallel Documentation',
(master_doc, 'Pyrallel', 'Pyrallel Documentation',
[author], 1)
]

Expand All @@ -176,8 +176,8 @@
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'pyrallel', 'pyrallel Documentation',
author, 'pyrallel', 'Yet another easy-to-use python3 parallel library for humans.',
(master_doc, 'Pyrallel', 'Pyrallel Documentation',
author, 'Pyrallel', 'Yet another easy-to-use python3 parallel library for humans.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 0588c15

Please sign in to comment.