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.18:52:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561402372.47.0.500611170138.issue37390@roundup.psfhosted.org>
In-reply-to
Content
Awesome! I was just making a start on this too, and it looks like we were doing nearly identical work. Happy to let you keep going on it!

Some things that I thought would be worth doing:
* combine equivalent events (warn if names match but arguments are different)
* include links back to the section where they came from
* include a "CPython implementation detail" message, and maybe mention that the table is generated from the docs

I think for the formatting, we'll have to rearrange how the *args* variable is created initially (so that we store the original names, not the `` marked ones) and then use nodes.literal() when adding them later. But this is pushing the boundaries of my Sphinx/docutils skills as well :)
History
Date User Action Args
2019-06-24 18:52:52steve.dowersetrecipients: + steve.dower, christian.heimes, docs@python, xtreak
2019-06-24 18:52:52steve.dowersetmessageid: <1561402372.47.0.500611170138.issue37390@roundup.psfhosted.org>
2019-06-24 18:52:52steve.dowerlinkissue37390 messages
2019-06-24 18:52:52steve.dowercreate