From ccb533c1436678e8a6c31926d9a29c2a0ee74f3d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:35:13 +0000 Subject: [PATCH] Replaced the .. dropdown:: directive with .. admonition:: and :class: dropdown to ensure compatibility with the latest Sphinx theme. --- docs/api/animations.rst | 12 ++++++++---- docs/api/static.rst | 9 ++++++--- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/api/animations.rst b/docs/api/animations.rst index 1a4f7c7..6c30ff3 100644 --- a/docs/api/animations.rst +++ b/docs/api/animations.rst @@ -5,20 +5,24 @@ Animations This section provides the API reference for animation functions in ``mapflow``. -.. dropdown:: Animation +.. admonition:: Animation + :class: dropdown .. autoclass:: mapflow.Animation :members: __call__ -.. dropdown:: QuiverAnimation +.. admonition:: QuiverAnimation + :class: dropdown .. autoclass:: mapflow.QuiverAnimation :members: quiver -.. dropdown:: animate +.. admonition:: animate + :class: dropdown .. autofunction:: mapflow.animate -.. dropdown:: animate_quiver +.. admonition:: animate_quiver + :class: dropdown .. autofunction:: mapflow.animate_quiver diff --git a/docs/api/static.rst b/docs/api/static.rst index 7c0996e..0074973 100644 --- a/docs/api/static.rst +++ b/docs/api/static.rst @@ -5,15 +5,18 @@ Static plots This section provides the API reference for static plotting functions in ``mapflow``. -.. dropdown:: PlotModel +.. admonition:: PlotModel + :class: dropdown .. autoclass:: mapflow.PlotModel :members: __call__ -.. dropdown:: plot_da +.. admonition:: plot_da + :class: dropdown .. autofunction:: mapflow.plot_da -.. dropdown:: plot_da_quiver +.. admonition:: plot_da_quiver + :class: dropdown .. autofunction:: mapflow.plot_da_quiver