{% extends "layout.html" %} {% block title %}Cadabra: Manual pages{% endblock %} {% block head %}{%- endblock %} {% block main %}

Manual pages

Every algorithm and every property has a manual page with examples, which you can view online, or by pressing F1 in the Cadabra notebook interface.

Algorithms

{% include "algo_toc.html" %}

Properties

{% include "prop_toc.html" %}
{%- endblock %}