Crate incodoc
Source - output
- parsing
- reference_doc
- CodeBlock
- CodeBlock contains computer code.
- CodeIdentError
- Error to signal that the code was not formatted properly.
- Date
- Simple date: it is not checked if it actually exists on the calendar.
- Doc
- Document.
- Emphasis
- Emphasised or de-emphasised piece of text.
- Heading
- Heading, a title for the accompanying content.
- IncodocParser
- Parser for incodoc.
- Link
- Links are pieces of text with an accompanying URL.
- List
- Lists are fine-grained structure in a document.
- Paragraph
- Paragraph is a grouping of content.
- SNav
- Sub-navigation structure has a description, sub-navigation structures and links to navigate to.
- Section
- A section is a heading followed by content that goes with it.
- TextWithMeta
- Text that has metadata: tags and/or properties.
- CodeModeHint
- Behavioural hint: the block hints what to do with the code.
- DateError
- DocItem
- Document item.
- EmStrength
- Degree of emphasis or de-emphasis.
- EmType
- Whether it is an emphasis or de-emphasis.
- HeadingItem
- Headings are plain text that can have emphasis.
- LinkItem
- Links have an exterior of plain text that may be emphasised.
- ListType
- ParagraphItem
- Paragraphs can have content and further structure but no smaller sub-sections.
- PropVal
- Value properties can take.
- PropValError
- Error when no valid value could be parsed.
- Rule
- SectionItem
- Section items are either paragraphs or sub-sections.
- Absorb
- Merge two objects by having one absorb the other.
- RemoveErrors
- Remove errors from self.
- Nav
- Navigation structure contains sub-navigation structures.
- Props
- Properties metadata. Each property is a tuple of an identifier and a value.
- Tags
- Tags metadata. Each tag is a string.