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

Skip to content

Commit 87f2ffa

Browse files
story645timhoffm
andcommitted
changed api changes to api guidelines and rearranged heirarchy a bit,
added callout in coding guidelines to make more obvious. Co-authored-by: Tim Hoffmann <[email protected]>
1 parent 9b8c660 commit 87f2ffa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

doc/devel/coding_guide.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@
44
Coding guidelines
55
*****************
66

7-
.. admonition:: API guidelines
8-
:class: seealso, sidebar
9-
10-
If adding new features or otherwise changing API, see :ref:`api_changes`
11-
12-
137
We appreciate these guidelines being followed because it improves the readability,
148
consistency, and maintainability of the code base.
159

10+
.. admonition:: API guidelines
11+
:class: seealso
12+
13+
If adding new features, changing behavior or function signatures, or removing
14+
public interfaces, please consult the :ref:`api_changes`.
1615

1716
PEP8, as enforced by flake8
1817
===========================

0 commit comments

Comments
 (0)