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

Drasil.DocumentLanguage.Notebook.NBDecl

Description

Lesson plan notebook section declaration types and functions.

Synopsis

Types

type NBDecl = [NbSection] Source #

A Lesson Plan notebook declaration is made up of all necessary sections (NbSections).

data NbSection Source #

Contains all the different sections needed for a notebook lesson plan (NBDecl).

Functions

mkNBDesc :: SystemInformation -> NBDecl -> NBDesc Source #

Creates the notebook description (translates NBDecl into a more usable form for generating documents).