aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/index.rst')
-rw-r--r--docs/source/index.rst77
1 files changed, 48 insertions, 29 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst
index ac92d4b..c552dd4 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -1,43 +1,62 @@
-.. 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
-=========================
+Maple Documentation Contents
+=============================
+
+.. _index-usage:
+
+**Usage Guides:**
-Welcome! This is the documentation index for programming your Maple.
-It contains tutorials, quickstarts, and technical documentation.
+.. toctree::
+ :maxdepth: 2
-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!
+ Quickstart <maple-quickstart>
+ IDE Installation <maple-ide-install>
+ IDE Anatomy <ide>
-Table of contents:
+.. _index-maple-programming:
+
+**Maple Programming:**
-.. 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 Command-Line Tools and APIs <libmaple>
- Troubleshooting <troubleshooting>
- Hardware-Specific Documentation <hardware>
+ Maple Language<language>
+ Maple Libraries <libraries>
+ Arduino Compatibility <compatibility>
External Interrupts <external-interrupts>
- Maple bootloader <bootloader>
+ Command-Line Tools & APIs <libmaple>
+ Bootloader <bootloader>
+
+
+ Troubleshooting <troubleshooting>
Known Problems <errata>
- [Temporary] Arduino docs TOC <foo>
-Indices and tables
-==================
+.. _index-hardware:
+
+**Hardware Peripherals:**
-* :ref:`genindex`
-* :ref:`search`
+.. toctree::
+ :maxdepth: 1
+
+ i2c
+ pwm
+ gpio
+ usb
+ jtag
+ adc
+ spi
+ usart
+ timers
+
+.. _index-reference:
+
+**Reference:**
+
+.. toctree::
+ :maxdepth: 1
+
+ Technical Specifications <specs>
+ Complete Language Index <language-index>
+