Add a new item to the Python 2.1 start menu: "Module Docs".
This brings up Ping's pydoc server. (XXX The icons for this and for IDLE seem screwed. Oh well.)
This commit is contained in:
parent
b616e114f7
commit
fe010e41cc
|
@ -951,6 +951,12 @@ item: Install File
|
|||
Description=Utility Scripts
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\Tools\scripts\pydoc
|
||||
Destination=%MAINDIR%\pydoc
|
||||
Description=Utility Scripts
|
||||
Flags=0000000000000010
|
||||
end
|
||||
item: Install File
|
||||
Source=%_SRC_%\Tools\scripts\*.doc
|
||||
Destination=%MAINDIR%\Tools\Scripts
|
||||
|
@ -1334,6 +1340,14 @@ item: Create Shortcut
|
|||
Key Type=1536
|
||||
Flags=00000001
|
||||
end
|
||||
item: Create Shortcut
|
||||
Source=%MAINDIR%\pythonw.exe
|
||||
Destination=%GROUP%\Module Docs.lnk
|
||||
Command Options=%MAINDIR%\pydoc
|
||||
Working Directory=%MAINDIR%
|
||||
Key Type=1536
|
||||
Flags=00000001
|
||||
end
|
||||
item: End Block
|
||||
end
|
||||
item: Create Shortcut
|
||||
|
|
Loading…
Reference in New Issue