Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt committed Dec 16, 2024
1 parent 57064e6 commit b420825
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
27 changes: 27 additions & 0 deletions doc/reference/param/generated/param.rx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
param.rx
========

.. currentmodule:: param

.. autoclass:: rx


.. automethod:: __init__


.. rubric:: Methods

.. autosummary::

~rx.register_accessor
~rx.register_display_handler
~rx.register_method_handler


.. rubric:: Attributes

.. autosummary::

~rx.rx


3 changes: 2 additions & 1 deletion doc/reference/param/reactive.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
:toctree: generated/
bind
rx
```

[rx](./generated/param.rx): *rx* allows wrapping objects and then operating on them interactively while recording any operations applied to them.

These methods and properties are available under the `.rx` namespace
of reactive expressions ({py:class}`rx`).

Expand Down

0 comments on commit b420825

Please sign in to comment.