File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 107
107
html_theme_options = {
108
108
'github_url' : 'https://github.com/tensorly/torch' ,
109
109
'google_analytics' : 'G-QSPLEF75VT' ,
110
+ 'searchbar_text' : 'Search TensorLy-Torch' ,
110
111
'nav_links' : [('Install' , 'install' ),
111
112
('User Guide' , 'user_guide/index' ),
112
113
('API' , 'modules/api' ),
113
114
('About Us' , 'about' )],
114
- 'external_nav_links' : [('TensorLy' , 'http://tensorly.org/dev' )]
115
+ 'external_nav_links_dropdown_title' : 'Ecosystem' ,
116
+ 'external_nav_links_dropdown' : [('TensorLy' , 'http://tensorly.org/dev' ),
117
+ ('TensorLy-Viz' , 'http://tensorly.org/viz' ),
118
+ ('TensorLy-Quantum' , 'http://tensorly.org/quantum' )],
115
119
}
116
120
117
121
# -- Options for LaTeX output ---------------------------------------------
You can’t perform that action at this time.
0 commit comments