A Python handler for mkdocstrings.
The Python handler Griffe is a documentation tool that extracts information from Python source code. It can navigate the Abstract Syntax Tree (AST) of the code, execute code when source is unavailable, and parse docstrings in various styles. The tool provides support for type annotations, recursive documentation of Python objects, documented attributes, multiple docstring styles, admonition support, TOC entries for each object, and source code display.
MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.
Documentation themes are built specifically for writing technical and product documentation. They are normally written and maintained in Markdown. The often include a navigation menu, search bar, clear headings, semantic document structure and clean typography.