Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45e1dea

Browse files
committed
STY: pep8 fixes
1 parent 7aecbbd commit 45e1dea

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/conf.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,9 @@
222222
# (source start file, target name, title, author, document class [howto/manual]).
223223

224224
latex_documents = [
225-
('contents', 'Matplotlib.tex', 'Matplotlib',
226-
'John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the '
227-
'matplotlib development team', 'manual'),
225+
('contents', 'Matplotlib.tex', 'Matplotlib',
226+
'John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the '
227+
'matplotlib development team', 'manual'),
228228
]
229229

230230

@@ -233,7 +233,7 @@
233233
latex_logo = None
234234

235235
# Additional stuff for the LaTeX preamble.
236-
latex_preamble =r"""
236+
latex_preamble = r"""
237237
% In the parameters section, place a newline after the Parameters
238238
% header. (This is stolen directly from Numpy's conf.py, since it
239239
% affects Numpy-style docstrings).
@@ -271,11 +271,11 @@
271271
""" % matplotlib.__version__numpy__
272272

273273
texinfo_documents = [
274-
("contents", 'matplotlib', 'Matplotlib Documentation',
275-
'John Hunter@*Darren Dale@*Eric Firing@*Michael Droettboom@*'
276-
'The matplotlib development team',
277-
'Matplotlib', "Python plotting package", 'Programming',
278-
1),
274+
("contents", 'matplotlib', 'Matplotlib Documentation',
275+
'John Hunter@*Darren Dale@*Eric Firing@*Michael Droettboom@*'
276+
'The matplotlib development team',
277+
'Matplotlib', "Python plotting package", 'Programming',
278+
1),
279279
]
280280

281281
try:

0 commit comments

Comments
 (0)