File tree Expand file tree Collapse file tree 10 files changed +22
-1534
lines changed Expand file tree Collapse file tree 10 files changed +22
-1534
lines changed Original file line number Diff line number Diff line change 122
122
< div class ="container-fluid header-holder tutorials-header " id ="header-holder ">
123
123
< div class ="container ">
124
124
125
- < a class ="header-logo " href ="{{ theme_variables.external_urls['home'] }} " aria-label ="PyTorch-Ignite "> </ a >
125
+ < a class ="header-logo " href ="/ " aria-label ="PyTorch-Ignite "> </ a >
126
126
127
127
< div class ="header-container ">
128
128
129
129
< div class ="main-menu ">
130
130
< ul >
131
131
< li >
132
- < a href ="{{ theme_variables.external_urls['quickstart'] }} "> Quickstart</ a >
132
+ < a href ="{{ theme_variables.external_urls['home'] }}/{{ theme_variables.external_urls[' quickstart'] }} "> Quickstart</ a >
133
133
</ li >
134
134
135
135
< li >
136
- < a href ="{{ pathto(' concepts') }} "> Concepts</ a >
136
+ < a href ="{{ theme_variables.external_urls['home'] }}/{{ theme_variables.external_urls[' concepts'] }} "> Concepts</ a >
137
137
</ li >
138
138
139
+ <!-- <li>
140
+ <a href="{{ theme_variables.external_urls['home'] }}/{{ theme_variables.external_urls['examples'] }}">Examples</a>
141
+ </li> -->
142
+
139
143
< li >
140
- < a href ="{{ pathto('examples') }} " > Examples </ a >
144
+ < a href ="{{ theme_variables.external_urls['home'] }}/{{ theme_variables.external_urls['faq'] }} " > FAQ </ a >
141
145
</ li >
142
146
143
147
< li >
144
- < a href ="{{ theme_variables.external_urls['faq '] }} "> FAQ </ a >
148
+ < a href ="{{ theme_variables.external_urls['github '] }} " target =" _blank " rel =" noopener noreferrer " > GitHub </ a >
145
149
</ li >
146
150
147
151
< li >
148
- < a href ="{{ theme_variables.external_urls['github '] }} " target =" _blank " rel =" noopener noreferrer " > GitHub </ a >
152
+ < a href ="{{ theme_variables.external_urls['home '] }}/{{ theme_variables.external_urls['about_us'] }} " > About us </ a >
149
153
</ li >
150
154
151
155
< li >
152
- < a href ="{{ theme_variables.external_urls['about_us '] }} "> About us </ a >
156
+ < a href ="{{ theme_variables.external_urls['home '] }} "> ⊳ pytorch-ignite.ai </ a >
153
157
</ li >
154
158
159
+
155
160
</ ul >
156
161
</ div >
157
162
Original file line number Diff line number Diff line change 4
4
'contributing' : 'https://github.com/pytorch/ignite/blob/master/CONTRIBUTING.md' ,
5
5
'docs' : 'https://pytorch.org/ignite/index.html' ,
6
6
7
- 'home' : 'https://pytorch.org/ ignite' ,
7
+ 'home' : 'https://pytorch- ignite.ai ' ,
8
8
9
- 'concepts' : 'concepts.html ' ,
10
- 'quickstart' : 'https://pytorch-ignite.ai/ tutorials/beginner/01-getting-started/' ,
11
- 'examples' : 'examples.html ' ,
12
- 'faq' : 'https://pytorch-ignite.ai/ how-to-guides/' ,
13
- 'about_us' : 'https://pytorch-ignite.ai/ about/community/'
9
+ 'concepts' : 'concepts/ ' ,
10
+ 'quickstart' : 'tutorials/beginner/01-getting-started/' ,
11
+ 'examples' : 'tutorials/beginner/01-getting-started/#complete-code ' ,
12
+ 'faq' : 'how-to-guides/' ,
13
+ 'about_us' : 'about/community/'
14
14
}
15
15
-%}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments