We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd463e + 6f8f49f commit 36b4a75Copy full SHA for 36b4a75
doc/_templates/layout.html
@@ -41,7 +41,7 @@ <h3>{{ _('Navigation') }}</h3>
41
<li><a href="{{ pathto('gallery/index') }}">examples</a>| </li>
42
<li><a href="{{ pathto('tutorials/index') }}">tutorials</a>| </li>
43
<li><a href="{{ pathto('api/api_overview') }}">API</a>| </li>
44
- <li><a href="{{ pathto('contents') }}">docs</a> »</li>
+ <li><a href="{{ pathto('contents') }}">contents</a> »</li>
45
46
{%- for parent in parents %}
47
<li><a href="{{ parent.link|e }}" {% if loop.last %}{{
0 commit comments