@@ -304,7 +304,7 @@ For more detailed instructions on how to set up Matplotlib for development and
304304best practices for contribution, see :ref: `installing_for_devs `.
305305
306306GitHub Codespaces workflows
307- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
307+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
308308
309309* If you need to open a GUI window with Matplotlib output on Codespaces, our
310310 configuration includes a `light-weight Fluxbox-based desktop
@@ -386,7 +386,7 @@ This ensures that users are notified before the change will take effect and thus
386386prevents unexpected breaking of code.
387387
388388Rules
389- ~~~~~
389+ ^^^^^
390390
391391- Deprecations are targeted at the next point.release (e.g. 3.x)
392392- Deprecated API is generally removed two point-releases after introduction
@@ -399,7 +399,7 @@ Rules
399399 API consistency lead developer
400400
401401Introducing
402- ~~~~~~~~~~~
402+ ^^^^^^^^^^^
403403
404404#. Announce the deprecation in a new file
405405 :file: `doc/api/next_api_changes/deprecations/99999-ABC.rst ` where ``99999 ``
@@ -440,7 +440,7 @@ Introducing
440440 version number.
441441
442442Expiring
443- ~~~~~~~~
443+ ^^^^^^^^
444444
445445#. Announce the API changes in a new file
446446 :file: `doc/api/next_api_changes/[kind]/99999-ABC.rst ` where ``99999 ``
@@ -621,7 +621,7 @@ example, use ``_log.error('hello %s', 'world')`` rather than ``_log.error('hell
621621{}'.format('world')) `` or ``_log.error(f'hello {s}') ``.
622622
623623Which logging level to use?
624- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
624+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
625625
626626There are five levels at which you can emit messages.
627627
0 commit comments