mirror of https://github.com/mahmoud/boltons.git
Missing docs for unique and unique_iter
This commit is contained in:
parent
ed9f74ea43
commit
a2d97137df
|
@ -18,9 +18,10 @@ from the standard library.
|
|||
.. autofunction:: pairwise_iter
|
||||
.. autofunction:: windowed
|
||||
.. autofunction:: windowed_iter
|
||||
|
||||
.. autofunction:: backoff
|
||||
.. autofunction:: backoff_iter
|
||||
.. autofunction:: unique
|
||||
.. autofunction:: unique_iter
|
||||
.. autofunction:: frange
|
||||
.. autofunction:: xfrange
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
sphinx_rtd_theme
|
Loading…
Reference in New Issue