Skip to content

Commit 535534b

Browse files
committed
fix citation
1 parent 1c3eb6f commit 535534b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/howto/hypothesis_testing.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@
538538
"id": "de465219",
539539
"metadata": {},
540540
"source": [
541-
"{ref}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:\n",
541+
"{cite:t}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:\n",
542542
"\n",
543543
"![](hdi_plus_rope_decision_rule.png)\n",
544544
"\n",

examples/howto/hypothesis_testing.myst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ az.plot_posterior(idata, var_names=["mu"], rope=rope, figsize=(14, 3));
183183

184184
+++
185185

186-
{ref}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:
186+
{cite:t}`kruschke2018rejecting` outlines the HDI+ROPE decision rule, which is summarised in the figure taken from that paper:
187187

188188
![](hdi_plus_rope_decision_rule.png)
189189

0 commit comments

Comments
 (0)