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

Drasil.DocumentLanguage.Notebook.LsnDecl

Description

Lesson plan notebook section declaration types and functions.

Synopsis

Types

type LsnDecl = [LsnChapter] Source #

A Lesson Plan notebook declaration is made up of all necessary chapters (LsnChapters).

data LsnChapter Source #

Contains all the different chapters needed for a notebook lesson plan (LsnDecl).

Functions

mkLsnDesc :: SystemInformation -> LsnDecl -> LsnDesc Source #

Creates the lesson description (translates LsnDecl into a more usable form for generating documents).