Skip to content

Commit

Permalink
Add PySpark 3.4.0 docset (#5111)
Browse files Browse the repository at this point in the history
* Add PySpark 3.4.0 docset

* Update default docset
  • Loading branch information
rahuliyer95 authored Aug 29, 2024
1 parent 7a74c4c commit 3bcc90c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
10 changes: 6 additions & 4 deletions docsets/pyspark/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
pyspark Docset
=======================
==============

* Author: Rahul Iyer (https://twitter.com/rahuliyer95) - versions: 3.4.0
* Author: Tomas Kunka (https://twitter.com/TomasKunka) - versions: 3.0.0, 2.4.0
* Author: Ronert Obst (https://twitter.com/ronert_obst) - versions: 2.1.0, 1.6.1, 1.5.1
* Instructions
* Clone the Apache Spark repo
* Modify spark/python/docs/conf.py and add `html_theme_options = {"nosidebar": "true"}` under `html_theme = 'nature'`
* Run make html
* Then run doc2dash
* Modify `spark/python/docs/conf.py` and add `html_theme_options = {"nosidebar": "true"}` under `html_theme = 'nature'`
* Run `make html`
* Optionally `export SPHINXOPTS="-j auto --keep-going"`
* Then run doc2dash
16 changes: 12 additions & 4 deletions docsets/pyspark/docset.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,25 @@
{
"name": "pyspark",
"version": "3.0.0",
"version": "3.4.0",
"archive": "pyspark.tgz",
"author": {
"name": "Tomas Kunka",
"link": "https://twitter.com/TomasKunka"
"name": "Rahul Iyer",
"link": "https://twitter.com/rahuliyer95"
},
"aliases": [
"Spark",
"MLlib",
"GraphX"
],
"specific_versions": [
{
"author": {
"name": "Rahul Iyer",
"link": "https://twitter.com/rahuliyer95"
},
"version": "3.4.0",
"archive": "versions/3.4.0/pyspark.tgz"
},
{
"author": {
"name": "Tomas Kunka",
Expand Down Expand Up @@ -45,4 +53,4 @@
"archive": "versions/1.5.1/pyspark.tgz"
}
]
}
}
Binary file added docsets/pyspark/pyspark.tgz
Binary file not shown.
Binary file added docsets/pyspark/versions/3.4.0/pyspark.tgz
Binary file not shown.

0 comments on commit 3bcc90c

Please sign in to comment.