Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Links to other declarations in documentation #95

@lars-reimann

Description

@lars-reimann

The documentation contains links to other functions like

  • :func:`~sklearn.utils.extmath.randomized_svd` (absolute path)
  • :func:`variance` (relative path)

and links to other classes like

  • :class:`~sklearn.pipeline.Pipeline` (absolute path)
  • :class:`MiniBatchKMeans` (relative path)

and links to other modules like

  • :mod:`sklearn.cluster` (always absolute path ?)
  • Example: #/sklearn/sklearn.cluster._birch/Birch/__init__

Once #88 is implemented, it would be nice, to render these as proper links, which then switch to the respective function/class.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions