Skip to content

Commit 64852f3

Browse files
committed
DOC: include new API changes documents in api_changes.rst
1 parent 984fba1 commit 64852f3

21 files changed

+15
-0
lines changed

doc/api/api_changes.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ out what caused the breakage and how to fix it by updating your code.
1010
For new features that were added to Matplotlib, please see
1111
:ref:`whats-new`.
1212

13+
API Changes in 2.2.0
14+
====================
15+
16+
.. toctree::
17+
:glob:
18+
:maxdepth: 1
19+
20+
next_api_changes/*
21+
22+
1323
API Changes in 2.1.2
1424
====================
1525

doc/api/api_changes/2017-12-17-AL.rst renamed to doc/api/next_api_changes/2017-12-17-AL.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Removal of deprecated rcParams
22
``````````````````````````````
33

44
The following deprecated rcParams have been removed:
5+
56
- ``axes.color_cycle`` (see ``axes.prop_cycle``),
67
- ``legend.isaxes``,
78
- ``svg.embed_char_paths`` (see ``svg.fonttype``),

doc/api/api_changes/README.rst renamed to doc/api/next_api_changes/README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Adding API change notes
2+
```````````````````````
3+
4+
15
For changes which require an entry in `api_changes.rst` please create
26
a file in this folder with the name :file:`YYYY-MM-DD-[initials].rst`
37
(ex :file:`2014-07-31-TAC.rst`) with contents following the form: ::

0 commit comments

Comments
 (0)