Skip to content

Commit 436d972

Browse files
committed
Merge pull request #112 from enthought/feature/update-conf
Update authors and texinfo one-line description.
2 parents 7eaf9b3 + e55d500 commit 436d972

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

conf.py

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444

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

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

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

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

0 commit comments

Comments
 (0)