Files
scikit-image/doc/source/_templates/navigation.html
T
2012-02-08 13:02:41 -08:00

13 lines
209 B
HTML

{%- block navigation %}
{% if pagename != 'index' %}
<h3>Navigation</h3>
<p>
<a href="{{ pathto(master_doc) }}">Documentation Home</a>
</p>
<p>&nbsp;</p>
{% endif %}
{%- endblock %}