{# This file generates the top-level index.html file. We are very obviously stealing from the Python docs' style ;). #} {% extends "layout.html" %} {% set css_files = css_files + ["_static/index-style.css"] %} {% set content_sep = "·" %} {% block body %}

Hi!

This is the documentation for the LeafLabs Maple boards, version {{ release }}.

Read This First

Just getting started? Try the Quickstart. Having problems? Check out Troubleshooting and the FAQ. Can't find what you want here? Look on the LeafLabs wiki.

See the What's New page for changes that are new in {{ release }}.

Contents at a Glance

Getting Started

Boards

Programming

Hardware and Peripherals

{% endblock %}