drasil-meta-analysis-0.1.1.0: A framework for code and document generation for scientific software - meta-analysis SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.Meta.Analysis.DataPrinters.HTML

Synopsis

Documentation

mkhtmlTitle :: String -> String Source #

Adds all of the required html syntax to generate the title files.

mkhtmlHeader :: [String] -> String Source #

Similar to mkhtmlTitle, but the given list of strings must already be split into their respective cells.

mkhtmlEmptyCell :: Int -> String Source #

Fills in the given number of html cells in a row with empty cells.

mkhtmlRow :: [String] -> String Source #

Adds all required html syntax for creating a normal html table row.

htmlDataTableTitle :: String Source #

HTML housekeeping

htmlConfig :: String Source #

HTML housekeeping

htmlEnd :: String Source #

HTML housekeeping