Skip to content

Commit fc58c7e

Browse files
committed
docs: fix toc.not_included and trailing transition warnings
- Add rd_skl_drinking.ipynb to the Regression Discontinuity toctree; the notebook existed but was missing from the index, causing a toc.not_included WARNING. - Remove trailing --- from estimands.md; a document-level transition (horizontal rule) as the last element is invalid in docutils and caused a WARNING: Document may not end with a transition.
1 parent 3e57e2f commit fc58c7e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/source/knowledgebase/estimands.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,3 @@ The descriptions above assume standard usage. Always consider what your specific
147147
| Regression Discontinuity | Local treatment effect at cutoff | Prediction-based |
148148

149149
For methods not covered in detail here (IV, IPW, ANCOVA), see the respective notebook documentation, {doc}`quasi_dags` for identification, and the {doc}`glossary` for estimand definitions. Note that some of these methods have more limited implementation support in CausalPy---for example, IV does not yet have full `plot()` and `summary()` support, and IPW and ANCOVA are Bayesian-only.
150-
151-
---

docs/source/notebooks/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ piecewise_its_pymc.ipynb
7070
rd_skl.ipynb
7171
rd_pymc.ipynb
7272
rd_pymc_drinking.ipynb
73+
rd_skl_drinking.ipynb
7374
rd_donut_pymc.ipynb
7475
:::
7576

0 commit comments

Comments
 (0)