From 41eb7984959077b9974d79c52860aecec7be0b32 Mon Sep 17 00:00:00 2001 From: Rohit Kattimani <82595800+RohitKattimani@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:44:20 +0530 Subject: [PATCH] DOCS: remove stale proceed parameter docs from tl.draw_graph proceed is documented in the docstring's Parameters section but was removed from the function signature; docs were never updated to match. --- src/scanpy/tools/_draw_graph.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/scanpy/tools/_draw_graph.py b/src/scanpy/tools/_draw_graph.py index 4d215170fc..ac51f3c9e7 100644 --- a/src/scanpy/tools/_draw_graph.py +++ b/src/scanpy/tools/_draw_graph.py @@ -92,8 +92,6 @@ def draw_graph( # noqa: PLR0913 Sparse adjacency matrix of the graph, defaults to neighbors connectivities. key_added Template for the key. If `None`, uses `f'X_draw_graph_{{layout}}'` for `obsm`. - proceed - Continue computation, starting off with `f'X_draw_graph_{{layout}}'`. init_pos `'paga'`/`True`, `None`/`False`, or any valid 2d-`.obsm` key. Use precomputed coordinates for initialization.