goals directive

goals directive#

The goals directive creates a learning-goals admonition. It is styled to highlight the objectives at the beginning of a section or chapter.

Basic usage#

:::{goals} Learning goals
- Explain slope
- Compute simple derivatives
:::

Learning goals

  • Explain slope

  • Compute simple derivatives

Syntax overview#

:::{goals} Title text
- Goal 1
- Goal 2
:::

The first argument is the title (required). The body typically contains a bulleted list of goals.

Options#

No options.

Source#

src/munchboka_edutools/directives/admonitions.py