We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8c660 commit 5186680Copy full SHA for 5186680
doc/devel/coding_guide.rst
@@ -4,15 +4,14 @@
4
Coding guidelines
5
*****************
6
7
-.. admonition:: API guidelines
8
- :class: seealso, sidebar
9
-
10
- If adding new features or otherwise changing API, see :ref:`api_changes`
11
12
13
We appreciate these guidelines being followed because it improves the readability,
14
consistency, and maintainability of the code base.
15
+.. admonition:: API guidelines
+ :class: seealso
+
+ If adding new features, changing behavior or function signatures, or removing
+ public interfaces, please consult the :ref:`api_changes`.
16
17
PEP8, as enforced by flake8
18
===========================
0 commit comments