@@ -19,6 +19,7 @@ The easiest way to make a live animation in matplotlib is to use one of the
1919
2020.. autosummary ::
2121 :toctree: _as_gen
22+ :template: autosummary_inher.rst
2223 :nosignatures:
2324
2425 FuncAnimation
@@ -163,6 +164,7 @@ all data in memory.
163164
164165.. autosummary ::
165166 :toctree: _as_gen
167+ :template: autosummary_inher.rst
166168 :nosignatures:
167169
168170 PillowWriter
@@ -173,10 +175,11 @@ on all systems.
173175
174176.. autosummary ::
175177 :toctree: _as_gen
178+ :template: autosummary_inher.rst
176179 :nosignatures:
177180
178181 FFMpegWriter
179- ImageMagickFileWriter
182+ ImageMagickWriter
180183 AVConvWriter
181184
182185The file-based writers save temporary files for each frame which are stitched
@@ -185,10 +188,11 @@ debug.
185188
186189.. autosummary ::
187190 :toctree: _as_gen
191+ :template: autosummary_inher.rst
188192 :nosignatures:
189193
190194 FFMpegFileWriter
191- ImageMagickWriter
195+ ImageMagickFileWriter
192196 AVConvFileWriter
193197
194198Fundamentally, a `MovieWriter ` provides a way to grab sequential frames
@@ -237,6 +241,7 @@ Animation Base Classes
237241
238242.. autosummary ::
239243 :toctree: _as_gen
244+ :template: autosummary_inher.rst
240245 :nosignatures:
241246
242247 Animation
@@ -251,6 +256,7 @@ writer and the class to allow a string to be passed to
251256
252257.. autosummary ::
253258 :toctree: _as_gen
259+ :template: autosummary_inher.rst
254260 :nosignatures:
255261
256262 MovieWriterRegistry
@@ -262,6 +268,7 @@ To reduce code duplication base classes
262268
263269.. autosummary ::
264270 :toctree: _as_gen
271+ :template: autosummary_inher.rst
265272 :nosignatures:
266273
267274 AbstractMovieWriter
@@ -272,6 +279,7 @@ and mixins
272279
273280.. autosummary ::
274281 :toctree: _as_gen
282+ :template: autosummary_inher.rst
275283 :nosignatures:
276284
277285 AVConvBase
@@ -287,6 +295,8 @@ Inheritance Diagrams
287295
288296.. inheritance-diagram :: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
289297 :private-bases:
298+ :parts: 1
290299
291300.. inheritance-diagram :: matplotlib.animation.AVConvFileWriter matplotlib.animation.AVConvWriter matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
292301 :private-bases:
302+ :parts: 1
0 commit comments