]> Piment Noir Git Repositories - freqai-strategies.git/commitdiff
docs: refine documentation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 19 Nov 2025 22:47:49 +0000 (23:47 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 19 Nov 2025 22:47:49 +0000 (23:47 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ReforceXY/reward_space_analysis/README.md

index ea50727dc8841d619808a3235d839cb688836bb1..b77b64ba1470737876f1d20f6f9271805e3a542a 100644 (file)
@@ -32,7 +32,7 @@ Minimal selective test example:
 uv run pytest -m pbrs -q
 ```
 
-Full test documentation: `tests/README.md`.
+Full test documentation: [tests/README.md](./tests/README.md).
 
 ## Table of Contents
 
@@ -487,7 +487,7 @@ Selective example:
 uv run pytest -m pbrs -q
 ```
 
-Coverage threshold enforced: 85% (`--cov-fail-under=85` in `pyproject.toml`). Full coverage, invariants, markers, smoke policy, and maintenance workflow: `tests/README.md`.
+Coverage threshold enforced: 85% (`--cov-fail-under=85` in `pyproject.toml`). Full coverage, invariants, markers, smoke policy, and maintenance workflow: [tests/README.md](./tests/README.md).
 
 ---