diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 15:12:26 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 15:12:26 +0200 |
commit | 96a644076d3b31c61ec59898003f2de517623fc5 (patch) | |
tree | 1c510f1e9cec35004a047942019c42adfaf7546b | |
parent | 8f1854ad2d7e83a1558a7e1764bef021d1417399 (diff) | |
download | micropython-96a644076d3b31c61ec59898003f2de517623fc5.tar.gz micropython-96a644076d3b31c61ec59898003f2de517623fc5.zip |
docs/topindex.html: Refer to "pyb" module only for pyboard.
-rw-r--r-- | docs/topindex.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topindex.html b/docs/topindex.html index fe61b5b927..be13cc2a8a 100644 --- a/docs/topindex.html +++ b/docs/topindex.html @@ -41,10 +41,10 @@ {% endif %} <p class="biglink"> <a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/> - {% if port == "wipy" %} - <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/machine") }}">machine module</a></span> - {% else %} + {% if port == "pyboard" %} <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span> + {% else %} + <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/machine") }}">machine module</a></span> {% endif %} </p> </td> |