aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorPaul Sokolovsky2017-06-30 22:24:01 +0300
committerPaul Sokolovsky2017-07-02 19:23:23 +0300
commit4f23c5d58738cd443d43b8e01cbd2a90ae6a8c9d (patch)
treefdbbec93e478dffb0252255c459da9bfc297b43d /docs/templates
parente467949a4a0d8f93d275febc8293c11108180cc8 (diff)
docs/pyboard: Move hardware info into General Info chapter.
This makes top-level ToC of the pyboard docs consistent with other ports (consisting of 3 chapters: QuickRef, General Info, and Tutorial). Also, some other minor tweaks applied, like local ToC for General Info and headings mentioning pyboard.
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/topindex.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html
index 3a9269eb1..84f3a3aec 100644
--- a/docs/templates/topindex.html
+++ b/docs/templates/topindex.html
@@ -59,10 +59,6 @@
</p>
{% if port == "pyboard" %}
<p class="biglink">
- <a class="biglink" href="{{ pathto(port + "/hardware/index") }}">The {{ port }} hardware</a><br/>
- <span class="linkdescr">schematics, dimensions and component datasheets</span>
- </p>
- <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>