There have been a series of requests to enhance the current __main__.rst document <https://docs.python.org/3/library/__main__.html>: bpo-17359 <https://bugs.python.org/issue17359> bpo-24632 <https://bugs.python.org/issue24632> bpo-39452 <https://bugs.python.org/issue39452> So, I rewrote it! I went ahead and hosted it on my website for you all to easily take a look: https://jackdevries.com/pydoc__main__/library/__main__.html Of course, you can go directly to the GitHub PR instead: https://github.com/python/cpython/pull/26883 For reference, here is a link to the current document: https://docs.python.org/3/library/__main__.html This is a major change, so I'm thankful for anyone who can take the time to review it. I am a new cpython contributor, so advice for how to push this ahead is also welcome. For example, should I break this up into multiple PRs at this point? Thank you all!