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.
1 parent bfae260 commit 396207dCopy full SHA for 396207d
doc/_templates/layout.html
@@ -45,11 +45,11 @@
45
46
<nav class="main-nav">
47
<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>
+ <li><a href="{{ pathto('users/installing') }}">Installation</a></li>
+ <li><a href="{{ pathto('contents') }}">Documentation</a></li>
+ <li><a href="{{ pathto('gallery/index') }}">Examples</a></li>
+ <li><a href="{{ pathto('tutorials/index') }}">Tutorials</a></li>
+ <li><a href="{{ pathto('devel/index') }}">Contributing</a></li>
53
</ul>
54
</nav>
55
{%- endblock %}
0 commit comments