Skip to content

Commit 65f4cd9

Browse files
authored
Fix Broken Link in Weibull Accelerated Failure Time Model Notebook (#677)
* update link * add ref attribute * use {ref} for links * update links using {ref} * Run pre-commit and fix issues
1 parent a2f3a00 commit 65f4cd9

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

examples/survival_analysis/bayes_param_survival_pymc3.ipynb

+8-6
Large diffs are not rendered by default.

examples/survival_analysis/bayes_param_survival_pymc3.myst.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ kernelspec:
1010
name: pymc3-dev
1111
---
1212

13+
(bayes_param_survival_pymc3)=
14+
1315
# Bayesian Parametric Survival Analysis with PyMC3
1416

1517
```{code-cell} ipython3

examples/survival_analysis/weibull_aft.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"source": [
5858
"## Dataset\n",
5959
"\n",
60-
"The [previous example notebook on Bayesian parametric survival analysis](https://docs.pymc.io/notebooks/bayes_param_survival.html) introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.\n",
60+
"The {ref}`previous example notebook on Bayesian parametric survival analysis <bayes_param_survival_pymc3>` introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.\n",
6161
"\n",
6262
"The data set we'll use is the `flchain` R data set, which comes from a medical study investigating the effect of serum free light chain (FLC) on lifespan. Read the full documentation of the data by running:\n",
6363
"\n",

examples/survival_analysis/weibull_aft.myst.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ az.style.use("arviz-darkgrid")
3939

4040
## Dataset
4141

42-
The [previous example notebook on Bayesian parametric survival analysis](https://docs.pymc.io/notebooks/bayes_param_survival.html) introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.
42+
The {ref}`previous example notebook on Bayesian parametric survival analysis <bayes_param_survival_pymc3>` introduced two different accelerated failure time (AFT) models: Weibull and log-linear. In this notebook, we present three different parameterizations of the Weibull AFT model.
4343

4444
The data set we'll use is the `flchain` R data set, which comes from a medical study investigating the effect of serum free light chain (FLC) on lifespan. Read the full documentation of the data by running:
4545

0 commit comments

Comments
 (0)