CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
217 stars 34 forks source link

Symbol locations in generated docs don't match intended locations #118

Closed frreiss closed 2 years ago

frreiss commented 4 years ago

The generated API docs show functions and classes as being located at the regions of the namespace where their source files reside. For example, the docs for the Span class reference that class as text_extensions_for_pandas.array.char_span.Span even though we export this class at the top level of our namespace as text_extensions_for_pandas.Span.

The locations of symbols in the API docs should match the locations where we intend users to access them from.

frreiss commented 4 years ago

I am looking into this.