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
293
293
deprecation process. This ensures that users are notified before the change
294
294
will take effect and thus prevents unexpected breaking of code.
295
295
296
- Deprecation process
297
- ~~~~~~~~~~~~~~~~~~~
298
-
299
- Rules:
296
+ Rules
297
+ ~~~~~
300
298
301
299
- Deprecations are targeted at the next point.release (e.g. 3.x)
302
300
- Deprecated API is generally removed two two point-releases after introduction
@@ -308,7 +306,8 @@ Rules:
308
306
- If in doubt, decisions about API changes are finally made by the
309
307
API consistency lead developer
310
308
311
- Introducing a deprecation:
309
+ Introducing
310
+ ~~~~~~~~~~~
312
311
313
312
1. Announce the deprecation in a new file
314
313
:file: `doc/api/next_api_changes/deprecations/99999-ABC.rst ` where ``99999 ``
@@ -326,7 +325,8 @@ Introducing a deprecation:
326
325
All these helpers take a first parameter *since *, which should be set to
327
326
the next point release, e.g. "3.x".
328
327
329
- Expiring a deprecation:
328
+ Expiring
329
+ ~~~~~~~~
330
330
331
331
1. Announce the API changes in a new file
332
332
:file: `doc/api/next_api_changes/[kind]/99999-ABC.rst ` where ``99999 ``
You can’t perform that action at this time.
0 commit comments