{# Copyright (C) 2015 The Debsources developers . See the AUTHORS file at the top-level directory of this distribution and at https://salsa.debian.org/qa/debsources/blob/master/AUTHORS License: GNU Affero General Public License, version 3 or above. #} {% extends "sources/base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}API documentation{% endblock %} {% block breadcrumbs %}doc / api{% endblock %} {% block content %}

Table of contents

{% if sources %} {% include "sources/doc_api.html" %} {% endif %} {% if copyright %} {% include "copyright/doc_api.html" %} {% endif %} {% if patches%} {% include "patches/doc_api.html" %} {% endif %} {% endblock %}