drasil-printers-0.1.10.0: A framework for code and document generation for scientific software - Printers SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Drasil.Printing.Import.Document

Description

Defines functions to transform Drasil-based documents into a printable version.

Synopsis

Documentation

makeDocument :: PrintingInformation -> Document -> Document Source #

Translates from Document to a printable representation of Document.

makeProject :: PrintingInformation -> Document -> Project Source #

Translates from Document to a printable representation of Project.