aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/general/graphviz.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/general/graphviz.texi')
-rw-r--r--doc/ref/general/graphviz.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ref/general/graphviz.texi b/doc/ref/general/graphviz.texi
new file mode 100644
index 00000000..72817ea8
--- /dev/null
+++ b/doc/ref/general/graphviz.texi
@@ -0,0 +1,10 @@
+@node Graphviz
+@section Graphviz
+
+The graphviz library comes bundled with Guile bindings, but without a
+corresponding .scm file exporting the symbols. The module @code{(guile)} does
+exactly that.
+
+This ``header'' is borrowed from
+@url{https://github.com/roelj/graphviz-guile/blob/master/graphviz.scm},
+under GPL 3.0.