Skip to content

Commit 3c62577

Browse files
committed
docs/pyboard: Move info about using Windows from topindex to general.
1 parent b86c65d commit 3c62577

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/pyboard/general.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,12 @@ There are currently 2 kinds of errors that you might see:
6969
2. If all 4 LEDs cycle on and off slowly, then there was a hard fault.
7070
This cannot be recovered from and you need to do a hard reset.
7171

72+
Guide for using the pyboard with Windows
73+
----------------------------------------
74+
75+
The following PDF guide gives information about using the pyboard with Windows,
76+
including setting up the serial prompt and downloading new firmware using
77+
DFU programming:
78+
`PDF guide <http://micropython.org/resources/Micro-Python-Windows-setup.pdf>`__.
79+
7280
.. include:: hardware/index.rst

docs/templates/topindex.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,6 @@ <h1>MicroPython documentation</h1>
5757
<a class="biglink" href="{{ pathto("reference/index") }}">Language Reference</a><br/>
5858
<span class="linkdescr">information about MicroPython specific language features</span>
5959
</p>
60-
{% if port == "pyboard" %}
61-
<p class="biglink">
62-
<a class="biglink" href="http://micropython.org/resources/Micro-Python-Windows-setup.pdf">Guide for {{ port_name }} on Windows (PDF)</a><br/>
63-
<span class="linkdescr">including DFU programming</span>
64-
</p>
65-
{% endif %}
6660
<p class="biglink">
6761
<a class="biglink" href="{{ pathto("license") }}">License</a><br/>
6862
<span class="linkdescr">MicroPython license information</span>

0 commit comments

Comments
 (0)