We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3000b6 commit 020386bCopy full SHA for 020386b
1 file changed
docs/topindex.html
@@ -43,7 +43,11 @@ <h1>MicroPython documentation</h1>
43
{% endif %}
44
<p class="biglink">
45
<a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
46
- <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span>
+ {% if port == "wipy" %}
47
+ <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/machine") }}">machine module</a></span>
48
+ {% else %}
49
+ <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span>
50
+ {% endif %}
51
</p>
52
</td>
53
<td width="40%" style="padding-left:2em;">
0 commit comments