-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
[CherryPick][Core][Doc] #32236 #32520 #32551 #32570 #32536
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.
LGTM, all changes are doc changes.
Let's wait until doc tests pass before merging
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.
Approved for picking into 2.3.0
Similar to #31204, refactor the core api reference for better layout and view. Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
By default, autosummary only shows one line for each class member instead of the entire docstring. Ideally the fix should be autosummarying class members as well but that generates too many doc pages and causes doc build timeout. For now, default to show docstring of class members in the class pages and an explicit opt-in to autosummary class members. Signed-off-by: Jiajun Yao <jeromeyjj@gmail.com>
@jjyao is @justinvyu working on the doctest failures? is there a summary of the issue? |
Summary: Classes included in |
@cadedaniel PR with fix is here #32551 (waiting to merge into master) |
Why are these changes needed?
#32236 #32520 #32551 #32570
Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.