Skip to content

Commit 7a0e290

Browse files
author
lgfunderburk
committed
relocate inheritance digram to the top of the document
1 parent cda9ecc commit 7a0e290

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

doc/api/animation_api.rst

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
``matplotlib.animation``
33
************************
44

5+
.. inheritance-diagram:: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
6+
:private-bases:
7+
:parts: 1
8+
9+
.. inheritance-diagram:: matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
10+
:private-bases:
11+
:parts: 1
12+
513
.. automodule:: matplotlib.animation
614
:no-members:
715
:no-undoc-members:
@@ -289,13 +297,3 @@ are provided.
289297

290298
See the source code for how to easily implement new `MovieWriter` classes.
291299

292-
Inheritance Diagrams
293-
====================
294-
295-
.. inheritance-diagram:: matplotlib.animation.FuncAnimation matplotlib.animation.ArtistAnimation
296-
:private-bases:
297-
:parts: 1
298-
299-
.. inheritance-diagram:: matplotlib.animation.FFMpegFileWriter matplotlib.animation.FFMpegWriter matplotlib.animation.ImageMagickFileWriter matplotlib.animation.ImageMagickWriter
300-
:private-bases:
301-
:parts: 1

0 commit comments

Comments
 (0)