From 3c62577ee9084068c63c5731977c601eb436ddc9 Mon Sep 17 00:00:00 2001
From: Damien George
Date: Mon, 3 Jul 2017 15:31:41 +1000
Subject: [PATCH] docs/pyboard: Move info about using Windows from topindex to
general.
---
docs/pyboard/general.rst | 8 ++++++++
docs/templates/topindex.html | 6 ------
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/docs/pyboard/general.rst b/docs/pyboard/general.rst
index 8cb801f4d6..97e9aabc0b 100644
--- a/docs/pyboard/general.rst
+++ b/docs/pyboard/general.rst
@@ -69,4 +69,12 @@ There are currently 2 kinds of errors that you might see:
2. If all 4 LEDs cycle on and off slowly, then there was a hard fault.
This cannot be recovered from and you need to do a hard reset.
+Guide for using the pyboard with Windows
+----------------------------------------
+
+The following PDF guide gives information about using the pyboard with Windows,
+including setting up the serial prompt and downloading new firmware using
+DFU programming:
+`PDF guide `__.
+
.. include:: hardware/index.rst
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html
index 84f3a3aecf..76e5e18d72 100644
--- a/docs/templates/topindex.html
+++ b/docs/templates/topindex.html
@@ -57,12 +57,6 @@
Language Reference
information about MicroPython specific language features
- {% if port == "pyboard" %}
-
- Guide for {{ port_name }} on Windows (PDF)
- including DFU programming
-
- {% endif %}
License
MicroPython license information