{% extends "mini_buildd/api.html" %} {% load mini_buildd_tags %} {% block page_title %}API Index{% endblock %} {% block page_sub_title %}API usage reference{% endblock %} {% block content %}

See also ? mini-buildd-client --help on the command line.

{% for name, cmd in COMMANDS.items %} {% if cmd.isgroup %}

{{ cmd.name }}

{{ cmd.doc }}
{% else %}

{{ cmd.name }}

{{ cmd.doc }}
{% mbd_api name %}
{% endif %} {% endfor %}
{% endblock %}