Skip to content

Commit

Permalink
Add PySpark 3.5.2 docset
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuliyer95 committed Aug 29, 2024
1 parent 5d4f020 commit 2d5a023
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
12 changes: 8 additions & 4 deletions docsets/pyspark/README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
pyspark Docset
==============

* Author: Rahul Iyer (https://twitter.com/rahuliyer95) - versions: 3.4.0
* Author: Rahul Iyer (https://twitter.com/rahuliyer95) - versions: 3.4.0, 3.5.2
* 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'`
* Clone the Apache Spark [repo](https://github.com/apache/spark)
* Checkout the release branch for the version you are building the docs
* Modify `spark/python/docs/conf.py` and add `html_theme_options = {"nosidebar": "true"}`
* Export the following environment variables
* `export GIT_HASH="$(git rev-parse HEAD | cut -c 1-12)"`
* `export VERSION="<spark-version>"` e.g `VERSION="3.5.2"`
* Run `make html`
* Optionally `export SPHINXOPTS="-j auto --keep-going"`
* Then run doc2dash
* Then run [doc2dash](https://github.com/hynek/doc2dash)
10 changes: 9 additions & 1 deletion docsets/pyspark/docset.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pyspark",
"version": "3.4.0",
"version": "3.5.2",
"archive": "pyspark.tgz",
"author": {
"name": "Rahul Iyer",
Expand All @@ -12,6 +12,14 @@
"GraphX"
],
"specific_versions": [
{
"author": {
"name": "Rahul Iyer",
"link": "https://twitter.com/rahuliyer95"
},
"version": "3.5.2",
"archive": "versions/3.5.2/pyspark.tgz"
},
{
"author": {
"name": "Rahul Iyer",
Expand Down
Binary file added docsets/pyspark/pyspark.tgz
Binary file not shown.
Binary file added docsets/pyspark/versions/3.5.2/pyspark.tgz
Binary file not shown.

0 comments on commit 2d5a023

Please sign in to comment.