Examples ======== A gallery of SheepText diagrams, each rendered at build time from a checked-in source file. Every card links straight into the editor with that exact source loaded, so you can tweak any example and see it re-render live. Each **Open in editor** link carries the diagram's full source in the URL fragment (after the ``#``); nothing is sent to a server, and opening the link never overwrites whatever draft you already have saved in the editor. .. sheeptext-example:: sources/minimal-chain.sheeptext :label: Minimal chain :caption: A box, an arrow, a box — the smallest complete diagram. .. sheeptext-example:: sources/labeled-arrow.sheeptext :label: Labeled connector :caption: Name boxes, then connect them with a labeled arrow. .. sheeptext-example:: sources/variables.sheeptext :label: Variables and expressions :caption: Define a value once and compute sizes from it. .. sheeptext-example:: sources/styled-diagram.sheeptext :label: Styling :caption: Colors, dashes, alignment, and text weight on nodes and edges. .. sheeptext-example:: sources/nested-groups.sheeptext :label: Nested groups :caption: Group related nodes, label the regions, and link across them. .. sheeptext-example:: sources/nested-layout.sheeptext :label: Nested layout :caption: Give each group its own direction, then arrange the groups themselves. .. sheeptext-example:: sources/routed-path.sheeptext :label: Routed path :caption: Route a connector along explicit orthogonal segments.