We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed6990 commit 671f012Copy full SHA for 671f012
docs/templates/topindex.html
@@ -66,6 +66,14 @@ <h1>MicroPython documentation</h1>
66
<a class="biglink" href="{{ pathto("wipy/quickref") }}">Quick reference for the WiPy/CC3200</a><br/>
67
<span class="linkdescr">pinout for the WiPy/CC3200, snippets of useful code, and a tutorial</span>
68
</p>
69
+ <p class="biglink">
70
+ <a class="biglink" href="{{ pathto("unix/quickref") }}">Quick reference for UNIX and Windows</a><br/>
71
+ <span class="linkdescr">command-line reference</span>
72
+ </p>
73
74
+ <a class="biglink" href="{{ pathto("zephyr/quickref") }}">Quick reference for the Zephyr port</a><br/>
75
+ <span class="linkdescr">snippets of useful code and a tutorial</span>
76
77
</td>
78
</tr></table>
79
0 commit comments