{% extends "base.html" %} {% block main %}

Reference

This page contains information on everything that Sketchingpy offers. For more information on how to use this library, see the guides and examples.

For those trying to extend Sketchingpy or working on changing its underlying code, see devdocs for Python docstring.

{% for section in reference['sections'] %}

{{ section["name"] }}

{{ section["description"] }}
{% for item in section['items'] %} {% endfor %}
{% endfor %}
{% endblock %}