From a88b599cce14cb10226c846ea93438e80b3b7911 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 15 May 2019 22:18:02 -0700 Subject: [PATCH] Improved introduction copy on Plugins docs page --- docs/plugins.rst | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index b5048945..78607c0b 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -3,12 +3,9 @@ Plugins ======= -Datasette's plugin system is currently under active development. It allows -additional features to be implemented as Python code (or front-end JavaScript) -which can be wrapped up in a separate Python package. The underlying mechanism -uses `pluggy `_. - -You can follow the development of plugins in `issue #14 `_. +Datasette's plugin system allows additional features to be implemented as Python +code (or front-end JavaScript) which can be wrapped up in a separate Python +package. The underlying mechanism uses `pluggy `_. Using plugins -------------