[SPARK-36751][PYTHON][DOCS][FOLLOW-UP] Fix unexpected section title for Examples in docstring#34196
[SPARK-36751][PYTHON][DOCS][FOLLOW-UP] Fix unexpected section title for Examples in docstring#34196HyukjinKwon wants to merge 2 commits intoapache:masterfrom
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.
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 <sarutak@apache.org>
|
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.