From d6c6547e0ecd78c58b4fbcc220e70bbd7af23354 Mon Sep 17 00:00:00 2001 From: Filip Leonarski Date: Wed, 2 Sep 2026 09:08:06 +0200 Subject: [PATCH] docs: point the two source comments at the pages their sections moved to Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01EFEJG6WBQv8th4UJFNe53N --- common/BraggIntegrationSettings.h | 2 +- rugnux/ResultReport.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/BraggIntegrationSettings.h b/common/BraggIntegrationSettings.h index 8f33c87d1..e5b50bffd 100644 --- a/common/BraggIntegrationSettings.h +++ b/common/BraggIntegrationSettings.h @@ -9,7 +9,7 @@ // profile-fits with a measured-width Gaussian (Kabsch-style) - more accurate intensities than the // classical uniform BoxSum; validated on anomalous data (stronger S/Cl peaks vs box-sum). BoxSum is // the simpler, faster fallback. ProfileEmpirical learns the profile per resolution shell from strong -// spots - see docs/CPU_DATA_ANALYSIS.md (Bragg integration). +// spots - see docs/CPU_DATA_ANALYSIS_INTEGRATION.md (Bragg integration). enum class IntegratorMode { BoxSum, ProfileGaussian, ProfileEmpirical }; // What the integrator does about a signal region shared with a neighbouring reflection. Off is the diff --git a/rugnux/ResultReport.h b/rugnux/ResultReport.h index 566e53b1a..119e7c57d 100644 --- a/rugnux/ResultReport.h +++ b/rugnux/ResultReport.h @@ -17,7 +17,7 @@ // and a report that has to be read next to a lost shell history is worth less. // // The format is an interface: key names, table columns and the reason vocabulary are stable, and -// REPORT_VERSION is bumped if they ever change. See docs/RUGNUX.md. +// REPORT_VERSION is bumped if they ever change. See docs/RUGNUX_REPORT.md. // How the run was produced: the invocation, what it cost, and what it ran on. The CLI is the only // caller that knows these, so they are passed in rather than read here. Each is left out of the