From 3902e3fc83a1fa6e1571b38f1e23ffa22603719c Mon Sep 17 00:00:00 2001 From: leynos Date: Fri, 12 Jun 2026 21:36:09 +0200 Subject: [PATCH] Update stale source path references in documentation (#345) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Several documents pointed at module paths that no longer exist after the manifest, runner, and graph-view refactors: - `docs/netsuke-design.md`: `src/manifest.rs` → `src/manifest/mod.rs`, `src/runner.rs` → `src/runner/mod.rs`, and `src/runner/process.rs` → `src/runner/process/mod.rs`; - `docs/developers-guide.md`: `src/graph_view/render_html.rs` → `src/graph_view/render_html/mod.rs`; - `docs/rust-testing-with-rstest-fixtures.md`: drop the reference to the removed `src/fixtures.rs`, pointing at "a dedicated fixtures module" instead. `docs/contents.md` is unaffected — no document structure changed. --- docs/developers-guide.md | 2 +- docs/netsuke-design.md | 7 ++++--- docs/rust-testing-with-rstest-fixtures.md | 6 +++--- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/developers-guide.md b/docs/developers-guide.md index 858e5efb..95cd425f 100644 --- a/docs/developers-guide.md +++ b/docs/developers-guide.md @@ -42,7 +42,7 @@ the hexagonal port/adapter pattern: `render(&self, view: &GraphView, sink: &mut dyn io::Write) -> Result<(), GraphRenderError>`. Adapters consume `GraphView` only — they never touch `BuildGraph` directly. - [`DotRenderer`](../src/graph_view/render_dot.rs) emits Graphviz DOT. -- [`HtmlRenderer`](../src/graph_view/render_html.rs) emits a self-contained +- [`HtmlRenderer`](../src/graph_view/render_html/mod.rs) emits a self-contained HTML page (server-rendered SVG, accessible textual outline, and a `