diff --git a/docsets/pyspark/README.md b/docsets/pyspark/README.md index a43ad9ff6c..11300e3aaa 100644 --- a/docsets/pyspark/README.md +++ b/docsets/pyspark/README.md @@ -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 \ No newline at end of file + * 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 diff --git a/docsets/pyspark/docset.json b/docsets/pyspark/docset.json index f38dbb276b..7fd697c610 100644 --- a/docsets/pyspark/docset.json +++ b/docsets/pyspark/docset.json @@ -1,10 +1,10 @@ { "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", @@ -12,6 +12,14 @@ "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", @@ -45,4 +53,4 @@ "archive": "versions/1.5.1/pyspark.tgz" } ] -} \ No newline at end of file +} diff --git a/docsets/pyspark/pyspark.tgz b/docsets/pyspark/pyspark.tgz new file mode 100644 index 0000000000..db8cf9d1a7 Binary files /dev/null and b/docsets/pyspark/pyspark.tgz differ diff --git a/docsets/pyspark/versions/3.4.0/pyspark.tgz b/docsets/pyspark/versions/3.4.0/pyspark.tgz new file mode 100644 index 0000000000..db8cf9d1a7 Binary files /dev/null and b/docsets/pyspark/versions/3.4.0/pyspark.tgz differ