This is an automated email from the ASF dual-hosted git repository.
gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new a5f064f13639 [SPARK-55540][DOCS] Fix capitalization inconsistency in
PySpark Overview "Live Notebook" link
a5f064f13639 is described below
commit a5f064f1363934102e9843a05e587e7524284fd3
Author: Karthik Prabhakar <[email protected]>
AuthorDate: Thu Feb 19 10:17:30 2026 +0900
[SPARK-55540][DOCS] Fix capitalization inconsistency in PySpark Overview
"Live Notebook" link
### What changes were proposed in this pull request?
Fixes a capitalization inconsistency in the "Pandas API on Spark" section
of the PySpark Overview page. The "Live Notebook" link title was using
lowercase "pandas", while adjacent links and headers used capitalized "Pandas".
### Why are the changes needed?
To maintain consistency in documentation and branding.
### Does this PR introduce _any_ user-facing change?
No (Documentation only)
### How was this patch tested?
Manual verification (Documentation build)
Closes #54358
Closes #54332 from knkarthik01/patch-1.
Authored-by: Karthik Prabhakar
<[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
python/docs/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/docs/source/conf.py b/python/docs/source/conf.py
index 3059ac1c2d22..ad8119fc4ae7 100644
--- a/python/docs/source/conf.py
+++ b/python/docs/source/conf.py
@@ -96,7 +96,7 @@ rst_epilog = """
.. _binder:
https://mybinder.org/v2/gh/apache/spark/{0}?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb
.. |binder_df| replace:: Live Notebook: DataFrame
.. _binder_df:
https://mybinder.org/v2/gh/apache/spark/{0}?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_df.ipynb
-.. |binder_ps| replace:: Live Notebook: pandas API on Spark
+.. |binder_ps| replace:: Live Notebook: Pandas API on Spark
.. _binder_ps:
https://mybinder.org/v2/gh/apache/spark/{0}?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_ps.ipynb
.. |binder_connect| replace:: Live Notebook: Spark Connect
.. _binder_connect:
https://mybinder.org/v2/gh/apache/spark/{0}?filepath=python%2Fdocs%2Fsource%2Fgetting_started%2Fquickstart_connect.ipynb
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]