{% extends "base.html" %} {% set active = 'pins' %} {% block title %}管脚 · DocGraph{% endblock %} {% block content %}
没有管脚节点。
{% else %} {% for doc_id, group in nodes | groupby('doc_id') %}| name | direction | pin_no | functions | description | page |
|---|---|---|---|---|---|
| {{ n.name }} | {{ n.attrs.get('direction') or '—' }} | {{ n.attrs.get('pin_no') or '—' }} | {{ ', '.join(n.attrs.get('functions') or []) or '—' }} | {{ n.attrs.get('description') | short(120) }} | {{ n.location.page or '—' }} |