Generate Markdown Formatted Namecode Definitions.

Format the Generated Namecodes for Markdown Presentation

class nautilus_namecodes.format.generate_markdown.MarkdownOutput

Generate Markdown Formatted Codes.

append_docuemnt(elements: Iterable[snakemd.generator.Element]) None

Add to Class Document

static build_block(block: nautilus_namecodes.namecodes_dataclasses.BlockCodes) Iterable[snakemd.generator.Element]

Given a Block, List it’s sections and Codes.

build_codes() Iterable[snakemd.generator.Element]

List All the Codes.

static build_section(section: nautilus_namecodes.namecodes_dataclasses.SectionCodes) Iterable[snakemd.generator.Element]

Given a Sections, List it’s codes.

build_tree() Iterable[snakemd.generator.Element]

Generate a Tree Output for the Console

property document: snakemd.generator.Document

Return Document

generate_blocks_list() Iterable[snakemd.generator.Element]

Generate Basic List of Blocks, and their Sections and Codes.

generate_sections_list() Iterable[snakemd.generator.Element]

Generate Basic list of All Sections, with their Codes.