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 zach.ware
Recipients ezio.melotti, georg.brandl, lisroach, rhettinger, vstinner, willingc, zach.ware
Date 2016-06-30.21:29:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467322187.05.0.421626140106.issue23951@psf.upfronthosting.co.za>
In-reply-to
Content
Another +1 here, looks good and has some nice improvements.

The patch needs some cleanup, though:

We don't need the extensions [1], the version switcher, or the susp-ignored file.

The templates dir needs some cleanup; we don't need the download page at all, and the indexsidebar.html template needs to be properly updated for the devguide (or removed, but updated would probably be nicer), and indexcontent.html can go away.  layout.html could stand some cleanup as well, removing the stuff that doesn't apply to the devguide.

rstlint.py can probably stay, it has a few complaints that might be nice to fix.  It would be nice to wire it into the Makefile (and make.bat) if it's staying.

tools/static/py.png does need to be copied over, though (and currently isn't in the patch); it's used in the upper left corner of the page.



With cleanup, though, I'm looking forward to this going in!


[1] it might be interesting to look into what extensions from the regular docs could be useful, particularly the 'suspicious' checker
History
Date User Action Args
2016-06-30 21:29:47zach.waresetrecipients: + zach.ware, georg.brandl, rhettinger, vstinner, ezio.melotti, willingc, lisroach
2016-06-30 21:29:47zach.waresetmessageid: <1467322187.05.0.421626140106.issue23951@psf.upfronthosting.co.za>
2016-06-30 21:29:47zach.warelinkissue23951 messages
2016-06-30 21:29:46zach.warecreate