Safe Haskell | None |
---|---|
Language | Haskell2010 |
Drasil.DocLang.Notebook
Synopsis
- intro :: [Contents] -> [Section] -> Section
- prpsOfDoc :: [Contents] -> [Section] -> Section
- body :: [Contents] -> [Section] -> Section
- review :: [Contents] -> [Section] -> Section
- mainIdea :: [Contents] -> [Section] -> Section
- motion :: [Contents] -> [Section] -> Section
- hormotion :: [Contents] -> [Section] -> Section
- vermotion :: [Contents] -> [Section] -> Section
- methAndAnls :: [Contents] -> [Section] -> Section
- coorSyst :: [Contents] -> [Section] -> Section
- kinematic :: [Contents] -> [Section] -> Section
- procForAnls :: [Contents] -> [Section] -> Section
- summary :: [Contents] -> [Section] -> Section
- appendix :: [Contents] -> [Section] -> Section
- reference :: [Contents] -> [Section] -> Section
- example :: [Contents] -> [Section] -> Section
- sectionReferences :: [Reference]
- introLabel :: Reference
- docPurposeLabel :: Reference
- methsAndanlsLabel :: Reference
- referenceLabel :: Reference
- bodyLabel :: Reference
- reviewLabel :: Reference
- mainIdeaLabel :: Reference
- motionLabel :: Reference
- hormotionLabel :: Reference
- vermotionLabel :: Reference
- appendixLabel :: Reference
- coorSystLabel :: Reference
- kinematicLabel :: Reference
- summaryLabel :: Reference
- anlsProcLabel :: Reference
- exampleLabel :: Reference
Section Constructors
intro :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
prpsOfDoc :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
body :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
review :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
mainIdea :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
motion :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
hormotion :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
vermotion :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
methAndAnls :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
coorSyst :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
kinematic :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
procForAnls :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
summary :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
appendix :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
reference :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
example :: [Contents] -> [Section] -> Section Source #
Section constructors for the lesson plan documents/jupyter notebooks.
Section References
introLabel :: 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.
methsAndanlsLabel :: 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.
bodyLabel :: 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.
mainIdeaLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
motionLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
hormotionLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
vermotionLabel :: 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.
coorSystLabel :: Reference Source #
Individual section reference labels. Used in creating example sections for the notebook.
kinematicLabel :: 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.
anlsProcLabel :: 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.