Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 396207d

Browse files
committed
updated nav order
1 parent bfae260 commit 396207d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/_templates/layout.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545

4646
<nav class="main-nav">
4747
<ul>
48-
<li><a href="{{ pathto('tutorials/index') }}">Tutorials</a></li>
49-
<li><a href="{{ pathto('gallery/index') }}">Sample Plots</a></li>
50-
<li><a href="{{ pathto('devel/index') }}">Contributing</a></li>
51-
<li><a href="{{ pathto('contents') }}">Documentation</a></li>
52-
<li><a href="{{ pathto('users/installing') }}">Installation</a></li>
48+
<li><a href="{{ pathto('users/installing') }}">Installation</a></li>
49+
<li><a href="{{ pathto('contents') }}">Documentation</a></li>
50+
<li><a href="{{ pathto('gallery/index') }}">Examples</a></li>
51+
<li><a href="{{ pathto('tutorials/index') }}">Tutorials</a></li>
52+
<li><a href="{{ pathto('devel/index') }}">Contributing</a></li>
5353
</ul>
5454
</nav>
5555
{%- endblock %}

0 commit comments

Comments
 (0)