mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-29 18:44:49 +08:00
13 lines
209 B
HTML
13 lines
209 B
HTML
{%- block navigation %}
|
|
|
|
{% if pagename != 'index' %}
|
|
<h3>Navigation</h3>
|
|
<p>
|
|
<a href="{{ pathto(master_doc) }}">Documentation Home</a>
|
|
</p>
|
|
<p> </p>
|
|
{% endif %}
|
|
|
|
|
|
{%- endblock %}
|