zsol / py.wtf

Autogenerated reference docs for PyPI packages
https://py.wtf
MIT License
10 stars 3 forks source link

feat: Show stdlib xrefs as links to official docs #113

Closed zsol closed 2 years ago

zsol commented 2 years ago

Stack from ghstack (oldest at bottom):

When an xref's project field is __std__, the frontend now displays a link to docs.python.org.

Some caveats in this implementation:

Fixes #99.