Skip to content

Fix unclickable external types in reference API docs #726

@sfmig

Description

@sfmig

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:

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

No one assigned

    Labels

    documentationImprovements or additions to documentationgood first issueGood for newcomers

    Type

    No type

    Projects

    Status

    🚧 In Progress

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions