Skip to content

Commit

Permalink
Fix generating the API doc (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Dec 16, 2024
1 parent 57064e6 commit f4c0041
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
25 changes: 25 additions & 0 deletions doc/reference/param/generated/param.rx.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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 f4c0041

Please sign in to comment.