Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmacavaney committed Dec 19, 2024
1 parent acdb611 commit 17858aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyterrier_dr/flex/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def docnos(self) -> Lookup:

@property
def ILS(self) -> ir_measures.Measure:
"""Return an ILS (Intra-List Similarity) measure for this index. See: :func:`pyterrier_dr.ILS` for more details."""
"""Return an ILS (Intra-List Similarity) measure for this index. See :func:`pyterrier_dr.ILS` for more details."""
return pyterrier_dr.ILS(self)

def __repr__(self):
Expand Down
6 changes: 6 additions & 0 deletions pyterrier_dr/pt_docs/indexing-retrieval.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ API Documentation
.. automethod:: gar
.. automethod:: ladr_proactive
.. automethod:: ladr_adaptive
.. automethod:: mmr

Evaluation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. autoproperty:: ILS

Index Data Access
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 17858aa

Please sign in to comment.