Skip to content

Commit

Permalink
Update API to include Stream methods [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Durant committed May 14, 2019
1 parent c04bc82 commit 02fe2d5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ Stream
Stream

.. autosummary::
Stream.connect
Stream.destroy
Stream.disconnect
Stream.visualize
accumulate
buffer
collect
combine_latest
Stream.connect
delay
Stream.destroy
Stream.disconnect
filter
flatten
map
Expand All @@ -35,6 +36,16 @@ Stream
zip
zip_latest

.. automethod:: Stream.connect
.. automethod:: Stream.disconnect
.. automethod:: Stream.destroy
.. automethod:: Stream.emit
.. automethod:: Stream.frequencies
.. automethod:: Stream.register_api
.. automethod:: Stream.sink_to_list
.. automethod:: Stream.update
.. automethod:: Stream.visualize

Sources
-------

Expand Down

0 comments on commit 02fe2d5

Please sign in to comment.