diff options
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r-- | docs/source/index.rst | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index 92b2d5d..ec7313d 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -3,25 +3,29 @@ 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 technical documentation, as well as some getting started -guides and example projects. +It contains tutorials, quickstarts, and technical documentation. -.. TODO add projects +If you just got a new Maple, you probably want the :ref:`Maple +quickstart <maple-quickstart>`. -Parts of the documentation: +Table of contents: .. toctree:: :maxdepth: 2 - Language reference <language> - Library reference <libraries> - Unix toolchain <unix-toolchain> - libmaple (C library) API <libmaple> + Maple Quickstart Guide <maple-quickstart> + Maple IDE Installation Guide <maple-ide-install> + Wiring/Arduino Language Reference <language> + Wiring/Arduino Library Reference <libraries> + libmaple Documentation and APIs <libmaple> Maple bootloader <bootloader> + Troubleshooting <troubleshooting> Indices and tables ================== |