Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@

# General information about the project.
project = u'Distributed Array Protocol'
copyright = u'2014, Jeff Daily, Brian Granger, Robert Grant, Min Ragan-Kelley, Kurt Smith, Bill Spotz'
copyright = (u'2014, Jeff Daily, Brian Granger, Robert Grant, '
u'Min Ragan-Kelley, Mark Kness, Kurt Smith, Bill Spotz')

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -197,7 +198,8 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'DistributedArrayProtocol.tex', u'Distributed Array Protocol Documentation',
u'Jeff Daily, Brian Granger, Robert Grant, Min Ragan-Kelley, Kurt Smith, Bill Spotz', 'manual'),
ur'Jeff Daily \and Brian Granger \and Robert Grant \and Min Ragan-Kelley \and Mark Kness \and Kurt Smith \and Bill Spotz',
'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -227,7 +229,8 @@
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'distributedarrayprotocol', u'Distributed Array Protocol Documentation',
[u'Jeff Daily, Brian Granger, Robert Grant, Min Ragan-Kelley, Kurt Smith, Bill Spotz'], 1)
[u'Jeff Daily, Brian Granger, Robert Grant, Min Ragan-Kelley, '
u'Mark Kness, Kurt Smith, Bill Spotz'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -241,7 +244,9 @@
# dir menu entry, description, category)
texinfo_documents = [
('index', 'DistributedArrayProtocol', u'Distributed Array Protocol Documentation',
u'Jeff Daily, Brian Granger, Robert Grant, Min Ragan-Kelley, Kurt Smith, Bill Spotz', 'DistributedArrayProtocol', 'One line description of project.',
(u'Jeff Daily, Brian Granger, Robert Grant, Min Ragan-Kelley, '
u'Mark Kness, Kurt Smith, Bill Spotz'),
'DistributedArrayProtocol', 'Python protocol for distributed arrays.',
'Miscellaneous'),
]

Expand Down