Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 11 additions & 23 deletions doc/api/animation_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,30 +167,22 @@ artists and functions. A fourth method is to create a class.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Examples
~~~~~~~~
* :doc:`../gallery/animation/animate_decay`
* :doc:`../gallery/animation/bayes_update`
* :doc:`../gallery/animation/double_pendulum`
* :doc:`../gallery/animation/animated_histogram`
* :doc:`../gallery/animation/rain`
* :doc:`../gallery/animation/random_walk`
* :doc:`../gallery/animation/simple_anim`
* :doc:`../gallery/animation/strip_chart`
* :doc:`../gallery/animation/unchained`

Examples
~~~~~~~~

.. toctree::
:maxdepth: 1

../gallery/animation/animate_decay
../gallery/animation/bayes_update
../gallery/animation/double_pendulum
../gallery/animation/animated_histogram
../gallery/animation/rain
../gallery/animation/random_walk
../gallery/animation/simple_anim
../gallery/animation/strip_chart
../gallery/animation/unchained
* :doc:`../gallery/animation/animate_decay`
* :doc:`../gallery/animation/bayes_update`
* :doc:`../gallery/animation/double_pendulum`
* :doc:`../gallery/animation/animated_histogram`
* :doc:`../gallery/animation/rain`
* :doc:`../gallery/animation/random_walk`
* :doc:`../gallery/animation/simple_anim`
* :doc:`../gallery/animation/strip_chart`
* :doc:`../gallery/animation/unchained`

``ArtistAnimation``
-------------------

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same thing here:

Suggested change
Examples
~~~~~~~~
* :doc:`../gallery/animation/dynamic_image`

Examples
~~~~~~~~

.. toctree::
:maxdepth: 1

../gallery/animation/dynamic_image
* :doc:`../gallery/animation/dynamic_image`

Writer Classes
==============
Expand Down Expand Up @@ -272,11 +264,7 @@ to ensure that setup and cleanup are performed as necessary.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And here:

Suggested change
Examples
--------
* :doc:`../gallery/animation/frame_grabbing_sgskip`

Examples
--------

.. toctree::
:maxdepth: 1

../gallery/animation/frame_grabbing_sgskip
* :doc:`../gallery/animation/frame_grabbing_sgskip`

.. _ani_writer_classes:

Expand Down