From a4e8a4498c1543e76d99af513505cff3c92fc117 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Fri, 21 Oct 2022 02:12:26 -0400 Subject: [PATCH] DOC: Mark SubplotBase removals in code style This fixes the doc build. --- doc/api/prev_api_changes/api_changes_3.6.0/removals.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/prev_api_changes/api_changes_3.6.0/removals.rst b/doc/api/prev_api_changes/api_changes_3.6.0/removals.rst index 60b1771eea09..01a61bf4cf38 100644 --- a/doc/api/prev_api_changes/api_changes_3.6.0/removals.rst +++ b/doc/api/prev_api_changes/api_changes_3.6.0/removals.rst @@ -154,8 +154,8 @@ The following class methods have been removed: - ``ParasiteAxesBase.update_viewlim()``; use `.ParasiteAxesBase.apply_aspect` instead. -- ``Subplot.get_geometry()``; use `.SubplotBase.get_subplotspec` instead. -- ``Subplot.change_geometry()``; use `.SubplotBase.set_subplotspec` instead. +- ``Subplot.get_geometry()``; use ``SubplotBase.get_subplotspec`` instead. +- ``Subplot.change_geometry()``; use ``SubplotBase.set_subplotspec`` instead. - ``Subplot.update_params()``; this method did nothing. - ``Subplot.is_first_row()``; use ``ax.get_subplotspec().is_first_row`` instead.