Skip to content

Commit

Permalink
Add new methods to class documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gvinciguerra committed Mar 28, 2024
1 parent f2988fc commit bbac640
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pygm/sortedlist.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class SortedList(SortedContainer):
* :func:`SortedList.find_lt`
* :func:`SortedList.index`
* :func:`SortedList.rank`
* :func:`SortedList.approximate_rank`
Methods for iterating elements:
Expand All @@ -58,6 +59,7 @@ class SortedList(SortedContainer):
* :func:`SortedList.copy`
* :func:`SortedList.stats`
* :func:`SortedList.segment`
* :func:`SortedList.__repr__`
Args:
Expand Down
2 changes: 2 additions & 0 deletions pygm/sortedset.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class SortedSet(SortedContainer):
* :func:`SortedSet.find_lt`
* :func:`SortedSet.index`
* :func:`SortedSet.rank`
* :func:`SortedSet.approximate_rank`
Methods for set comparisons:
Expand All @@ -55,6 +56,7 @@ class SortedSet(SortedContainer):
* :func:`SortedSet.copy`
* :func:`SortedSet.stats`
* :func:`SortedSet.segment`
* :func:`SortedSet.__repr__`
Args:
Expand Down

0 comments on commit bbac640

Please sign in to comment.