1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
.. RxPY documentation master file, created by
sphinx-quickstart on Sat Feb 17 23:30:45 2018.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
ReactiveX for Python (RxPY)
===========================
ReactiveX for Python (RxPY) is a library for composing asynchronous and
event-based programs using observable collections and pipable query
operators in Python.
.. toctree::
:maxdepth: 2
installation
rationale
get_started
testing
migration
operators
additional_reading
reference
contributing
license
|