10BC0 Merge pull request #13882 from meeseeksmachine/auto-backport-of-pr-13… · matplotlib/matplotlib@c57d19f · GitHub
[go: up one dir, main page]

Skip to content

Commit c57d19f

Browse files
authored
Merge pull request #13882 from meeseeksmachine/auto-backport-of-pr-13867-on-v3.1.x
Backport PR #13867 on branch v3.1.x (Rename "docs" to "contents" in navigation bar)
2 parents 2d099c8 + 39f8177 commit c57d19f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3>{{ _('Navigation') }}</h3>
4141
<li><a href="{{ pathto('gallery/index') }}">examples</a>|&nbsp;</li>
4242
<li><a href="{{ pathto('tutorials/index') }}">tutorials</a>|&nbsp;</li>
4343
<li><a href="{{ pathto('api/api_overview') }}">API</a>|&nbsp;</li>
44-
<li><a href="{{ pathto('contents') }}">docs</a> &raquo;</li>
44+
<li><a href="{{ pathto('contents') }}">contents</a> &raquo;</li>
4545

4646
{%- for parent in parents %}
4747
<li><a href="{{ parent.link|e }}" {% if loop.last %}{{

0 commit comments

Comments
 (0)
0