Skip to content

Commit 93adff2

Browse files
lmeyerovclaude
andcommitted
fix(docs): remove contextless diagram from visualization/10min.rst
The arbitrary a->b->c->d diagram with unexplained coloring was misleading. Other diagrams use type labels and filter semantics to justify their coloring - this one had none. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3515f49 commit 93adff2

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/source/visualization/10min.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,6 @@ When you need a quick static image without an interactive client, render directl
125125
svg = g.plot_static(format='svg', max_nodes=200, max_edges=400)
126126
SVG(svg)
127127
128-
.. graphviz::
129-
130-
digraph viz_static_demo {
131-
rankdir=LR;
132-
a -> b -> c -> d;
133-
a [shape=box, style=filled, fillcolor=lightyellow];
134-
}
135-
136128
Text-only outputs
137129
-----------------
138130

0 commit comments

Comments
 (0)