{% extends "mini_buildd/api.html" %} {% load base %} {% block page_title %}API index{% endblock %} {% block page_sub_title %}API usage reference{% endblock %} {% block mbd_page_footer %}API usage reference{% endblock %} {% block content %}
Note: mini-buildd-tool is the corresponding command line tool.
{% for name, cmd in COMMANDS.items %}{{ cmd.docstring }}