blob: 92b2d5d9e4e18431fd7f4dfbbc3a85e085da2291 (
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
|
.. 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.
Maple Documentation Index
=========================
Welcome! This is the documentation index for programming your Maple.
It contains technical documentation, as well as some getting started
guides and example projects.
.. TODO add projects
Parts of the documentation:
.. toctree::
:maxdepth: 2
Language reference <language>
Library reference <libraries>
Unix toolchain <unix-toolchain>
libmaple (C library) API <libmaple>
Maple bootloader <bootloader>
Indices and tables
==================
* :ref:`genindex`
* :ref:`search`
|