Skip to content

Commit f375f27

Browse files
katrinleinwebertwiecki
authored andcommitted
Hyperlink DOIs to preferred resolver
1 parent 4c99d5f commit f375f27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/notebooks/model_comparison.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
"\n",
568568
"## Reference\n",
569569
"\n",
570-
"[Gelman, A., Hwang, J., & Vehtari, A. (2014). Understanding predictive information criteria for Bayesian models. Statistics and Computing, 24(6), 997–1016.](http://doi.org/10.1007/s11222-013-9416-2)\n",
570+
"[Gelman, A., Hwang, J., & Vehtari, A. (2014). Understanding predictive information criteria for Bayesian models. Statistics and Computing, 24(6), 997–1016.](https://doi.org/10.1007/s11222-013-9416-2)\n",
571571
"\n",
572572
"[Vehtari, A, Gelman, A, Gabry, J. (2016). Practical Bayesian model evaluation using leave-one-out cross-validation and WAIC. Statistics and Computing](http://link.springer.com/article/10.1007/s11222-016-9696-4)"
573573
]

pymc3/distributions/continuous.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3018,7 +3018,7 @@ def logcdf(self, value):
30183018
----------
30193019
.. [Rigby2005] R.A. Rigby (2005).
30203020
"Generalized additive models for location, scale and shape"
3021-
http://dx.doi.org/10.1111/j.1467-9876.2005.00510.x
3021+
https://doi.org/10.1111/j.1467-9876.2005.00510.x
30223022
"""
30233023
mu = self.mu
30243024
sigma = self.sigma

0 commit comments

Comments
 (0)