File tree 1 file changed +11
-9
lines changed 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,17 @@ <h3>{{ _('Navigation') }}</h3>
197
197
< div id ="forkongithub "> < a href ="https://github.com/matplotlib/matplotlib "> Fork me on GitHub</ a > </ div >
198
198
</ div >
199
199
200
+
201
+ < nav class ="main-nav ">
202
+ < ul >
203
+ < li > < a href ="{{ pathto('users/installing') }} "> Installation</ a > </ li >
204
+ < li > < a href ="{{ pathto('contents') }} "> Documentation</ a > </ li >
205
+ < li > < a href ="{{ pathto('gallery/index') }} "> Examples</ a > </ li >
206
+ < li > < a href ="{{ pathto('tutorials/index') }} "> Tutorials</ a > </ li >
207
+ < li > < a href ="{{ pathto('devel/index') }} "> Contributing</ a > </ li >
208
+ </ ul >
209
+ </ nav >
210
+
200
211
{% endblock %}
201
212
202
213
{%- block relbar2 %}
@@ -229,15 +240,6 @@ <h3>{{ _('Navigation') }}</h3>
229
240
< div class ="clearer "> </ div >
230
241
</ div >
231
242
232
- < nav class ="main-nav ">
233
- < ul >
234
- < li > < a href ="{{ pathto('users/installing') }} "> Installation</ a > </ li >
235
- < li > < a href ="{{ pathto('contents') }} "> Documentation</ a > </ li >
236
- < li > < a href ="{{ pathto('gallery/index') }} "> Examples</ a > </ li >
237
- < li > < a href ="{{ pathto('tutorials/index') }} "> Tutorials</ a > </ li >
238
- < li > < a href ="{{ pathto('devel/index') }} "> Contributing</ a > </ li >
239
- </ ul >
240
- </ nav >
241
243
{%- endblock %}
242
244
243
245
{%- block footer %}
You can’t perform that action at this time.
0 commit comments