blob: ac91c4fe1e0cde130795ca445891201900d332d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
.. _index:
Maple Documentation Index
=========================
Welcome! This is the documentation index for programming your Maple.
It contains tutorials, quickstarts, and technical documentation.
If you just got a new Maple, you probably want to begin with the
:ref:`quickstart <maple-quickstart>`. You can then move on to reading
about the programming language you use with the Maple at the
:ref:`language reference <language>`. Good luck, and have fun!
Table of contents:
.. TODO: be more Pythonic with a "parts of the documentation" thing
.. toctree::
:maxdepth: 1
Quickstart Guide <maple-quickstart>
IDE Installation Guide <maple-ide-install>
IDE Documentation <ide>
Language Reference <language>
Arduino Compatibility Reference <compatibility>
Library Reference <libraries>
Command-Line Tools and APIs <libmaple>
Troubleshooting <troubleshooting>
Hardware-Specific Documentation <hardware>
External Interrupts <external-interrupts>
Bootloader <bootloader>
Known Problems <errata>
[Temporary] Arduino docs TOC <foo>
[Temporary] Wirish-only docs TOC <wirish>
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|