@@ -165,9 +165,25 @@ function::
165165A third method is to use closures to build up the required
166166artists and functions. A fourth method is to create a class.
167167
168+ Examples
169+ ~~~~~~~~
170+ *:doc: `../gallery/animation/animate_decay `
171+ *:doc: `../gallery/animation/bayes_update `
172+ *:doc: `../gallery/animation/double_pendulum `
173+ *:doc: `../gallery/animation/animated_histogram `
174+ *:doc: `../gallery/animation/rain `
175+ *:doc: `../gallery/animation/random_walk `
176+ *:doc: `../gallery/animation/simple_anim `
177+ *:doc: `../gallery/animation/strip_chart `
178+ *:doc: `../gallery/animation/unchained `
179+
168180``ArtistAnimation ``
169181-------------------
170182
183+ Examples
184+ ~~~~~~~~
185+ *:doc: `../gallery/animation/dynamic_image `
186+
171187Writer Classes
172188==============
173189
@@ -246,6 +262,10 @@ strongly encouraged to use the `~.AbstractMovieWriter.saving` context manager::
246262
247263to ensure that setup and cleanup are performed as necessary.
248264
265+ Examples
266+ --------
267+ *:doc: `../gallery/animation/frame_grabbing_sgskip `
268+
249269.. _ani_writer_classes :
250270
251271Helper Classes