All my code does is to take the .chm file which ships with pywin32, unpick it, and turn it into a series of HTML pages. There's a tiny bit of tidying-up but that's all.

So if there are no docs in that Help file for some modules, there won't be any on those web pages. If they *are* there and I'm somehow skipping them, please let me know and I'll try to fix the problem. Or see if you can spot the problem and fix it yourself:

  https://github.com/tjguk/pywin32-docs

If your question is: why aren't there any docs for those modules at all? Then the answer will be: because no-one's written any. I would think that a PR for the repo would probably be welcome:

  https://github.com/mhammond/pywin32

TJG

On 22/04/2020 10:13, Hossein Hasanpour wrote:
Hi,
Thanks a lot, but why aren't there any information concerning the python modules there? I mean, I can't find any entry for win32serviceutils <https://github.com/mhammond/pywin32/blob/master/win32/Lib/win32serviceutil.py>module for example! In fact, none of the modules in the /*Lib */directory(https://github.com/mhammond/pywin32/tree/master/win32/Lib) seem to be exposed in the documentation!

_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to