1
- {% if theme_native_site %}
2
1
< ul id ="navbar-main-elements " class ="navbar-nav ">
3
2
< li class ="nav-item ">
4
- < a class ="reference internal nav-link " href ="{{ pathto ('plot_types/index') }} "> Plot types</ a >
3
+ < a class ="reference internal nav-link " href ="{{ mpl_path ('plot_types/index') }} "> Plot types</ a >
5
4
</ li >
6
5
< li class ="nav-item ">
7
- < a class ="reference internal nav-link " href ="{{ pathto ('gallery/index') }} "> Examples</ a >
6
+ < a class ="reference internal nav-link " href ="{{ mpl_path ('gallery/index') }} "> Examples</ a >
8
7
</ li >
9
8
< li class ="nav-item ">
10
- < a class ="reference internal nav-link " href ="{{ pathto ('tutorials/index') }} "> Tutorials</ a >
9
+ < a class ="reference internal nav-link " href ="{{ mpl_path ('tutorials/index') }} "> Tutorials</ a >
11
10
</ li >
12
11
< li class ="nav-item ">
13
- < a class ="reference internal nav-link " href ="{{ pathto ('api/index') }} "> Reference</ a >
12
+ < a class ="reference internal nav-link " href ="{{ mpl_path ('api/index') }} "> Reference</ a >
14
13
</ li >
15
14
< li class ="nav-item ">
16
- < a class ="reference internal nav-link " href ="{{ pathto ('users/index') }} "> User guide</ a >
15
+ < a class ="reference internal nav-link " href ="{{ mpl_path ('users/index') }} "> User guide</ a >
17
16
</ li >
18
17
< li class ="nav-item ">
19
- < a class ="reference internal nav-link " href ="{{ pathto ('devel/index') }} "> Develop</ a >
18
+ < a class ="reference internal nav-link " href ="{{ mpl_path ('devel/index') }} "> Develop</ a >
20
19
</ li >
21
20
< li class ="nav-item ">
22
- < a class ="reference internal nav-link " href ="{{ pathto ('users/release_notes') }} "> Release notes</ a >
21
+ < a class ="reference internal nav-link " href ="{{ mpl_path ('users/release_notes') }} "> Release notes</ a >
23
22
</ li >
24
23
</ ul >
25
- {% else %}
26
- < ul id ="navbar-main-elements " class ="navbar-nav ">
27
- < li class ="nav-item ">
28
- < a class ="reference internal nav-link " href ="https://matplotlib.org/stable/plot_types/index "> Plot types</ a >
29
- </ li >
30
- < li class ="nav-item ">
31
- < a class ="reference internal nav-link " href ="https://matplotlib.org/stable/gallery/index "> Examples</ a >
32
- </ li >
33
- < li class ="nav-item ">
34
- < a class ="reference internal nav-link " href ="https://matplotlib.org/stable/tutorials/index "> Tutorials</ a >
35
- </ li >
36
- < li class ="nav-item ">
37
- < a class ="reference internal nav-link " href ="https://matplotlib.org/stable/api/index "> Reference</ a >
38
- </ li >
39
- < li class ="nav-item ">
40
- < a class ="reference internal nav-link " href ="https://matplotlib.org/stable/users/index "> Usage guide</ a >
41
- </ li >
42
- < li class ="nav-item ">
43
- < a class ="reference internal nav-link " href ="https://matplotlib.org/stable/devel/index "> Develop</ a >
44
- </ li >
45
- < li class ="nav-item ">
46
- < a class ="reference internal nav-link " href ="https://matplotlib.org/stable/users/release_notes "> Release notes</ a >
47
- </ li >
48
- </ ul >
49
- {% endif %}
0 commit comments