@@ -195,7 +195,7 @@ def setup(self, fig, outfile, dpi=None):
195195
196196 Parameters
197197 ----------
198- fig : `matplotlib.figure.Figure` instance
198+ fig : `~ matplotlib.figure.Figure`
199199 The figure object that contains the information for frames
200200 outfile : string
201201 The filename of the resulting movie file
@@ -332,9 +332,9 @@ def setup(self, fig, outfile, dpi=None):
332332
333333 Parameters
334334 ----------
335- fig : matplotlib.figure.Figure
335+ fig : `~ matplotlib.figure.Figure`
336336 The figure object that contains the information for frames
337- outfile : string
337+ outfile : str
338338 The filename of the resulting movie file
339339 dpi : int, optional
340340 The DPI (or resolution) for the file. This controls the size
@@ -442,7 +442,7 @@ def setup(self, fig, outfile, dpi=None, frame_prefix='_tmp',
442442
443443 Parameters
444444 ----------
445- fig : matplotlib.figure.Figure
445+ fig : `~ matplotlib.figure.Figure`
446446 The figure to grab the rendered frames from.
447447 outfile : str
448448 The filename of the resulting movie file.
@@ -895,7 +895,7 @@ class Animation(object):
895895
896896 Parameters
897897 ----------
898- fig : matplotlib.figure.Figure
898+ fig : `~ matplotlib.figure.Figure`
899899 The figure object that is used to get draw, resize, and any
900900 other needed events.
901901
@@ -1398,7 +1398,7 @@ class TimedAnimation(Animation):
13981398
13991399 Parameters
14001400 ----------
1401- fig : matplotlib.figure.Figure
1401+ fig : `~ matplotlib.figure.Figure`
14021402 The figure object that is used to get draw, resize, and any
14031403 other needed events.
14041404
@@ -1481,7 +1481,7 @@ class ArtistAnimation(TimedAnimation):
14811481
14821482 Parameters
14831483 ----------
1484- fig : matplotlib.figure.Figure
1484+ fig : `~ matplotlib.figure.Figure`
14851485 The figure object that is used to get draw, resize, and any
14861486 other needed events.
14871487
@@ -1558,7 +1558,7 @@ class FuncAnimation(TimedAnimation):
15581558
15591559 Parameters
15601560 ----------
1561- fig : matplotlib.figure.Figure
1561+ fig : `~ matplotlib.figure.Figure`
15621562 The figure object that is used to get draw, resize, and any
15631563 other needed events.
15641564
0 commit comments