spark-instrumented-optimizer/python/docs/source/migration_guide
HyukjinKwon aa388cf3d0 [SPARK-34041][PYTHON][DOCS] Miscellaneous cleanup for new PySpark documentation
### What changes were proposed in this pull request?

This PR proposes to:
- Add a link of quick start in PySpark docs into "Programming Guides" in Spark main docs
- `ML` / `MLlib` -> `MLlib (DataFrame-based)` / `MLlib (RDD-based)` in API reference page
- Mention other user guides as well because the guide such as [ML](http://spark.apache.org/docs/latest/ml-guide.html) and [SQL](http://spark.apache.org/docs/latest/sql-programming-guide.html).
- Mention other migration guides as well because PySpark can get affected by it.

### Why are the changes needed?

For better documentation.

### Does this PR introduce _any_ user-facing change?

It fixes user-facing docs. However, it's not released out yet.

### How was this patch tested?

Manually tested by running:

```bash
cd docs
SKIP_SCALADOC=1 SKIP_RDOC=1 SKIP_SQLDOC=1 jekyll serve --watch
```

Closes #31082 from HyukjinKwon/SPARK-34041.

Authored-by: HyukjinKwon <gurwls223@apache.org>
Signed-off-by: HyukjinKwon <gurwls223@apache.org>
2021-01-08 09:28:31 +09:00
..
index.rst [SPARK-34041][PYTHON][DOCS] Miscellaneous cleanup for new PySpark documentation 2021-01-08 09:28:31 +09:00
pyspark_1.0_1.2_to_1.3.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_1.4_to_1.5.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.2_to_2.3.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.3.0_to_2.3.1_above.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.3_to_2.4.rst [SPARK-32191][PYTHON][DOCS] Port migration guide for PySpark docs 2020-08-10 15:41:32 +09:00
pyspark_2.4_to_3.0.rst [SPARK-32191][FOLLOW-UP][PYTHON][DOCS] Indent the table and reword the main page in migration guide 2020-09-01 15:08:03 +09:00