diff --git a/docs/plugin_hooks.rst b/docs/plugin_hooks.rst index d61dc727..23f19e38 100644 --- a/docs/plugin_hooks.rst +++ b/docs/plugin_hooks.rst @@ -80,7 +80,6 @@ You can now use this filter in your custom templates like so:: Table name: {{ table|uppercase }} - .. _plugin_hook_extra_template_vars: extra_template_vars(template, database, table, columns, view_name, request, datasette) @@ -632,6 +631,8 @@ Note that ``register_commands()`` plugins cannot used with the :ref:`--plugins-d pip install -e path/to/my/datasette-plugin +Example: `datasette-verify `_ + .. _plugin_register_facet_classes: register_facet_classes()