blob: fdaf801e310a329b780a010d9f73aeb3f4da5675 (
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: 2
Maple Quickstart Guide <maple-quickstart>
Maple IDE Installation Guide <maple-ide-install>
Maple IDE Documentation <ide>
Maple/Arduino Compatibility Reference <compatibility>
Maple Language Reference <language>
Maple Library Reference <libraries>
libmaple Command-Line Tools and APIs <libmaple>
Troubleshooting <troubleshooting>
Hardware-Specific Documentation <hardware>
External Interrupts <external-interrupts>
Maple bootloader <bootloader>
Known Problems <errata>
[Temporary] Arduino docs TOC <foo>
[Temporary] Wirish-only docs TOC <wirish>
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|