Graphalyze-0.15.0.0: Graph-Theoretic Analysis library.

Copyright(c) Ivan Lazar Miljenovic 2009
License2-Clause BSD
MaintainerIvan.Miljenovic@gmail.com
Safe HaskellNone
LanguageHaskell98

Data.Graph.Analysis.Reporting.Pandoc

Description

This module uses Pandoc to generate documents: http://johnmacfarlane.net/pandoc/

Note that Pandoc is released under GPL-2 or later, however according to the Free Software Foundation, I am indeed allowed to use it: http://www.fsf.org/licensing/licenses/gpl-faq.html#IfLibraryIsGPL since the 2-Clause BSD license that I'm using is GPL-compatible: http://www.fsf.org/licensing/licenses/index_html#GPLCompatibleLicenses (search for FreeBSD License, which is another name for it).

Synopsis

Documentation

data PandocDocument Source #

Definition of a Pandoc Document. Size measurements are in inches, and a 6:4 ratio is used for width:length.

alsoSaveDot :: PandocDocument -> PandocDocument Source #

Also save the generated Dot code to file when creating visualisations.