This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markroseman
Recipients THRlWiTi, Todd.Rovito, asvetlov, docs@python, eric.araujo, georg.brandl, markroseman, ned.deily, python-dev, roger.serwy, terry.reedy, zach.ware
Date 2015-09-07.21:57:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441663038.76.0.959949263903.issue16893@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-09-07 21:57:18markrosemansetrecipients: + markroseman, georg.brandl, terry.reedy, ned.deily, roger.serwy, eric.araujo, asvetlov, THRlWiTi, docs@python, Todd.Rovito, python-dev, zach.ware
2015-09-07 21:57:18markrosemansetmessageid: <1441663038.76.0.959949263903.issue16893@psf.upfronthosting.co.za>
2015-09-07 21:57:18markrosemanlinkissue16893 messages
2015-09-07 21:57:18markrosemancreate