Skip to main content

Module reader

Module reader 

Source
Expand description

Embedded document shelves: list and fetch by short name.

A shelf is one embedded directory whose files a reader addresses by stem — optionally with a kind prefix stripped, so sdd spec distribution finds SPEC-distribution.md. What the shelves contain is embedded’s business.

Structs§

Shelf
One addressable shelf of embedded documents.

Constants§

METHOD
The method chapters and glossary.
SPECS
The spec documents, addressed without their SPEC- prefix.
TEMPLATES
The templates, addressed without their TEMPLATE- prefix.

Functions§

get
Fetch one document by short name, full stem, or file name.
list
Every short name the shelf offers, sorted.