From b0a2ac6083e469c3c94d328371e35019deb4d5cc Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 10 Jan 2024 14:05:04 -0800 Subject: [PATCH] Link to rendered documentation --- sphinx/literalinclude-with-markers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sphinx/literalinclude-with-markers.md b/sphinx/literalinclude-with-markers.md index c6e8b56c2f..dcbd81f488 100644 --- a/sphinx/literalinclude-with-markers.md +++ b/sphinx/literalinclude-with-markers.md @@ -57,3 +57,4 @@ async def test_signed_cookie_actor(): assert response.json() == {"actor": {"id": "root"}} # -- end test_signed_cookie_actor -- ``` +The rendered documentation [can be seen here](https://docs.datasette.io/en/latest/testing_plugins.html#using-datasette-client-in-tests).