We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1854a commit 96a6440Copy full SHA for 96a6440
1 file changed
docs/topindex.html
@@ -41,10 +41,10 @@ <h1>MicroPython documentation</h1>
41
{% endif %}
42
<p class="biglink">
43
<a class="biglink" href="{{ pathto("library/index") }}">Library Reference</a><br/>
44
- {% if port == "wipy" %}
45
- <span class="linkdescr">MicroPython libraries, including the <a href="{{ pathto("library/machine") }}">machine module</a></span>
46
- {% else %}
+ {% if port == "pyboard" %}
47
<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>
48
49
</p>
50
</td>
0 commit comments