8000 Update documentation credits. · matplotlib/matplotlib@8ab4318 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 8ab4318

Browse files
committed
Update documentation credits.
1 parent ff4bb1e commit 8ab4318

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
# General substitutions.
4242
project = 'Matplotlib'
43-
copyright = '2008, John Hunter, Darren Dale, Michael Droettboom'
43+
copyright = '2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the matplotlib development team'
4444

4545
# The default replacements for |version| and |release|, also used in various
4646
# other places throughout the built documents.
@@ -157,7 +157,9 @@
157157
# (source start file, target name, title, author, document class [howto/manual]).
158158

159159
latex_documents = [
160-
('contents', 'Matplotlib.tex', 'Matplotlib', 'Darren Dale, Michael Droettboom, Eric Firing, John Hunter', 'manual'),
160+
('contents', 'Matplotlib.tex', 'Matplotlib',
161+
'John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the '
162+
'matplotlib development team', 'manual'),
161163
]
162164

163165

@@ -191,7 +193,8 @@
191193

192194
texinfo_documents = [
193195
("contents", 'matplotlib', 'Matplotlib Documentation',
194-
'Darren Dale@*Michael Droettboom@*Eric Firing@*John Hunter',
196+
'John Hunter@*Darren Dale@*Eric Firing@*Michael Droettboom@*'
197+
'The matplotlib development team',
195198
'Matplotlib', "Python plotting package", 'Programming',
196199
1),
197200
]

0 commit comments

Comments
 (0)
0