File tree Expand file tree Collapse file tree 3 files changed +27
-14
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +27
-14
lines changed
Original file line number Diff line number Diff line change 1
1
:orphan:
2
2
3
+ .. NOTE TO EDITORS OF THIS FILE
4
+ This file serves as README directly available in the file system next to the
5
+ next_api_changes entries. Its content, between the ``api-change-guide-*`` markers, is
6
+ additionally included in the documentation page ``doc/devel/api_changes.rst``. Please
7
+ check that the page builds correctly after changing this file.
8
+
3
9
Adding API change notes
4
10
=======================
5
11
6
- API change notes for future releases are collected in
7
- :file: `next_api_changes `. They are divided into four subdirectories:
12
+ .. api-change-guide-start
13
+
14
+ API change notes for future releases are collected in :file: `doc/api/next_api_changes/ `.
15
+ They are divided into four subdirectories:
8
16
9
17
- **Deprecations **: Announcements of future changes. Typically, these will
10
18
raise a deprecation warning and users of this API should change their code
@@ -33,6 +41,4 @@ Please avoid using references in section titles, as it causes links to be
33
41
confusing in the table of contents. Instead, ensure that a reference is
34
42
included in the descriptive text.
35
43
36
- .. NOTE
37
- Lines 5-30 of this file are include in :ref:`api_whats_new`;
38
- therefore, please check the doc build after changing this file.
44
+ .. api-change-guide-end
Original file line number Diff line number Diff line change @@ -216,14 +216,14 @@ API change notes
216
216
""""""""""""""""
217
217
218
218
.. include :: ../api/next_api_changes/README.rst
219
- :start-line: 5
220
- :end-line: 31
219
+ :start-after: api-change-guide-start
220
+ :end-before: api-change-guide-end
221
221
222
222
.. _whats-new-notes :
223
223
224
224
What's new notes
225
225
""""""""""""""""
226
226
227
227
.. include :: ../users/next_whats_new/README.rst
228
- :start-line: 5
229
- :end-line: 24
228
+ :start-after: whats-new-guide-start
229
+ :end-before: whats-new-guide-end
Original file line number Diff line number Diff line change 1
1
:orphan:
2
2
3
+ .. NOTE TO EDITORS OF THIS FILE
4
+ This file serves as README directly available in the file system next to the
5
+ next_whats_new entries. Its content, between the ``whats-new-guide-*`` markers, is
6
+ additionally included in the documentation page ``doc/devel/api_changes.rst``. Please
7
+ check that the page builds correctly after changing this file.
8
+
9
+
3
10
Instructions for writing "What's new" entries
4
11
=============================================
5
12
6
- Please place new portions of :file: `whats_new.rst ` in the :file: `next_whats_new `
7
- directory.
13
+ .. whats-new-guide-start
14
+
15
+ Please place new portions of :file: `whats_new.rst ` in the
16
+ :file: `doc/users/next_whats_new/ ` directory.
8
17
9
18
When adding an entry please look at the currently existing files to
10
19
see if you can extend any of them. If you create a file, name it
@@ -27,6 +36,4 @@ Please avoid using references in section titles, as it causes links to be
27
36
confusing in the table of contents. Instead, ensure that a reference is
28
37
included in the descriptive text.
29
38
30
- .. NOTE
31
- Lines 5-24 of this file are include in :ref:`api_whats_new`;
32
- therefore, please check the doc build after changing this file.
39
+ .. whats-new-guide-end
You can’t perform that action at this time.
0 commit comments