Release and Docs Maintenance¶
Versioning Checklist¶
- Update version in
pyproject.toml. - Run full tests locally.
- Build docs with strict link checking.
- Merge and tag release according to repository process.
Docs QA Checklist¶
Confirm:
- no broken links
- no stale command/config references
- new or changed modules reflected in reference nav/pages
Keep Docs in Sync With Code¶
- CLI changes in
photoelastimetry/main.pyrequire updates in: docs/user/workflows/*docs/user/configuration.md- New modules require:
- a reference page under
docs/reference/ - nav update in
mkdocs.yml - Behavioral changes should add/update tests under
tests/and corresponding docs notes.