Skip to content

Commit 5186680

Browse files
committed
see also callout underneath
1 parent 9b8c660 commit 5186680

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)