Skip to content

Commit c349569

Browse files
committed
Add link to notebook in docstring
1 parent eff7ac2 commit c349569

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pymc3/data.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,11 @@ class Data:
425425
... pm.set_data({'data': data_vals})
426426
... traces.append(pm.sample())
427427
428-
For more information on how to set the value of the data container
429-
variable check out :func:`pm.set_data()`.
428+
To set the value of the data container variable, check out
429+
:func:`pm.set_data()`.
430+
431+
For more information, take a look at this example notebook
432+
https://docs.pymc.io/notebooks/data_container.html
430433
"""
431434
def __new__(self, name, value):
432435
# `pm.model.pandas_to_array` takes care of parameter `value` and

0 commit comments

Comments
 (0)