Thanks to visit codestin.com Credit goes to github.com
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 2d099c8 + 39f8177 commit c57d19fCopy full SHA for c57d19f
1 file changed
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