-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Describe the bug
In the API docs, some of the types that link to external documentation are missing. This happens when in the docstrings we specify the type without spelling out the full module path, for example:
np.ndarrayrathernumpy.ndarray(example)xr.DataArrayrather thanxarray.DataArray(for example here withreference_vector)
Additionally shapely classes and methods are not linkable in the API docs (example - not sure if there are more?)
Additional context
It would be nice to search the API docs for these errors, and fix them to make sure the types are referenced correctly and are clickable.
For shapely, I think we would need to add the relevant URL to the intersphinx_mapping dict in conf.py and use the right syntax (maybe :mod:shapely. Geometry ?)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
🚧 In Progress