Skip to content

docs: remove panel_fixed_effects bibliography cell#905

Closed
anevolbap wants to merge 1 commit into
pymc-labs:mainfrom
anevolbap:issue-884-remove-bibliography-cell
Closed

docs: remove panel_fixed_effects bibliography cell#905
anevolbap wants to merge 1 commit into
pymc-labs:mainfrom
anevolbap:issue-884-remove-bibliography-cell

Conversation

@anevolbap
Copy link
Copy Markdown
Contributor

@anevolbap anevolbap commented May 6, 2026

Closes #884.

Summary

Removes the trailing ## References cell with :::{bibliography} from panel_fixed_effects.ipynb. The cell was added in #628 after #834 had centralised references into docs/source/references.rst. Inline {cite:p} calls already resolve against the global page, so the cell is redundant.

sensitivity_checks.md, the other file named in #884, was already cleaned up separately.

Changes

  • docs/source/notebooks/panel_fixed_effects.ipynb: drop the trailing References cell.
  • Notebook re-executed end-to-end in the CausalPy env so saved outputs are fresh.

Verification

  • grep -rn ":::{bibliography}" docs/source/notebooks docs/source/knowledgebase returns no matches.
  • prek run --files docs/source/notebooks/panel_fixed_effects.ipynb passes (notably Validate notebook schema).
  • Local make html builds cleanly: 15 pre-existing autodoc/toctree warnings, no new bibtex.duplicate_* warnings.

…book

Closes the remaining piece of pymc-labs#884. The trailing References cell with
:::{bibliography} was added in pymc-labs#628 after the global bibliography
consolidation in pymc-labs#834. Inline {cite:p} references already resolve
against docs/source/references.rst, so the cell is redundant.

sensitivity_checks.md was already cleaned up separately.

Notebook re-executed end-to-end in the CausalPy env to refresh outputs.
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@anevolbap anevolbap changed the title docs: remove leftover bibliography cell from panel_fixed_effects note… docs: remove panel_fixed_effects bibliography cell May 6, 2026
@github-actions github-actions Bot added the documentation Improvements or additions to documentation label May 6, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.87%. Comparing base (e14d731) to head (2fa373a).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #905   +/-   ##
=======================================
  Coverage   94.87%   94.87%           
=======================================
  Files          85       85           
  Lines       13174    13174           
  Branches      793      793           
=======================================
  Hits        12499    12499           
  Misses        479      479           
  Partials      196      196           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@read-the-docs-community
Copy link
Copy Markdown

@anevolbap
Copy link
Copy Markdown
Contributor Author

Superseded by #909, which restores per-document bibliographies across the docs and consequently keeps the bibliography cell in panel_fixed_effects.ipynb that this PR was removing. The cleanup is no longer needed under that approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove leftover per-document bibliography blocks in panel_fixed_effects.ipynb and sensitivity_checks.md

1 participant