{% extends "_base.html" %} {% block title %}{% if current %}{{ current.label }} · Documentation · Urika{% else %}Documentation · Urika{% endif %}{% endblock %} {% block heading %}{% if current %}{{ current.label }}{% else %}Documentation{% endif %}{% endblock %} {% block content %} {% if not docs %}

Documentation not bundled with this install.

The full docs are on GitHub: github.com/xkiwilabs/Urika/tree/main/docs.

To bundle the docs locally, reinstall the latest release (pip install --upgrade urika) — versions from v0.4.1 onward ship the docs inside the wheel.

{% elif current %}
{{ body_html | safe }}
{% endif %} {% endblock %}