File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -293,10 +293,8 @@ All API changes in Matplotlib have to be performed following the below
293293deprecation process. This ensures that users are notified before the change
294294will take effect and thus prevents unexpected breaking of code.
295295
296- Deprecation process
297- ~~~~~~~~~~~~~~~~~~~
298-
299- Rules:
296+ Rules
297+ ~~~~~
300298
301299- Deprecations are targeted at the next point.release (e.g. 3.x)
302300- Deprecated API is generally removed two two point-releases after introduction
@@ -308,7 +306,8 @@ Rules:
308306- If in doubt, decisions about API changes are finally made by the
309307 API consistency lead developer
310308
311- Introducing a deprecation:
309+ Introducing
310+ ~~~~~~~~~~~
312311
3133121. Announce the deprecation in a new file
314313 :file: `doc/api/next_api_changes/deprecations/99999-ABC.rst ` where ``99999 ``
@@ -326,7 +325,8 @@ Introducing a deprecation:
326325 All these helpers take a first parameter *since *, which should be set to
327326 the next point release, e.g. "3.x".
328327
329- Expiring a deprecation:
328+ Expiring
329+ ~~~~~~~~
330330
3313311. Announce the API changes in a new file
332332 :file: `doc/api/next_api_changes/[kind]/99999-ABC.rst ` where ``99999 ``
You can’t perform that action at this time.
0 commit comments