[doc] Integrate pyspark module into sphinx doc [skip ci] (#8066)
This commit is contained in:
@@ -207,10 +207,11 @@ intersphinx_mapping = {
|
||||
"python": ("https://docs.python.org/3.6", None),
|
||||
"numpy": ("https://docs.scipy.org/doc/numpy/", None),
|
||||
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
|
||||
"pandas": ("http://pandas-docs.github.io/pandas-docs-travis/", None),
|
||||
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
|
||||
"sklearn": ("https://scikit-learn.org/stable", None),
|
||||
"dask": ("https://docs.dask.org/en/stable/", None),
|
||||
"distributed": ("https://distributed.dask.org/en/stable/", None),
|
||||
"pyspark": ("https://spark.apache.org/docs/latest/api/python/", None),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user