aboutsummaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-20 23:07:40 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-20 23:07:40 -0400
commit1293fcd872d7257c25f9d4d76b2341bafe553672 (patch)
treed6f57368fc29e27681d5186ceac3e3a355339191 /source
parent316e94e79059e4f3683231f34ba3b085a1ced2fe (diff)
downloadlibrambutan-1293fcd872d7257c25f9d4d76b2341bafe553672.tar.gz
librambutan-1293fcd872d7257c25f9d4d76b2341bafe553672.zip
libmaple.rst: Add links to Wirish APIs.
This is necessary now that we point to this page from the libmaple GitHub repo.
Diffstat (limited to 'source')
-rw-r--r--source/libmaple.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/libmaple.rst b/source/libmaple.rst
index 60bf814..b06e73e 100644
--- a/source/libmaple.rst
+++ b/source/libmaple.rst
@@ -20,7 +20,9 @@ C, which we call *libmaple proper* (in the `libmaple/
<https://github.com/leaflabs/libmaple/tree/master/libmaple>`_
directory of the source repository), and the Wiring-style C++ API
written on top of it, called *Wirish* (in `wirish/
-<https://github.com/leaflabs/libmaple/tree/master/wirish>`_).
+<https://github.com/leaflabs/libmaple/tree/master/wirish>`_; the
+wirish APIs are :ref:`summarized here <language>`, with an :ref:`index
+here <language-index>`).
libmaple is bundled with the :ref:`Maple IDE <ide>`. However, we
develop it separately, and :ref:`release it standalone