-
Notifications
You must be signed in to change notification settings - Fork 348
New issue
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
docs: show inherited SDK methods in pydoc #1707
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure if adding :inherited-members:
adds more value for c.g.c. docs, I'll look into it. Otherwise LGTM to remove the duplicate entries.
I don't think it'll break anything since you're only removing duplicate entries. The inheritance may not show, but that's on me - don't have to worry for the scope of this PR 😄 |
Got it. Thank you! |
Fixes b/249069357
Show inherited methods for all the classes in SDK. And delete repeated methods for
AutoMLForecastingTrainingJob
andSequenceToSequencePlusForecastingTrainingJob