From c58a2d81fca869c226741263fa2049a103372fa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 11:10:46 +0000 Subject: [PATCH] docs: add generalized covariate adjustment example notebooks to index The two example notebooks for the generalized adjustment criterion (introduced in #1292 and #1297) were missing from nb_index.rst, making them undiscoverable from the documentation site. - dowhy_generalized_covariate_adjustment_example.ipynb: identification using the generalized adjustment criterion (vs. backdoor criterion) - dowhy_generalized_covariate_adjustment_estimation_example.ipynb: estimation using general adjustment sets Both notebooks are added to the Miscellaneous section grid and toctree. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: github-actions[bot] --- docs/source/example_notebooks/nb_index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/source/example_notebooks/nb_index.rst b/docs/source/example_notebooks/nb_index.rst index 53b93017d9..58ebc2c162 100644 --- a/docs/source/example_notebooks/nb_index.rst +++ b/docs/source/example_notebooks/nb_index.rst @@ -397,6 +397,20 @@ Miscellaneous | **Level:** Advanced | **Task:** Effect inference + .. grid-item-card:: :doc:`dowhy_generalized_covariate_adjustment_example` + + +++ + | **Level:** Advanced + | **Task:** Effect identification + +.. grid:: 2 + + .. grid-item-card:: :doc:`dowhy_generalized_covariate_adjustment_estimation_example` + + +++ + | **Level:** Advanced + | **Task:** Effect estimation + .. toctree:: :maxdepth: 1 :caption: Introductory examples @@ -471,5 +485,7 @@ Miscellaneous dowhy_efficient_backdoor_example identifying_effects_using_id_algorithm dowhy_optimize_backdoor_example + dowhy_generalized_covariate_adjustment_example + dowhy_generalized_covariate_adjustment_estimation_example dowhy_functional_api dowhy_causal_api