datablade / Definitions

Definitions

How to read the prettydocs output.

Core concepts

The vocabulary used throughout prettydocs.

Signals

Signals highlight entry points or frameworks detected in the codebase, so you can focus on integration boundaries first.

Module tree

A hierarchical view of modules discovered from the source files.

Hotspots

The largest modules by lines of code. Use these to spot complex areas quickly.

Dependency map

A graph of internal modules and external packages based on imports.

API surface

Public classes and functions with signatures, docstrings, and definitions.

Interactive graph

Optional force layout that can be paused once the structure is clear.

Navigation tips

How prettydocs expects you to read the site.

How to navigate

  • Start in Architecture for structure + dependency context.
  • Use API Surface to drill into definitions and docstrings.
  • Jump to Definitions whenever a label feels unclear.