Maintainer | [email protected] |
---|---|
Safe Haskell | Safe-Infered |
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).
Documentation
data PandocDocument Source
Definition of a Pandoc Document. Size measurements are in inches, and a 6:4 ratio is used for width:length.
Instances
alsoSaveDot :: PandocDocument -> PandocDocumentSource
Also save the generated Dot code to file when creating visualisations.