Files
soleprint/soleprint/atlas2/docgen/emitters/__init__.py
2026-09-12 06:42:49 -03:00

12 lines
477 B
Python

"""
Emitters: IR -> an artifact. None of them has heard of Python, `ast` or SQL.
dot .dot -> Graphviz -> SVG static docs, embedding
index markdown / sidebar JSON no graph literacy required
diff two IRs -> what changed review
notebook .ipynb a runnable document
The non-visual ones matter most for reach. A sorted, described index of what
exists is readable by people who will never open a diagram.
"""