From 0fe7fa4e81875aecba25174291c4fad03bf7a43a Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 16 Oct 2022 15:23:58 +0200 Subject: [PATCH 1/2] DOC: Fix toc structure in explain/interactive --- doc/users/explain/interactive.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/users/explain/interactive.rst b/doc/users/explain/interactive.rst index 8cc1ce7cc353..43b6327815f9 100644 --- a/doc/users/explain/interactive.rst +++ b/doc/users/explain/interactive.rst @@ -8,9 +8,6 @@ Interactive figures =================== -.. toctree:: - - When working with data, interactivity can be invaluable. The pan/zoom and mouse-location tools built into the Matplotlib GUI windows are often sufficient, but you can also use the event system to build customized data exploration tools. From 7001f6bdf26074ce5a93fc07b32f10bf40b655d1 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Sun, 16 Oct 2022 21:33:38 +0200 Subject: [PATCH 2/2] DOC: Fix ReST formatting in coding_guide.rst --- doc/devel/coding_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devel/coding_guide.rst b/doc/devel/coding_guide.rst index 1cd7b7eadc62..4520a019ae6b 100644 --- a/doc/devel/coding_guide.rst +++ b/doc/devel/coding_guide.rst @@ -137,7 +137,7 @@ Milestones ``v3.N.0``. * *Bugfixes, tests for released code, and docstring changes* are milestoned - for the next patch release ``v3.N.M``. + for the next patch release ``v3.N.M``. * *Documentation changes* (all .rst files and examples) are milestoned ``v3.N-doc``.