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 rhettinger
Recipients Frédéric Jolliton, Mariatta, PeterLovett, aroberge, azsorkin, belopolsky, berker.peksag, donmez, eric.araujo, ezio.melotti, georg.brandl, lukasz.langa, r.david.murray, rhettinger, ron_adam, serhiy.storchaka, terry.reedy, tritium, vterron, xtreak
Date 2019-03-23.21:27:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553376462.82.0.372410367425.issue10716@roundup.psfhosted.org>
In-reply-to
Content
I've found the HTML to be useful (-w mode, not running a server) for generating quick documentation (much lighter weight commitment than using sphinx).  I show this in my intro classes and the engineers are usually impressed with it.

This is really easy and requires neither configuration files or reST markup:

    $ python -m pydoc -w statistics
    wrote statistics.html

So, my vote it to keep it.

I would still like modern HTML 5 with CSS however.
History
Date User Action Args
2019-03-23 21:27:42rhettingersetrecipients: + rhettinger, georg.brandl, terry.reedy, belopolsky, ron_adam, donmez, aroberge, ezio.melotti, eric.araujo, r.david.murray, PeterLovett, lukasz.langa, berker.peksag, vterron, serhiy.storchaka, tritium, azsorkin, Frédéric Jolliton, Mariatta, xtreak
2019-03-23 21:27:42rhettingersetmessageid: <1553376462.82.0.372410367425.issue10716@roundup.psfhosted.org>
2019-03-23 21:27:42rhettingerlinkissue10716 messages
2019-03-23 21:27:42rhettingercreate