Modernize XGBoost Python document. (#7468)
* Use sphinx gallery to integrate examples. * Remove mock objects. * Add dask doc inventory.
This commit is contained in:
1
doc/python/.gitignore
vendored
Normal file
1
doc/python/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
examples
|
||||
@@ -13,4 +13,4 @@ Contents
|
||||
python_api
|
||||
callbacks
|
||||
model
|
||||
Python examples <https://github.com/dmlc/xgboost/tree/master/demo/guide-python>
|
||||
examples/index
|
||||
|
||||
@@ -5,7 +5,7 @@ This document gives a basic walkthrough of the xgboost package for Python.
|
||||
|
||||
**List of other Helpful Links**
|
||||
|
||||
* `Python walkthrough code collections <https://github.com/dmlc/xgboost/blob/master/demo/guide-python>`_
|
||||
* :doc:`/python/examples/index`
|
||||
* :doc:`Python API Reference <python_api>`
|
||||
|
||||
Install XGBoost
|
||||
|
||||
Reference in New Issue
Block a user