We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. assume we have the following class definition:
@audeer.deprecated(removal_version="2.2.0") class Repository: r"""Repository object. ... """ def __init__( self, name: str, host: str, backend: str, ): # ...
when including this in an API documentation it results in
instead of the expected
The text was updated successfully, but these errors were encountered:
In addition, it prevents class attributes to show up in the documentation.
Sorry, something went wrong.
No branches or pull requests
E.g. assume we have the following class definition:
when including this in an API documentation it results in
instead of the expected
The text was updated successfully, but these errors were encountered: