Skip to content

Doc: Remove C types from Python API docstrings #12177

@dbaston

Description

@dbaston

Feature description

Currently SWIG adds a signature line to the start of our docstrings. This signature line includes the C types, which is confusing. These types can be removed by using %feature("autodoc", "0") instead of the current %feature("autodoc").

From

Image

To

image

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationIssues and contributions to the documentation contentenhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions