8000 Merge pull request #13867 from dstansby/doccontents · matplotlib/matplotlib@36b4a75 · GitHub
[go: up one dir, main page]

Skip to content

Commit 36b4a75

Browse files
authored
Merge pull request #13867 from dstansby/doccontents
DOC: Rename "docs" to "contents" in navigation bar
2 parents 7fd463e + 6f8f49f commit 36b4a75

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