|
Windows Python distributions (e.g. CPython 3.2) have a Doc folder with a useful *.chm help file.
I'd like that help to be available from the Visual Studio Help menu when using the PTVS tools. (Or perhaps integrated into VS in some other convenient way.)
The VS Help Library Manager wants a *.msha manifest file.
Is there some Python help resource that I can plug into Visual Studio, or has someone wrapped the existing help from the Python distro, or does someone know what I'd have to do to create such a resource?
Thanks
Peter
|