-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-36751][PYTHON][DOCS][FOLLOW-UP] Fix unexpected section title for Examples in docstring #34196
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
Conversation
|
Test build #143875 has finished for PR 34196 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
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.
Thank you @HyukjinKwon . I noticed the layout of the examples is broken too.
Can we fix them within this PR?

Otherwise, It LGTM.
|
Thanks man! |
Co-authored-by: Kousuke Saruta <[email protected]>
|
Test build #143881 has finished for PR 34196 at commit
|
|
Kubernetes integration test starting |
|
@HyukjinKwon Thank you for following up! Merged to |
|
Kubernetes integration test status failure |
What changes were proposed in this pull request?
This PR is a minor followup of #33992 to fix the warnings during PySpark documentation build:
We should always have the same length of hyphens with the title.
Why are the changes needed?
To remove warnings during the documentation build and show the HTML pages correctly.
Does this PR introduce any user-facing change?
This is not released yet, and only in master branch. So, no to end users.
How was this patch tested?
Manually built the docs via
make clean htmlatpython/docsdirectory.