blob: e5af08f5f7d894e0a75c663a8ee7bcd92279e16a (
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
41
|
.. libmaple documentation master file, created by
sphinx-quickstart on Thu Oct 7 06:42:30 2010.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
.. _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/Arduino Compatibility Reference <compatibility>
Maple Language Reference <language>
Maple Library Reference <libraries>
libmaple Documentation and APIs <libmaple>
Troubleshooting <troubleshooting>
Hardware-Specific Documentation <hardware>
Maple bootloader <bootloader>
Known Problems <errata>
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|