aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/api
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2014-08-27 18:15:33 -0400
committerbnewbold <bnewbold@robocracy.org>2014-08-27 19:04:05 -0400
commit239f77ce49fb0a11c6ef2b59825c7e772ebad11e (patch)
treec491b16a862d5ae6c9383702cb3958d976f5781e /docs/source/lang/api
parent34b766c9d5f778762069938c71e052fa40455d1c (diff)
downloadlibrambutan-239f77ce49fb0a11c6ef2b59825c7e772ebad11e.tar.gz
librambutan-239f77ce49fb0a11c6ef2b59825c7e772ebad11e.zip
docs: first pass removal of Maple IDE info
Diffstat (limited to 'docs/source/lang/api')
-rw-r--r--docs/source/lang/api/random.rst3
-rw-r--r--docs/source/lang/api/randomseed.rst3
2 files changed, 2 insertions, 4 deletions
diff --git a/docs/source/lang/api/random.rst b/docs/source/lang/api/random.rst
index 9875ee6..42b0112 100644
--- a/docs/source/lang/api/random.rst
+++ b/docs/source/lang/api/random.rst
@@ -46,8 +46,7 @@ Example
The following sketch initializes the random seed based on an :ref:`ADC
<adc>` reading of pin 0. If this pin is unconnected, the Sketch
-should print different values to the :ref:`serial monitor
-<ide-serial-monitor>` each time it is run::
+should print different values to the serial port monitor each time it is run::
long randNumber;
diff --git a/docs/source/lang/api/randomseed.rst b/docs/source/lang/api/randomseed.rst
index ca7b75f..86a4088 100644
--- a/docs/source/lang/api/randomseed.rst
+++ b/docs/source/lang/api/randomseed.rst
@@ -35,8 +35,7 @@ Example
The following sketch initializes the random seed based on an :ref:`ADC
<adc>` reading of pin 0. If this pin is unconnected, the Sketch
-should print different values to the :ref:`serial monitor
-<ide-serial-monitor>` each time it is run::
+should print different values to the serial port monitor each time it is run::
long randNumber;