You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Types in the api reference aren't rendering correctly.
Steps to reproduce
quartodoc build
quarto preview
Click through API Reference -> Urban Centre -> Scroll down to "Returns", see type is geopandas.geopandas.GeoDataFrame, instead of geopandas.GeoDataFrame
There are worse examples than this, as can be seen in the screengrabs.
Describe the bug
Types in the api reference aren't rendering correctly.
Steps to reproduce
quartodoc build
quarto preview
API Reference
->Urban Centre
-> Scroll down to "Returns", see type isgeopandas.geopandas.GeoDataFrame
, instead ofgeopandas.GeoDataFrame
Expected behavior
types are less cluttered, eg:
geopandas.geopandas.GeoDataFrame
->geopandas.GeoDataFrame
Screenshots
The text was updated successfully, but these errors were encountered: