docs: Add link to PDF version of docs in sidebar.

Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf
pull/2150/merge
Damien George 2016-06-06 11:37:40 +01:00
rodzic ee12581a35
commit 2bf6eb9fe2
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -48,6 +48,9 @@ html_context = {
(ver, url_pattern % (ver, micropy_port))
for ver in micropy_all_versions
],
'downloads':[
('PDF', url_pattern % (micropy_version, 'micropython-%s.pdf' % micropy_port)),
],
}

Wyświetl plik

@ -17,14 +17,12 @@
<dd><a href="{{ url }}">{{ slug }}</a></dd>
{% endfor %}
</dl>
<!--
<dl>
<dt>Downloads</dt>
{% for type, url in downloads %}
<dd><a href="{{ url }}">{{ type }}</a></dd>
{% endfor %}
</dl>
-->
<hr/>
<dl>
<dt>External links</dt>