aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/source/language.rst17
-rw-r--r--docs/source/libraries.rst2
2 files changed, 11 insertions, 8 deletions
diff --git a/docs/source/language.rst b/docs/source/language.rst
index eee4fe5..c5026c2 100644
--- a/docs/source/language.rst
+++ b/docs/source/language.rst
@@ -162,14 +162,14 @@ Arduino Documentation Links
| | | |
|* `+=`_ (compound addition) | |* `Serial`_ |
| | | |
-|* `-=`_ (compound subtraction) | |Looking for something else? Try the list |
-| | |of `community-contributed code`_. |
-|* `*=`_ (compound multiplication) | | |
-| | | |
-|* `/=`_ (compound division) | | |
-| | | |
-|* `&=`_ (compound bitwise and) | | |
-| | | |
+|* `-=`_ (compound subtraction) | |Looking for something else? See the |
+| | |:ref:`libraries` page for interfacing |
+|* `*=`_ (compound multiplication) | |with particular types of hardware. Try |
+| | |the list of `community-contributed |
+|* `/=`_ (compound division) | |code`_. Maple links against `newlib`_ |
+| | |and allows the use of any of its |
+|* `&=`_ (compound bitwise and) | |functions; see its documentation for more|
+| | |details. |
|* `|=`_ (compound bitwise or) | | |
| | | |
+------------------------------------+------------------------------------+-----------------------------------------+
@@ -324,6 +324,7 @@ Arduino Documentation Links
.. _Serial: http://arduino.cc/en/Reference/Serial
.. _community-contributed code: http://www.arduino.cc/playground/Main/GeneralCodeLibrary
+.. _newlib: http://sourceware.org/newlib/
Recommended Reading
-------------------
diff --git a/docs/source/libraries.rst b/docs/source/libraries.rst
index 0189e53..374b71c 100644
--- a/docs/source/libraries.rst
+++ b/docs/source/libraries.rst
@@ -1,3 +1,5 @@
+.. _libraries:
+
=========================
Maple Library Reference
=========================