From 9f9c737fc2618780dde46c071ad8b985ad6c567d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 17 Jun 2018 20:05:38 -0700 Subject: [PATCH] Fixed sphinx warning --- docs/metadata.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/metadata.rst b/docs/metadata.rst index 029e2960..7ae561af 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -122,6 +122,7 @@ This will restrict sorting of ``example_table`` to just the ``height`` and You can also disable sorting entirely by setting ``"sortable_columns": []`` .. _label_columns: + Specifying the label column for a table ---------------------------------------