Skip to content

Commit 748ea70

Browse files
committed
Convert Aesara references to intersphinx
1 parent b552b4a commit 748ea70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pymc/data.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ def align_minibatches(batches=None):
464464

465465

466466
class Data:
467-
"""Data container class that wraps the Aesara ``SharedVariable`` class
468-
and lets the model be aware of its inputs and outputs.
467+
"""Data container class that wraps :func:`aesara.shared` and lets
468+
the model be aware of its inputs and outputs.
469469
470470
Parameters
471471
----------
@@ -478,7 +478,7 @@ class Data:
478478
random variables). Use this when `value` is a pandas Series or DataFrame. The
479479
`dims` will then be the name of the Series / DataFrame's columns. See ArviZ
480480
documentation for more information about dimensions and coordinates:
481-
https://arviz-devs.github.io/arviz/notebooks/Introduction.html
481+
:ref:`arviz:quickstart`.
482482
export_index_as_coords: bool, optional, default=False
483483
If True, the `Data` container will try to infer what the coordinates should be
484484
if there is an index in `value`.

0 commit comments

Comments
 (0)