docs/pyboard: Move info about using Windows from topindex to general.

This commit is contained in:
Damien George
2017-07-03 15:31:41 +10:00
parent b86c65d31c
commit 3c62577ee9
2 changed files with 8 additions and 6 deletions

View File

@@ -57,12 +57,6 @@
<a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
<span class="linkdescr">information about MicroPython specific language features</span>
</p>
{% if port == "pyboard" %}
<p class="biglink">
<a class="biglink" href="http://micropython.org/resources/Micro-Python-Windows-setup.pdf">Guide for {{ port_name }} on Windows (PDF)</a><br/>
<span class="linkdescr">including DFU programming</span>
</p>
{% endif %}
<p class="biglink">
<a class="biglink" href="{{ pathto("license") }}">License</a><br/>
<span class="linkdescr">MicroPython license information</span>