diff options
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst new file mode 100644 index 0000000..92b2d5d --- /dev/null +++ b/docs/source/index.rst @@ -0,0 +1,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` + |