kamahen / pykythe

Generate code Python source cross-reference facts in Kythe format
Other
21 stars 3 forks source link

Better links for builtin calls, operators #12

Open kamahen opened 5 years ago

kamahen commented 5 years ago

Currently, builtins point to typeshed, which is not useful for users. Instead, there should be a "look-aside" table of pointers to https://docs.python.org/3/ . As a related thing, __doc__ information should get its own Kythe facts.