Skip to content

Commit

Permalink
Make signatures look better in generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbayles committed Dec 1, 2017
1 parent 8cb878b commit 0d87621
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ These tools return summarized or aggregated data from an iterable.
.. autofunction:: first(iterable[, default])
.. autofunction:: one
.. autofunction:: unique_to_each
.. autofunction:: locate
.. autofunction:: consecutive_groups
.. autofunction:: exactly_n
.. autofunction:: locate(iterable, pred=bool)
.. autofunction:: consecutive_groups(iterable, ordering=lambda x: x)
.. autofunction:: exactly_n(iterable, n, predicate=bool)
.. autoclass:: run_length

----
Expand All @@ -136,7 +136,7 @@ These tools return summarized or aggregated data from an iterable.
.. autofunction:: all_equal
.. autofunction:: first_true
.. autofunction:: nth
.. autofunction:: quantify
.. autofunction:: quantify(iterable, pred=bool)


Selecting
Expand Down

0 comments on commit 0d87621

Please sign in to comment.