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 docs@python, eric.araujo, martin.panter, r.david.murray, skip.montanaro, terry.reedy, wyz23x2, zach.ware
Date 2021-11-05.03:51:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636084288.61.0.982728190829.issue40051@roundup.psfhosted.org>
In-reply-to
Content
Option 4: generate a list of modules (or a mapping of module names to documentation files) that have documentation when generating Lib/pydoc_data/topics.py, and teach pydoc.help to not include the link when it knows the module doesn't have documentation.

This is a much more complete solution that also avoids creating links for private modules (see bpo-45717), but is significantly more effort to implement.
History
Date User Action Args
2021-11-05 03:51:28zach.waresetrecipients: + zach.ware, skip.montanaro, terry.reedy, eric.araujo, r.david.murray, docs@python, martin.panter, wyz23x2
2021-11-05 03:51:28zach.waresetmessageid: <1636084288.61.0.982728190829.issue40051@roundup.psfhosted.org>
2021-11-05 03:51:28zach.warelinkissue40051 messages
2021-11-05 03:51:28zach.warecreate