From 8da6b0d542c7ea276df8b5467d4be6cd08cf867f Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Fri, 27 Jul 2018 20:26:18 -0700 Subject: [PATCH] Added labels so unit tests can detect docs, refs #299 --- docs/introspection.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/introspection.rst b/docs/introspection.rst index 72177750..1a0ab952 100644 --- a/docs/introspection.rst +++ b/docs/introspection.rst @@ -5,6 +5,8 @@ Datasette includes some pages and JSON API endpoints for introspecting the curre Each of these pages can be viewed in your browser. Add ``.json`` to the URL to get back the contents as JSON. +.. _JsonDataView_metadata: + /-/metadata ----------- @@ -19,6 +21,8 @@ Shows the contents of the ``metadata.json`` file that was passed to ``datasette "databases": {...} } +.. _JsonDataView_inspect: + /-/inspect ---------- @@ -52,6 +56,7 @@ This is an internal implementation detail of Datasette and the format should not }, ... +.. _JsonDataView_versions: /-/versions ----------- @@ -78,6 +83,8 @@ Shows the version of Datasette, Python and SQLite. `Versions example