Skip to content

Commit

Permalink
Merge branch 'enhancement/rx-docs' of https://github.com/holoviz/param
Browse files Browse the repository at this point in the history
…into enhancement/rx-docs
  • Loading branch information
MarcSkovMadsen committed Nov 14, 2024
2 parents f7c92da + 173ff9c commit ba18b87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 5 additions & 4 deletions param/parameterized.py
Original file line number Diff line number Diff line change
Expand Up @@ -2309,8 +2309,8 @@ def add_parameter(self_, param_name: str, param_obj: Parameter):
param_obj : Parameter
The Parameter object to add.
Example
-------
Examples
--------
```python
import param
Expand Down Expand Up @@ -2393,7 +2393,8 @@ def update(self_, arg=Undefined, /, **kwargs):
User Guide: https://param.holoviz.org/user_guide/Parameters.html#other-parameterized-methods
Examples:
Examples
--------
```python
import param
Expand Down Expand Up @@ -2709,7 +2710,7 @@ def serialize_parameters(self_, subset=None, mode='json'):
Parameters
----------
subset (list, optional):
subset: list, optional
A list of parameter names to serialize. If None, all parameters will be serialized. Defaults to None.
mode (str, optional):
The serialization format. By default, only 'json' is supported. Defaults to 'json'.
Expand Down
3 changes: 2 additions & 1 deletion param/reactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,8 @@ def rx(self) -> reactive_ops:
User Guide: https://param.holoviz.org/user_guide/Reactive_Expressions.html#special-methods-on-rx
Examples:
Examples
--------
Lets create a Parameterized instance:
Expand Down

0 comments on commit ba18b87

Please sign in to comment.