@@ -220,7 +220,8 @@ def __repr__(self):
220220# (source start file, target name, title, author,
221221# documentclass [howto/manual]).
222222latex_documents = [
223- ('index' , 'Wand.tex' , 'Wand Documentation' , 'Hong Minhee \\ and E. McConville' , 'manual' ),
223+ ('index' , 'Wand.tex' , 'Wand Documentation' ,
224+ 'Hong Minhee \\ and E. McConville' , 'manual' ),
224225]
225226
226227# The name of an image file (relative to this directory) to place at the top of
@@ -263,9 +264,11 @@ def __repr__(self):
263264extlinks = {
264265 'issue' : ('https://github.com/emcconville/wand/issues/%s' , '#%s' ),
265266 'pull' : ('https://github.com/emcconville/wand/pull/%s' , '!%s' ),
266- 'branch' : ('https://github.com/emcconville/wand/compare/master...%s' , '%s' ),
267+ 'branch' : ('https://github.com/emcconville/wand/compare/master...%s' ,
268+ '%s' ),
267269 'commit' : ('https://github.com/emcconville/wand/commit/%s' , '%s' ),
268- 'cli' : ('https://imagemagick.org/script/command-line-options.php#%s' , '-%s' ),
270+ 'cli' : ('https://imagemagick.org/script/command-line-options.php#%s' ,
271+ '-%s' ),
269272}
270273
271274# fall back if theme is not there
0 commit comments