Skip to content

sage.matrix.matrix_space: Rename a test_... function to _test_... (with deprecation) #33612

@mkoeppe

Description

@mkoeppe

(split out from #33549)

Various Sage modules contain non-private helper functions that are only used in TESTS:: blocks of doctests of the same module.
Example:

They clutter the documentation and their module's namespace. We rename them (with deprecation) to _test_....
Thus they will no longer appear in the built documentation unless SAGE_DOC_UNDERSCORE is set.

CC: @tscrim @tobiasdiez

Component: documentation

Author: Tobias Diez, Matthias Koeppe

Branch/Commit: 5598464

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/33612

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions