- Keep
src/darsia/presets/workflows/doc/README.mdas the single navigation entry point. - Add new workflow docs as
workflow-<name>.mdand link them fromREADME.mdandoverview.md. - Keep schema details centralized in
config-reference.md; workflow pages should link to it instead of duplicating option lists. - When adding config keys, update
config-reference.md, then update only impacted workflow guides. - For deprecations, add a short "Deprecated" note and preferred replacement in the affected page.
- Prefer links to code modules over duplicating implementation details likely to drift.
- Fast drift in config schema: workflow config objects evolve quickly; docs can become stale.
- Output-path drift: default folder conventions may change with config defaults.
- Workflow surface drift: flags and optional paths (CLI/GUI) may change across releases.
- Correction pipeline drift: behavior and persistence details may change as correction internals evolve.
- Advanced features drift: ROI/data registries and calibration options are actively evolving.
src/darsia/presets/workflows/doc/README.mdexists and links all workflow docs.- Docs cover setup, calibration, analysis, comparison, and GUI entry points.
config-reference.mdmatches currently loaded workflow config sections.- Image selection and ROI usage are documented with registry-based examples.
- New/changed workflow flags are reflected in relevant workflow pages.
- Known limitations are captured in
known-issues.md. - Links between pages resolve and avoid dead references.
- No unnecessary duplication of volatile implementation internals.