--- layout: default menu: docs title: Documentation ---
{% include page-title.html title="Documentation" %}
Browse source code
{% for doc in site.docs %} {% unless doc.hide %}{{ doc.title }}{% endunless %} {% endfor %}

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %} {% if page.in_progress %}

Work in progress!

More detailed documentation is coming soon, but in the meantime here's a quick class reference.
{% endif %} {% if page.toc %} {{ content | toc_only }} {% endif %} {{ content | toc_generate }}