Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Improve the modules doc #10758

Merged
merged 8 commits into from
Sep 8, 2021
Merged
Changes from 1 commit
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: 4 additions & 1 deletion docs/modules/writing_a_module.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ callbacks for.
Modules can register callbacks using one of the module API's `register_[...]_callbacks`
methods. The callback functions are passed to these methods as keyword arguments, with
the callback name as the argument name and the function as its value. This is demonstrated
in the example below. A `register_[...]_callbacks` method exists for each category.
in the example below. A `register_[...]_callbacks` method exists for each category.

Callbacks for each category can be found by clicking the relevant links in the navigation
panel on the left-hand side of this documentation.
babolivier marked this conversation as resolved.
Show resolved Hide resolved