PyMisha Docs + Parity Sync
Use when
- •API status changed.
- •New parity gaps were closed or discovered.
- •R tests were ported to Python.
Required updates
- •Update implementation source-of-truth:
- •
dev/notes/2026-01-27-pymisha-implementation-plan-v2.md
- •Update user-facing status:
- •
README.md
- •Update R->Python test coverage tracker:
- •
dev/notes/r-tests-porting-matrix.md
- •If build/tooling policy changed:
- •
dev/notes/2026-02-06-build-quality-modernization-plan.md
- •Keep docs nav consistent:
- •
docs/roadmap.md
Validation
- •Build docs:
- •
sphinx-build -W --keep-going -b html docs docs/_build/html
- •Link check:
- •
sphinx-build -W --keep-going -b linkcheck docs docs/_build/linkcheck
- •Run changed/new tests:
- •
pytest -q <targeted tests>
- •Lint changed Python files:
- •
ruff check <changed files>