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

Source files

An edge goes from a file to each file that declares a module or an interface that it instantiates.

{% if file_svg %}
{{ file_svg|safe }}
scroll or pinch to zoom · drag to move · click a file to read the code
{% else %}

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

{% endif %}

Files and their units

{% for row in rows %} {% endfor %}
FileLinesPackageUnits
{% if row.url %}{{ row.path }}{% else %}{{ row.path }}{% endif %} {{ row.lines or '-' }} {% if row.package %}{{ row.package }}{% endif %} {% for u in row.units %} {{ u }} {% endfor %}
{% endblock %}