Graphalyze-0.14.1.1: Graph-Theoretic Analysis library.

Copyright(c) Ivan Lazar Miljenovic 2009
License2-Clause BSD
Maintainer[email protected]
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.