|
44 | 44 |
|
45 | 45 | # General information about the project. |
46 | 46 | 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') |
48 | 49 |
|
49 | 50 | # The version info for the project you're documenting, acts as replacement for |
50 | 51 | # |version| and |release|, also used in various other places throughout the |
|
197 | 198 | # author, documentclass [howto, manual, or own class]). |
198 | 199 | latex_documents = [ |
199 | 200 | ('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'), |
201 | 203 | ] |
202 | 204 |
|
203 | 205 | # The name of an image file (relative to this directory) to place at the top of |
|
227 | 229 | # (source start file, name, description, authors, manual section). |
228 | 230 | man_pages = [ |
229 | 231 | ('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) |
231 | 234 | ] |
232 | 235 |
|
233 | 236 | # If true, show URL addresses after external links. |
|
241 | 244 | # dir menu entry, description, category) |
242 | 245 | texinfo_documents = [ |
243 | 246 | ('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.', |
245 | 250 | 'Miscellaneous'), |
246 | 251 | ] |
247 | 252 |
|
|
0 commit comments