From c905a650877b8b3bdca3f93ddc6618ea94329cb8 Mon Sep 17 00:00:00 2001 From: Raghuram Sirigiri Date: Sun, 19 Nov 2023 17:14:16 -0600 Subject: [PATCH] updated Api/animation documentation as per standards --- doc/api/animation_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/animation_api.rst b/doc/api/animation_api.rst index c7134e302d2f..df39b5942199 100644 --- a/doc/api/animation_api.rst +++ b/doc/api/animation_api.rst @@ -166,7 +166,7 @@ A third method is to use closures to build up the required artists and functions. A fourth method is to create a class. Examples -~~~~~~~~ +^^^^^^^^ * :doc:`../gallery/animation/animate_decay` * :doc:`../gallery/animation/bayes_update` @@ -182,7 +182,7 @@ Examples ------------------- Examples -~~~~~~~~ +^^^^^^^^ * :doc:`../gallery/animation/dynamic_image`