Arrows and flow =============== Place an ``arrow`` between shapes to connect them. A bare ``arrow right`` links the previous shape to the next one: .. sheeptext:: :alt: Three boxes connected left to right by arrows box "queue" arrow right box "worker" arrow right box "store" To connect specific named shapes, use ``from`` and ``to``. This also lets you put a label on the arrow: .. sheeptext:: :alt: A start box with a labelled arrow leading to an end box A: box "start" B: box "end" from A arrow "Leads to" to B Next: add and format :doc:`text`.