From 10a4cf7b5821adc94d32edbb0386300161a68053 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 16 May 2024 12:58:04 -0400 Subject: [PATCH] docs: squelch Sphinx 'duplicate ref' warnings --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api.rst b/docs/api.rst index c711a62..63cb685 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -19,12 +19,16 @@ Retrieve an index or return failobj. .. automethod:: reset + :no-index: .. automethod:: index_doc + :no-index: .. automethod:: unindex_doc + :no-index: .. automethod:: reindex_doc + :no-index: .. autoclass:: CatalogQuery :members: @@ -32,6 +36,7 @@ .. automethod:: __call__ .. automethod:: sort + :no-index: :mod:`hypatia.query` -------------------- @@ -42,6 +47,7 @@ Comparators ~~~~~~~~~~~ .. autoclass:: Contains + :no-index: .. autoclass:: Eq