Open
Description
Documentation Link
https://matplotlib.org/devdocs/api/animation_api.html
Problem
The Animation API docs kinda have a mini explanation of how FuncAnimate works and all the different options that would be more appropriate for the animation guides. This feels especially odd compared to the barely-existent section for ArtistAnimation
Suggested improvement
Now that the simple animation guide exists, I think most of the content in the API FuncAnimation section should be moved there. Then the API page should be reworked a little so that it links out to the guide and the subsections for FuncAnimation and ArtistAnimation can be removed.