{% extends "base.html" %} {% block title %}Hierarchy{% endblock %} {% block content %}
Design map

Module hierarchy

Each edge goes from a module to a module that it instantiates.

{% if hierarchy_svg %}
{{ hierarchy_svg|safe }}
scroll or pinch to zoom · drag to move · click a node to open
{% else %}

Graphviz is not installed. Install it to get the graphs.

{% endif %}

Blue: a module of {{ root_package }}. Purple: a top. Grey: a module of a dependency. Dashed: the tool did not find the module.

{% endblock %}