docs: vertical (TB) layout for the Google-L5 pipeline diagram

rankdir LR -> TB so the diagram reads top-down and fits the docs column
(roughly square ~1200x1100, fox: 'square is good') instead of a wide
horizontal strip.
This commit is contained in:
russell@unturf.com 2026-05-21 15:13:36 -04:00
parent 1dfbe3a6bf
commit cc645a30b7
No known key found for this signature in database

View file

@ -32,7 +32,7 @@ Pipeline
.. graphviz::
digraph arborist_rag {
rankdir=LR;
rankdir=TB;
fontname="Helvetica";
node [fontname="Helvetica", shape=box, style=rounded, fontsize=10];
edge [fontname="Helvetica", fontsize=9];