Skip to content

Instantly share code, notes, and snippets.

@simon-gunacker
simon-gunacker / dot.py
Last active August 29, 2015 14:22 — forked from esle/dot.py
"""
dot directive (require graphviz)
"""
from docutils import nodes
from docutils.parsers.rst import directives, Directive
import subprocess as sp
nthUnnamed = 0