From e4216ff5035f57f2fb66031f105e41c3b9728bc1 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 21 Jun 2020 14:55:17 -0700 Subject: [PATCH] Fixed rST warning --- docs/ecosystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecosystem.rst b/docs/ecosystem.rst index f2da885c..7c8959dd 100644 --- a/docs/ecosystem.rst +++ b/docs/ecosystem.rst @@ -93,7 +93,7 @@ datasette-auth-tokens `datasette-auth-tokens `__ provides a mechanism for creating secret API tokens that can then be used with Datasette's :ref:`authentication` system. datasette-permissions-sql ---------------------- +------------------------- `datasette-permissions-sql `__ lets you configure Datasette permissions checks to use custom SQL queries, which means you can make permisison decisions based on data contained within your databases.