aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/index.rst
diff options
context:
space:
mode:
authorHanna Mendes Levitin <hanna@anomaly-3.local>2010-12-01 03:37:07 -0600
committerHanna Mendes Levitin <hanna@anomaly-3.local>2010-12-01 03:37:07 -0600
commita0549b4a15a7093f990fffa4bc1d2d52ec1c16e2 (patch)
tree9c6383570be6d045db4d8942ca3137fc3cb5b8a0 /docs/source/index.rst
parent3b7f16dba295da3a0071564ac284c25dc56e6b18 (diff)
downloadlibrambutan-a0549b4a15a7093f990fffa4bc1d2d52ec1c16e2.tar.gz
librambutan-a0549b4a15a7093f990fffa4bc1d2d52ec1c16e2.zip
docs, now with style
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst61
1 files changed, 35 insertions, 26 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 42d1bd0..9fee4d2 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -1,47 +1,44 @@
.. _index:
-Maple Documentation Index
-=========================
+Maple Documentation Contents
+=============================
-Welcome! This is the Maple documentation index. It contains
-tutorials, quickstarts, and technical documentation.
+.. _index-usage:
-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>`.
+**Usage Guides:**
-If you're having problems, you might want to visit the
-:ref:`troubleshooting <troubleshooting>` and :ref:`known problems
-<errata>` pages. Finally, you can always hit the `forums
-<http://forums.leaflabs.com/>`_ to ask questions to the LeafLabs team
-and other Maple users. Good luck, and have fun!
+.. toctree::
+ :maxdepth: 2
+
+ Quickstart <maple-quickstart>
+ IDE Installation <maple-ide-install>
+ IDE Anatomy <ide>
-General documentation:
+.. _index-maple-programming:
+
+**Maple Programming:**
.. toctree::
- :maxdepth: 1
+ :maxdepth: 2
- Quickstart Guide <maple-quickstart>
- IDE Installation Guide <maple-ide-install>
- IDE Documentation <ide>
- Language Reference <language>
- Arduino Compatibility Reference <compatibility>
- Library Reference <libraries>
- Command-Line Tools and APIs <libmaple>
- Troubleshooting <troubleshooting>
+ Maple Language<language>
+ Maple Libraries <libraries>
+ Arduino Compatibility <compatibility>
External Interrupts <external-interrupts>
+ Command-Line Tools & APIs <libmaple>
Bootloader <bootloader>
+
+
+ Troubleshooting <troubleshooting>
Known Problems <errata>
- Language Reference Index <language-index>
.. _index-hardware:
-Hardware features:
+**Hardware Features:**
.. toctree::
:maxdepth: 1
-
+
i2c
pwm
gpio
@@ -51,3 +48,15 @@ Hardware features:
spi
usart
timers
+
+.. _index-reference:
+
+**Reference:**
+
+.. toctree::
+ :maxdepth: 1
+
+ Technical Specifications <specs>
+ Complete Language Index <language-index>
+
+