8000 Backport PR #13867: Rename "docs" to "contents" in navigation bar · matplotlib/matplotlib@39f8177 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 39f8177

Browse files
tacaswellMeeseeksDev[bot]
authored andcommitted
Backport PR #13867: Rename "docs" to "contents" in navigation bar
1 parent 2d099c8 commit 39f8177

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