[docs] [issue16893] Generate Idle help from Doc/library/idle.rst

Mark Roseman report at bugs.python.org
Mon Sep 7 23:57:18 CEST 2015


Mark Roseman added the comment:

If it's useful, I quickly threw together a routine that takes the HTML generated by Sphinx, and using html.parser, strips out the navigation stuff, and stuffs it into a Tk text widget, doing appropriate things with the subset of the formatting it uses (lists, headings, etc.).

If something like that seems appropriate to use, let me know and I can clean it up a bit and post it as a patch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16893>
_______________________________________


More information about the docs mailing list