@@ -304,7 +304,7 @@ For more detailed instructions on how to set up Matplotlib for development and
304
304
best practices for contribution, see :ref: `installing_for_devs `.
305
305
306
306
GitHub Codespaces workflows
307
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
307
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
308
308
309
309
* If you need to open a GUI window with Matplotlib output on Codespaces, our
310
310
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
386
386
prevents unexpected breaking of code.
387
387
388
388
Rules
389
- ~~~~~
389
+ ^^^^^
390
390
391
391
- Deprecations are targeted at the next point.release (e.g. 3.x)
392
392
- Deprecated API is generally removed two point-releases after introduction
@@ -399,7 +399,7 @@ Rules
399
399
API consistency lead developer
400
400
401
401
Introducing
402
- ~~~~~~~~~~~
402
+ ^^^^^^^^^^^
403
403
404
404
#. Announce the deprecation in a new file
405
405
:file: `doc/api/next_api_changes/deprecations/99999-ABC.rst ` where ``99999 ``
@@ -440,7 +440,7 @@ Introducing
440
440
version number.
441
441
442
442
Expiring
443
- ~~~~~~~~
443
+ ^^^^^^^^
444
444
445
445
#. Announce the API changes in a new file
446
446
: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
621
621
{}'.format('world')) `` or ``_log.error(f'hello {s}') ``.
622
622
623
623
Which logging level to use?
624
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~
624
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
625
625
626
626
There are five levels at which you can emit messages.
627
627
0 commit comments