aboutsummaryrefslogtreecommitdiff
path: root/python/docs
diff options
context:
space:
mode:
authorHolden Karau <holden@us.ibm.com>2016-06-22 11:54:49 +0200
committerNick Pentreath <nickp@za.ibm.com>2016-06-22 11:54:49 +0200
commitd281b0bafe6aa23085d4d2b68f0ce321f1978b50 (patch)
tree549918d10890cbb2ec58ff1dab1e6d282be83fe9 /python/docs
parent0e3ce75332dd536c0db8467d456ad46e4bf228f4 (diff)
downloadspark-d281b0bafe6aa23085d4d2b68f0ce321f1978b50.tar.gz
spark-d281b0bafe6aa23085d4d2b68f0ce321f1978b50.tar.bz2
spark-d281b0bafe6aa23085d4d2b68f0ce321f1978b50.zip
[SPARK-15162][SPARK-15164][PYSPARK][DOCS][ML] update some pydocs
## What changes were proposed in this pull request? Mark ml.classification algorithms as experimental to match Scala algorithms, update PyDoc for for thresholds on `LogisticRegression` to have same level of info as Scala, and enable mathjax for PyDoc. ## How was this patch tested? Built docs locally & PySpark SQL tests Author: Holden Karau <holden@us.ibm.com> Closes #12938 from holdenk/SPARK-15162-SPARK-15164-update-some-pydocs.
Diffstat (limited to 'python/docs')
-rw-r--r--python/docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/docs/conf.py b/python/docs/conf.py
index d35bf73c30..50fb3175a7 100644
--- a/python/docs/conf.py
+++ b/python/docs/conf.py
@@ -32,6 +32,7 @@ extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'epytext',
+ 'sphinx.ext.mathjax',
]
# Add any paths that contain templates here, relative to this directory.