Missing docs for unique and unique_iter

This commit is contained in:
Kevin Stone 2015-09-18 13:46:38 -07:00
parent ed9f74ea43
commit a2d97137df
2 changed files with 3 additions and 1 deletions

View File

@ -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

1
docs/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx_rtd_theme