Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04e9e4f

Browse files
prepend recent_ in filename
1 parent 8b4d7d7 commit 04e9e4f

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed

doc/api/api_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ added to Matplotlib, see :ref:`whats-new`.
2121
.. note::
2222

2323
The list below is a table of contents of individual files from the
24-
'api_changes_3.3' folder.
24+
'recent_api_changes_3.3' folder.
2525

2626
When a release is made
2727

doc/api/api_changes_3.3/README.rst renamed to doc/api/recent_api_changes_3.3/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adding API change notes
44
=======================
55

66
API change notes for future releases are collected in the directory
7-
:file:`api_changes_3.3`. They are divided into four categories:
7+
:file:`recent_api_changes_3.3`. They are divided into four categories:
88

99
- **Deprecations**: Announcements of future changes. Typically, these will
1010
raise a deprecation warning and users of this API should change their code

doc/devel/coding_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Documentation
9595
:file:`doc/users/whats_new.rst`.
9696

9797
* If you change the API in a backward-incompatible way, please
98-
document it in the relevant file in :file:`doc/api/api_changes_3.3`.
98+
document it in the relevant file in :file:`doc/api/recent_api_changes_3.3`.
9999

100100
.. _pr-labels:
101101

@@ -145,7 +145,7 @@ Merging
145145
the PR.
146146

147147
Ensure that all API changes are documented in the relevant file in
148-
:file:`doc/api/api_changes_3.3` and significant new features have and
148+
:file:`doc/api/recent_api_changes_3.3` and significant new features have and
149149
entry in :file:`doc/user/whats_new`.
150150

151151
- If a PR already has a positive review, a core developer (e.g. the first

doc/devel/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Changes to the public API must follow a standard deprecation procedure to
318318
prevent unexpected breaking of code that uses Matplotlib.
319319

320320
- Deprecations must be announced via an entry in
321-
:file:`doc/api/api_changes_3.3`.
321+
:file:`doc/api/recent_api_changes_3.3`.
322322
- Deprecations are targeted at the next point-release (i.e. 3.x.0).
323323
- The deprecated API should, to the maximum extent possible, remain fully
324324
functional during the deprecation period. In cases where this is not

doc/devel/release_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For the "what's new",
112112
Similarly for the "API changes",
113113

114114
1. copy the current api changes to a file is :file:`doc/api/prev_api_changes`
115-
2. merge all of the files in :file:`doc/api/api_changes_3.3/` into
115+
2. merge all of the files in :file:`doc/api/recent_api_changes_3.3/` into
116116
:file:`doc//whats_new.rst`
117117
3. comment out the next API changes at the top.
118118

0 commit comments

Comments
 (0)