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

Skip to content

Commit 8db2224

Browse files
committed
update api_changes and coding guide to make api more prominant and attempt redirect
1 parent 2dd467e commit 8db2224

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

doc/devel/api_changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ are backwards-incompatible API changes.
1717

1818
color_changes.rst
1919

20+
.. redirect-from:: /devel/coding_guide#new-features-and-api-changes
21+
2022
.. _api_whats_new:
2123

2224
Announce changes, deprecations, and new features

doc/devel/coding_guide.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Coding guidelines
77
We appreciate these guidelines being followed because it improves the readability,
88
consistency, and maintainability of the code base.
99

10-
API changes
11-
===========
1210

13-
If you are adding new features, changing behavior or function signatures, or
14-
removing classes, functions, methods, or properties, please see the :ref:`api_changes`
15-
guide.
11+
.. admonition:: API changes
12+
13+
If you are adding new features, changing behavior or function signatures, or removing
14+
classes, functions, methods, or properties, please see the :ref:`API changes guide <api_changes>`.
15+
1616

1717
PEP8, as enforced by flake8
1818
===========================

0 commit comments

Comments
 (0)