mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
More links between events documentation
This commit is contained in:
parent
be4f02335f
commit
6ccef35cc9
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ Datasette includes a mechanism for tracking events that occur while the software
|
|||
|
||||
The core Datasette application triggers events when certain things happen. This page describes those events.
|
||||
|
||||
Plugins can listen for events using the :ref:`plugin_hook_track_event` plugin hook, which will be called with instances of the following classes (or additional classes registered by other plugins):
|
||||
Plugins can listen for events using the :ref:`plugin_hook_track_event` plugin hook, which will be called with instances of the following classes - or additional classes :ref:`registered by other plugins <plugin_hook_register_events>`.
|
||||
|
||||
.. automodule:: datasette.events
|
||||
:members:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue