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.GeneralSystDesc

Description

Defines helper functions used to make the general system description section.

Synopsis

Documentation

genSysIntro :: Contents Source #

Default General System Description introduction.

usrCharsF :: [Contents] -> Section Source #

User Characeristics section constructor. Does not contain any subsections.

systCon :: [Contents] -> [Section] -> Section Source #

System Constraints section constructor. Generalized if no constraints, but if there are, they can be passed through.

sysContxt :: [Contents] -> Section Source #

System Context section constructor. Does not contain any subsections.