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

Language.Drasil.Format

Description

Possible formats for printer output.

Synopsis

Documentation

data DocType Source #

Document types include Software Requirements Specification and Website. Choosing SRS will generate both TeX and HTML files, while Website generates only as HTML. This also determines what folders the generated files will be placed into.

Constructors

SRS 
Website 
Jupyter 

Instances

Instances details
Show DocType Source #

Shows the different types of documents.

Instance details

Defined in Language.Drasil.Format

data Format Source #

Possible formats for printer output.

Constructors

TeX 
Plain 
HTML 
JSON