{% extends "base.html" %} {% block title %}Glossary{% endblock %} {% block css %} {% endblock %} {% block content %}
{{ rendered_markdown|safe }}
{% if svg_data %}

Chord dependency Graph of Genenetwork2

Graph generated from genenetwork.scm. You can zoom in and out within the bounding box.

The dependency graph is shown below

To explore this image SVG you may want to open it in new browser page and zoom in. Or use an SVG viewing application.

Dependency graph of the tools needed to build python3-genenetwork2
{% endif %} {% endblock %} {% block js %} {% if svg_data %} {% endif %} {% endblock %}