Skip to content

Commit ce993e2

Browse files
committed
updated author list in the docs
1 parent 0874b18 commit ce993e2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

doc/source/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959

6060
# General information about the project.
6161
project = u'GridDataFormats'
62-
copyright = u'2007-2018, Oliver Beckstein, Jan Domanski, Max Linke, Jesse Johnson, Dominik Mierzejewski'
62+
authors = u'Oliver Beckstein, Jan Domanski, Jesse Johnson, Max Linke, Tyler Luchko, Dominik Mierzejewski'
63+
copyright = u'2007-2018, ' + authors
6364

6465
# The version info for the project you're documenting, acts as replacement for
6566
# |version| and |release|, also used in various other places throughout the
@@ -247,7 +248,7 @@
247248
# (source start file, target name, title, author, documentclass [howto/manual]).
248249
latex_documents = [
249250
('index', 'gridDataFormats.tex', u'gridDataFormats Documentation',
250-
u'Oliver Beckstein', 'manual'),
251+
authors, 'manual'),
251252
]
252253

253254
# The name of an image file (relative to this directory) to place at the top of
@@ -277,7 +278,7 @@
277278
# (source start file, name, description, authors, manual section).
278279
man_pages = [
279280
('index', 'griddataformats', u'gridDataFormats Documentation',
280-
[u'Oliver Beckstein', u'Max Linke', u'Jesse Johnson'], 1)
281+
authors.split(), u'Jesse Johnson'], 1)
281282
]
282283

283284
# If true, show URL addresses after external links.

0 commit comments

Comments
 (0)