Skip to content

Commit 754ec45

Browse files
committed
changed title level to documented leveling format
1 parent 8f52c28 commit 754ec45

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/devel/contribute.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ For more detailed instructions on how to set up Matplotlib for development and
304304
best practices for contribution, see :ref:`installing_for_devs`.
305305

306306
GitHub 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
386386
prevents unexpected breaking of code.
387387

388388
Rules
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

401401
Introducing
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

442442
Expiring
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

623623
Which logging level to use?
624-
~~~~~~~~~~~~~~~~~~~~~~~~~~~
624+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
625625

626626
There are five levels at which you can emit messages.
627627

0 commit comments

Comments
 (0)