From 3b88ccf1954d98dfda72accf55309423bd30be74 Mon Sep 17 00:00:00 2001 From: reshamas Date: Wed, 10 May 2023 12:22:26 -0400 Subject: [PATCH 1/2] update glm_linear target --- examples/conf.py | 2 +- sphinxext/thumbnail_extractor.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/conf.py b/examples/conf.py index 890ed9bdb..5efe4a07a 100644 --- a/examples/conf.py +++ b/examples/conf.py @@ -175,7 +175,7 @@ def setup(app: Sphinx): "mpl": ("https://matplotlib.org/", None), "numpy": ("https://numpy.org/doc/stable/", None), "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), - "pymc": ("https://www.pymc.io/projects/docs/en/stable/", None), + "pymc": ("https://pymcio--6714.org.readthedocs.build/projects/docs/en/6714/", None), "pytensor": ("https://pytensor.readthedocs.io/en/latest/", None), "pmx": ("https://www.pymc.io/projects/experimental/en/latest/", None), "scipy": ("https://docs.scipy.org/doc/scipy/reference/", None), diff --git a/sphinxext/thumbnail_extractor.py b/sphinxext/thumbnail_extractor.py index f1aceebda..fad8a7478 100644 --- a/sphinxext/thumbnail_extractor.py +++ b/sphinxext/thumbnail_extractor.py @@ -46,7 +46,7 @@ .. grid-item-card:: GLM: Linear regression :img-top: ../_thumbnails/core_notebooks/glm_linear.png - :link: pymc:GLM_linear + :link: pymc:glm_linear :link-type: ref :shadow: none From 6ee17f01bec88986ed76405ca3cd6a474b905831 Mon Sep 17 00:00:00 2001 From: Oriol Abril-Pla Date: Wed, 10 May 2023 19:23:19 +0200 Subject: [PATCH 2/2] Undo mapping modification for testing --- examples/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/conf.py b/examples/conf.py index 5efe4a07a..890ed9bdb 100644 --- a/examples/conf.py +++ b/examples/conf.py @@ -175,7 +175,7 @@ def setup(app: Sphinx): "mpl": ("https://matplotlib.org/", None), "numpy": ("https://numpy.org/doc/stable/", None), "pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None), - "pymc": ("https://pymcio--6714.org.readthedocs.build/projects/docs/en/6714/", None), + "pymc": ("https://www.pymc.io/projects/docs/en/stable/", None), "pytensor": ("https://pytensor.readthedocs.io/en/latest/", None), "pmx": ("https://www.pymc.io/projects/experimental/en/latest/", None), "scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),