Skip to content
Merged
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
5 changes: 5 additions & 0 deletions doc/devel/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,8 @@ To do so, add a note to the docstring ::

You find several examples for good descriptions if you search the codebase for
``.. admonition:: Discouraged``.

Additionally, if a whole function is discouraged, prefix the summary line with
``[*Discouraged*]`` so that it renders in the API overview like this

[*Discouraged*] Return the XAxis instance.
Loading