def

lib.doc

Documentation in simplified flavor of markdown. The first sentence up to the period is used as the summary.

Specific formatting options:

// inline formatting
*italic*           // italics font
**bold**           // bold font
'code'             // code or API term
`point`            // hyperlink to def (code link)
[text]`point`      // hyperlink with explicit link text
![alt]`image.png`  // image

// unordered list
- one
- two
- three

// ordered list; use numbers or letters
1. one
2. two
3. three

The main difference between markdown is that inline code uses single ticks and hyperlinks are annotated using the backtick. Links may be:

  • absolute http/https URIs
  • def symbol such as "site" or "hot-water"

parent/child

lib

Library module of symbolic definitions

doc

Documentation in simplified flavor of markdown

meta

def lib.doc
doc See above
is doc
lib ph

supertypes

val

Data value type

    scalar

Scalar is an atomic value kind

        str

Unicode string of characters

            doc

Documentation in simplified flavor of markdown