David Ojeda
09/25/2019, 7:01 PMobjects.inv
but I cannot find it for Prefect… Is this supported ?Chris White
09/25/2019, 7:22 PMobjects.inv
file need to contain?David Ojeda
09/25/2019, 7:36 PMpython -m sphinx.ext.intersphinx <http://pandas.pydata.org/pandas-docs/stable/objects.inv>
I found some docs in https://sphobjinv.readthedocs.io/en/latest/customfile.html
but I do not know how complicated it would be to integrate it to your homegrown doc toolChris White
09/25/2019, 7:56 PMDavid Ojeda
09/25/2019, 7:58 PMpy:class:..
work on other projects and you can follow the link to other documentaiton.
For example, again for pandas, its unzipped contents are:
py:attribute
pandas.Categorical.categories reference/api/pandas.Categorical.categories.html#pandas.Categorical.categories
pandas.Categorical.codes reference/api/pandas.Categorical.codes.html#pandas.Categorical.codes
...
py:class
pandas.Categorical reference/api/pandas.Categorical.html#pandas.Categorical
pandas.CategoricalDtype reference/api/pandas.CategoricalDtype.html#pandas.CategoricalDtype
pandas.CategoricalIndex reference/api/pandas.CategoricalIndex.html#pandas.CategoricalIndex
...
Chris White
09/25/2019, 8:00 PMDavid Ojeda
09/25/2019, 8:01 PM