File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 171
171
172
172
# Additional templates that should be rendered to pages, maps page names to
173
173
# template names.
174
- html_additional_pages = {'index' : 'index.html' }
174
+ html_additional_pages = {
175
+ 'index' : 'index.html' ,
176
+ 'documentation' : 'documentation.html' } # redirects to index
175
177
176
178
# If false, no module index is generated.
177
179
html_domain_indices = False
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < meta charset ="utf-8 ">
5
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
+ < meta http-equiv ="Refresh " content ="0; url={{ pathto('index') }} " />
7
+ < meta name ="Description " content ="scikit-learn: machine learning in Python ">
8
+ < link rel ="canonical " href ="{{ pathto('index') }} " />
9
+ < title > scikit-learn: machine learning in Python</ title >
10
+ </ head >
11
+ < body >
12
+ < p > You will be automatically redirected to the < a href ="{{ pathto('index') }} "> main page</ a > .</ p >
13
+ </ body >
14
+ </ html >
You can’t perform that action at this time.
0 commit comments