aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/guile/graphviz.texi
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-12 10:04:04 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-12 10:04:04 +0200
commit475307bc9926898e769c7ad6fa3a844853b07f52 (patch)
treeaa7610aaf3e7768ff8410d080364e0baeb42cd1a /doc/ref/guile/graphviz.texi
parentFix bug causing for's continue to not work. (diff)
downloadcalp-475307bc9926898e769c7ad6fa3a844853b07f52.tar.gz
calp-475307bc9926898e769c7ad6fa3a844853b07f52.tar.xz
Add a bunch of documentation.
Diffstat (limited to 'doc/ref/guile/graphviz.texi')
-rw-r--r--doc/ref/guile/graphviz.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ref/guile/graphviz.texi b/doc/ref/guile/graphviz.texi
new file mode 100644
index 00000000..72817ea8
--- /dev/null
+++ b/doc/ref/guile/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.