Show More
@@ -60,11 +60,11 b' def install():' | |||
|
60 | 60 | mkshortcut(python,'IPython scipy profile',f,a) |
|
61 | 61 | |
|
62 | 62 | # Create documentation shortcuts ... |
|
63 |
t = prefix + r'\share\doc\ipython |
|
|
63 | t = prefix + r'\share\doc\ipython\manual\ipython.pdf' | |
|
64 | 64 | f = ip_dir + r'\Manual in PDF.lnk' |
|
65 | 65 | mkshortcut(t,r'IPython Manual - PDF-Format',f) |
|
66 | 66 | |
|
67 |
t = prefix + r'\share\doc\ipython |
|
|
67 | t = prefix + r'\share\doc\ipython\manual\ipython.html' | |
|
68 | 68 | f = ip_dir + r'\Manual in HTML.lnk' |
|
69 | 69 | mkshortcut(t,'IPython Manual - HTML-Format',f) |
|
70 | 70 |
General Comments 0
You need to be logged in to leave comments.
Login now