summaryrefslogtreecommitdiffstatshomepage
path: root/docs/templates
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-07-02 13:47:35 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2017-07-02 13:47:35 +0300
commitd0797fbc182b45194e6c15ffc145ed1c5e844ad6 (patch)
tree087ec6bc10d68f735da65531503de1c42a9a7092 /docs/templates
parentd80ecad03f10f62adbcae1c2e048dfb7e800e45f (diff)
downloadmicropython-d0797fbc182b45194e6c15ffc145ed1c5e844ad6.tar.gz
micropython-d0797fbc182b45194e6c15ffc145ed1c5e844ad6.zip
docs: Add glossary.
We have enough terms or references throughout the docs which may be not immediately clear or have some important nuances. Referencing terms in gloassary is the best way to deal with that.
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/topindex.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html
index 38a8c1d307..7ee1180ec2 100644
--- a/docs/templates/topindex.html
+++ b/docs/templates/topindex.html
@@ -88,6 +88,10 @@
</td>
<td width="40%" style="padding-left:2em;">
<p class="biglink">
+ <a class="biglink" href="{{ pathto("reference/glossary") }}">Glosssary</a><br/>
+ <span class="linkdescr">MicroPython terms explained</span>
+ </p>
+ <p class="biglink">
<a class="biglink" href="{{ pathto(port + "_index") }}">Table of contents</a><br/>
<span class="linkdescr">a list of all sections and subsections</span>
</p>