Skip to content

Commit

Permalink
v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Anon committed May 18, 2022
1 parent 4012e02 commit 034b97a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 12 deletions.
18 changes: 10 additions & 8 deletions docs/source/reference/datapad.Sequence.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
datapad.Sequence
datapad.Sequence
================

.. currentmodule:: datapad

.. autoclass:: Sequence


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~Sequence.__init__
~Sequence.all
~Sequence.batch
Expand All @@ -30,6 +30,7 @@ datapad.Sequence
~Sequence.join
~Sequence.keep_if
~Sequence.map
~Sequence.next
~Sequence.peek
~Sequence.pmap
~Sequence.reduce
Expand All @@ -39,8 +40,9 @@ datapad.Sequence
~Sequence.take
~Sequence.window
~Sequence.zip_with_index










11 changes: 9 additions & 2 deletions docs/source/reference/datapad.fields.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
datapad.fields
datapad.fields
==============

.. automodule:: datapad.fields







.. rubric:: Functions

.. autosummary::
Expand All @@ -23,4 +27,7 @@ datapad.fields








11 changes: 9 additions & 2 deletions docs/source/reference/datapad.io.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
datapad.io
datapad.io
==========

.. automodule:: datapad.io







.. rubric:: Functions

.. autosummary::
Expand All @@ -21,4 +25,7 @@ datapad.io








0 comments on commit 034b97a

Please sign in to comment.