Documentation nodes

Node Docstrings Markdown extensions
MkClassDiagram Node to display the class hierarchy of a class. Supports multiple modes. pymdownx.superfences
MkDocStrings Docstring section (powered by mkdocstrings).
MkCommentedCode Node which displays a list of code / comment blocks for given code.

Lines beginning with # are shown in dedicated blocks and can be used to
inline-explain the code. Lines can be hidden by ending a line with "##".
MkConfigSetting Node for describing a config setting.
MkClassTable Node for a table showing info for a list of classes. tables
MkModuleTable Node for a table containing formatted information about a module. tables
MkPluginFlow Node showing info about the different stages of an MkDocs plugin.
MkCliDoc Node for showing documentation for click / typer CLI apps.
Page info
Code for this section
mknodes.manual.nodes_section._
@nav.route.nav("Documentation nodes")
def _(nav: mk.MkNav):
    page = nav.add_page(is_index=True, hide="toc")
    page += create_section_for_nodes(nav, DOCUMENTATION_NODES)
    page.created_by = create_section_for_nodes
Resources
Resources(css=[],
          markdown_extensions={'attr_list': {},
                               'md_in_html': {},
                               'pymdownx.emoji': {'emoji_generator': <function to_svg at 0x7fd32a7ad800>,
                                                  'emoji_index': <function twemoji at 0x7fd32a7ad6c0>},
                               'pymdownx.magiclink': {'repo': 'mknodes',
                                                      'repo_url_shorthand': True,
                                                      'user': 'phil65'},
                               'tables': {}},
          plugins=[],
          js=[],
          assets=[],
          packages=[])
Metadata
created:
  source_filename: /home/runner/work/mknodes/mknodes/mknodes/manual/nodes_section.py
  source_function: _
  source_line_no: 151
hide:
- toc
template: SUMMARY.html
title: Documentation nodes