Conversation
Switch to PyData Sphinx Theme, add sphinxext-opengraph (OG meta tags, social cards, meta descriptions), sphinx-sitemap, and nbsphinx. Add llms.txt/llms-full.txt for AI crawlers, CITATION.cff for academic citation, Schema.org JSON-LD structured data, and meta directives on high-value pages. Integrate all 15 Jupyter tutorials into the Sphinx toctree. Expand PyPI keywords/classifiers and add README badges. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Overall Assessment The PR does not modify estimator implementations, weighting, or variance code, but it does introduce new public AI-discoverability documentation that now diverges from the implemented methodology for Executive Summary
Methodology No estimator implementation changed in this PR; the affected methods are
Code Quality
Performance
Maintainability
Tech Debt
Security
Documentation/Tests
Path to Approval
|
Address AI review P1/P2 findings: remove fabricated covariates param from ContinuousDiD.fit(), fix aggregate enum values to match source (None/dose/eventstudy), document TROP treatment as absorbing-state indicator, fix lambda_nn_grid default, give ContinuousDiDResults its own results section with correct ATT/ACRT schema, and use RTD's READTHEDOCS_CANONICAL_URL for version-aware html_baseurl/ogp_site_url. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
/ai-review |
|
🔁 AI review rerun (requested by @igerber) Head SHA: Overall Assessment ✅ Looks good All prior P1 methodology findings from the previous review appear resolved. The remaining issues are non-blocking P2/P3 documentation and metadata consistency items. Executive Summary
Methodology No findings. The previous Code Quality No findings. Performance No findings. Maintainability
Tech Debt
Security No findings. Documentation/Tests
|
Relabel n_treated/n_control as unit counts and add n_treated_obs to match trop_results.py. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
sitemap.xmlgeneration.. meta::directives with targeted descriptions/keywords to 7 high-value pagesdocs/llms.txtanddocs/llms-full.txtfor AI crawler discoverabilityCITATION.cfffor GitHub "Cite this repository" and Google Scholar indexingdocs/_templates/layout.htmlMethodology references
Validation
sphinx-build -b html docs docs/_build/htmlsucceedsSecurity / privacy
Generated with Claude Code