File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ <h3>Quick links</h3>
6
6
< li > < a href ="http://mail.scipy.org/pipermail/nipy-devel "> Mailing list archive</ a > </ li >
7
7
</ ul >
8
8
9
- < script type ="text/javascript " src ="http ://www.ohloh.net/projects/480908/widgets/project_partner_badge "> </ script >
9
+ < script type ="text/javascript " src ="https ://www.ohloh.net/projects/480908/widgets/project_partner_badge "> </ script >
10
10
11
11
< h3 > Search mailing list archive</ h3 >
12
12
< script type ="text/javascript ">
@@ -15,7 +15,7 @@ <h3>Search mailing list archive</h3>
15
15
curobj . q . value = "site:mail.scipy.org/pipermail/nipy-devel/ " + curobj . userquery . value
16
16
}
17
17
</ script >
18
- < form action ="http ://www.google.com/search " method ="get " onSubmit ="mlsearch(this) ">
18
+ < form action ="https ://www.google.com/search " method ="get " onSubmit ="mlsearch(this) ">
19
19
< input name ="userquery " size ="18 " type ="text " /> < input type ="submit " value ="Go " />
20
20
< input name ="q " type ="hidden " />
21
21
</ form >
Original file line number Diff line number Diff line change 216
216
# Output file base name for HTML help builder.
217
217
htmlhelp_basename = 'nibabeldoc'
218
218
219
+ mathjax_path = 'https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
219
220
220
221
# -- Options for LaTeX output --------------------------------------------------
221
222
You can’t perform that action at this time.
0 commit comments