Skip to content

Commit cbffe8e

Browse files
committed
attempt to get intersphinx mapping working with pymc-extras
1 parent 89c7191 commit cbffe8e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

causalpy/pymc_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1426,7 +1426,7 @@ def score(
14261426

14271427
class StateSpaceTimeSeries(PyMCModel):
14281428
"""
1429-
State-space time series model using pymc_extras.statespace.structural.
1429+
State-space time series model using :class:`pymc-extras.statespace.structural`.
14301430
14311431
Parameters
14321432
----------

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
"mpl": ("https://matplotlib.org/stable", None),
117117
"numpy": ("https://numpy.org/doc/stable/", None),
118118
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
119+
"pymc-extras": ("https://www.pymc.io/projects/extras/en/latest/", None),
119120
"pymc": ("https://www.pymc.io/projects/docs/en/stable/", None),
120121
"python": ("https://docs.python.org/3", None),
121122
"scikit-learn": ("https://scikit-learn.org/stable/", None),

0 commit comments

Comments
 (0)