Skip to content

Commit 803b076

Browse files
committed
add properly formatted reference section
1 parent 3438409 commit 803b076

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/source/notebooks/tfits_single_channel.ipynb

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -824,10 +824,17 @@
824824
"- Bootstrap confidence intervals for effect estimates\n",
825825
"- Grid search for optimal transform parameters\n",
826826
"- Bayesian inference with PyMC for full uncertainty quantification\n",
827-
"- Multi-channel analysis (e.g., multiple communication channels, different media types)\n",
828-
"\n",
829-
"**References and Related Methods:**\n",
830-
"For more on interrupted time series and intervention analysis, see {cite:p}`box1975intervention`. For related quasi-experimental methods in CausalPy, see the {term}`Interrupted Time Series`, {term}`Synthetic Control`, and {term}`Difference in Differences` documentation.\n"
827+
"- Multi-channel analysis (e.g., multiple communication channels, different media types)\n"
828+
]
829+
},
830+
{
831+
"cell_type": "markdown",
832+
"metadata": {},
833+
"source": [
834+
"## References\n",
835+
":::{bibliography}\n",
836+
":filter: docname in docnames\n",
837+
":::"
831838
]
832839
}
833840
],

0 commit comments

Comments
 (0)