refactor: Update documentation links for improved navigation; remove obsolete architecture file

This commit is contained in:
2025-10-21 18:18:38 +02:00
parent 4b3a15ed15
commit 9ed2a70521
7 changed files with 19 additions and 69 deletions

View File

@@ -23,12 +23,12 @@ Explain the static structure: modules, components, services and their relationsh
## Architecture overview (migrated)
This overview complements `docs/architecture.md` with a high-level map of CalMiner's module layout and request flow.
This overview complements [architecture](docs/architecture/README.md) with a high-level map of CalMiner's module layout and request flow.
Refer to the detailed architecture chapters in `docs/architecture/`:
- Module map & components: `docs/architecture/05_building_block_view.md`
- Request flow & runtime interactions: `docs/architecture/06_runtime_view.md`
- Simulation roadmap & strategy: `docs/architecture/04_solution_strategy.md`
- Module map & components: [Building Block View](docs/architecture/05_building_block_view.md)
- Request flow & runtime interactions: [Runtime View](docs/architecture/06_runtime_view.md)
- Simulation roadmap & strategy: [Solution Strategy](docs/architecture/04_solution_strategy.md)
Currency normalization and backfill tooling have been added (see `scripts/backfill_currency.py` and related migrations) to support canonical currency lookups across cost tables.
Currency normalization and backfill tooling have been added (see [backfill_currency.py](scripts/backfill_currency.py) and related migrations) to support canonical currency lookups across cost tables.