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 steve.dower
Recipients christian.heimes, docs@python, steve.dower, xtreak
Date 2019-06-24.23:01:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561417298.41.0.134175523549.issue37390@roundup.psfhosted.org>
In-reply-to
Content
I took your code and made some improvements:

https://github.com/python/cpython/compare/master...zooba:bpo37390

In particular, I added the backlinks from the table (but unfortunately they all go to the line of text we generate for the ..audit-event directive, and not the top of the section :( ) and debugged some of the weirdness of generating tables in docutils.

Feel free to pull my changes and take back over if there's more you want to do!
History
Date User Action Args
2019-06-24 23:01:38steve.dowersetrecipients: + steve.dower, christian.heimes, docs@python, xtreak
2019-06-24 23:01:38steve.dowersetmessageid: <1561417298.41.0.134175523549.issue37390@roundup.psfhosted.org>
2019-06-24 23:01:38steve.dowerlinkissue37390 messages
2019-06-24 23:01:38steve.dowercreate