Skip to content

Commit

Permalink
docs: squelch Sphinx 'duplicate ref' warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed May 16, 2024
1 parent 7ee337c commit 10a4cf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,24 @@
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:

.. automethod:: __call__

.. automethod:: sort
:no-index:

:mod:`hypatia.query`
--------------------
Expand All @@ -42,6 +47,7 @@ Comparators
~~~~~~~~~~~

.. autoclass:: Contains
:no-index:

.. autoclass:: Eq

Expand Down

0 comments on commit 10a4cf7

Please sign in to comment.