You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build complete API documentation site for diff-diff library:
- Sphinx configuration with autodoc, napoleon, and intersphinx
- ReadTheDocs configuration for automated builds
- Full API reference auto-generated from docstrings
- User guide pages:
- Getting started / quickstart
- "Which estimator should I use?" decision guide
- Comparison with R packages (did, HonestDiD, synthdid)
- Module documentation for all public APIs:
- Estimators (DifferenceInDifferences, TWFE, MultiPeriodDiD, SyntheticDiD)
- Staggered (CallawaySantAnna)
- Results classes
- Visualization functions
- Diagnostics / placebo tests
- Honest DiD sensitivity analysis
- Utils (parallel trends, wild bootstrap)
- Data preparation utilities
Build locally with: cd docs && make html
Completes the API Documentation Site item from TODO.md (1.0 blocker).
| Goodman-Bacon Decomposition | Not Started | 1.0 Target | Explains when TWFE fails |
25
25
| Power Analysis | Not Started | 1.0 Target | Study design tool |
26
26
| CallawaySantAnna Bootstrap | Not Implemented | 1.0 Target | Better inference with few clusters |
@@ -92,21 +92,30 @@ results = cs.fit(
92
92
```
93
93
94
94
### API Documentation Site
95
-
**Status**: Not Started
95
+
**Status**: ✅ Implemented
96
96
**Effort**: Medium
97
97
**Practitioner Value**: ⭐⭐⭐⭐
98
98
99
-
**Why this matters**: For a 1.0 release, users should be able to find comprehensive API documentation online. Currently only docstrings and README exist.
99
+
**Why this matters**: For a 1.0 release, users should be able to find comprehensive API documentation online.
0 commit comments