Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion doc/api/next_api_changes/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ author's initials. Typically, each change will get its own file, but you may
also amend existing files when suitable. The overall goal is a comprehensible
documentation of the changes.

A typical entry could look like this::
Please avoid using references in section titles, as it causes links to be
confusing in the table of contents. Instead, ensure that a reference is
included in the descriptive text. A typical entry could look like this::

Locators
~~~~~~~~
Expand Down
6 changes: 5 additions & 1 deletion doc/users/next_whats_new/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ When adding an entry please look at the currently existing files to
see if you can extend any of them. If you create a file, name it
something like :file:`cool_new_feature.rst` if you have added a brand new
feature or something like :file:`updated_feature.rst` for extensions of
existing features. Include contents of the form: ::
existing features.

Please avoid using references in section titles, as it causes links to be
confusing in the table of contents. Instead, ensure that a reference is
included in the descriptive text. Include contents of the form: ::

Section Title for Feature
-------------------------
Expand Down