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 %}
Library Reference
- {% if port == "wipy" %}
- MicroPython libraries, including the machine module
- {% else %}
+ {% if port == "pyboard" %}
MicroPython libraries, including the pyb module
+ {% else %}
+ MicroPython libraries, including the machine module
{% endif %}