Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0313d49

Browse files
committed
Remove stale HTML shortcuts in win32 installer.
1 parent 7eee8b1 commit 0313d49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/ipython_win_post_install.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ def install():
118118
cmdbase += '-script.pyw'
119119
cmd = '"%s"' % cmdbase
120120
mkshortcut(pythonw, 'IPython Qt Console', link, cmd, workdir)
121-
# Create documentation shortcuts ...
122-
t = prefix + r'\share\doc\ipython\manual\index.html'
123-
f = ip_start_menu + r'\Manual in HTML.lnk'
124-
mkshortcut(t,'IPython Manual - HTML-Format',f)
125121

126122

127123
def remove():

0 commit comments

Comments
 (0)