drasil-docLang-0.1.26.0: A framework for code and document generation for scientific software - Document Language SubPackage
Safe HaskellSafe-Inferred
LanguageHaskell2010

Drasil.Sections.TableOfUnits

Description

Standard code to make a table of units. First true example of a (small) recipe.

Synopsis

Documentation

tOfUnitDesc :: IsUnit s => [s] -> LabelledContent Source #

Creates the Table of Units with SI name in the Description column.

tOfUnitSIName :: IsUnit s => [s] -> LabelledContent Source #

Creates the Table of Units with an "SI Name" column.

unitTableRef :: Reference Source #

Makes a reference to the Table of Units.

tunit :: [TUIntro] -> RefTab Source #

Table of units with an SI Name.

Table of units constructors.

tunit' :: [TUIntro] -> RefTab Source #

Table of units with SI name in the description column.

Table of units constructors.

tunitNone :: [TUIntro] -> RefTab Source #

Table of units with SI name in the description column.

Table of units constructors.

tuIntro :: [TUIntro] -> Contents Source #

Table of units introduction builder. Used by mkRefSec.

defaultTUI :: [TUIntro] Source #

Default table of units intro that contains the system, derivation, and purpose.