{% extends "default/index.html.jinja2" %} {% block content %}
{% block logo %} project logo {% endblock %} {% if search %} {% endif %}

Welcome to Ballistica Documentations!

Last updated for Ballistica {{ ba_version }} (build {{ ba_build }})

Here you can find information about Python classes/functions used by Ballistica. Fell free to create an issue or send a PR if something in this docs feels incorrect or can be improved. Note that bastd's docs may look a little terrible right now, hope that's temporary. :)

{% if search %} {% include "search.html.jinja2" %} {% endif %} {% endblock %}