diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-02 13:47:35 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-07-02 13:47:35 +0300 |
commit | d0797fbc182b45194e6c15ffc145ed1c5e844ad6 (patch) | |
tree | 087ec6bc10d68f735da65531503de1c42a9a7092 /docs/templates | |
parent | d80ecad03f10f62adbcae1c2e048dfb7e800e45f (diff) | |
download | micropython-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.html | 4 |
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> |