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

Drasil.DocLang.Notebook

Synopsis

Section Constructors

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

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

Section constructors for the lesson plan documents/jupyter notebooks. should be fixed once we have a more concrete idea of the notebook structure TODO: Remove [Section] since the structure of lesson plans should not be nested maybe add a new type Chapter for lesson plans?

Section References

introLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

learnObjLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

docPurposeLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

referenceLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

reviewLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

caseProbLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

appendixLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

summaryLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.

exampleLabel :: Reference Source #

Individual section reference labels. Used in creating example sections for the notebook.