data-apis / python-record-api

Inferring Python API signatures from tracing usage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create better view of results

saulshanabrook opened this issue · comments

Currently, to see the results in some human readable way you can navigate the data/typing directory here. However, this is a bit cumbersome, especially now that some files have gotten so long Github will no longer allow you to link to a line or view them.

We could possibly use Sphinx to generate a site based off the type definitions? I see that Sphinx does have support for type overloads: sphinx-doc/sphinx@fb2f777