Skip to content

Commit

Permalink
Convert Aesara references to intersphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
paw-lu committed Nov 5, 2021
1 parent e7f2741 commit 56c45fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pymc/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,8 @@ def align_minibatches(batches=None):


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

0 comments on commit 56c45fa

Please sign in to comment.