enable basic sphinx doc

This commit is contained in:
tqchen
2015-08-01 11:27:13 -07:00
parent 8083c30e7b
commit c43fee541d
14 changed files with 529 additions and 56 deletions

View File

@@ -10,3 +10,7 @@ from .training import train, cv
from .sklearn import XGBModel, XGBClassifier, XGBRegressor
__version__ = '0.4'
__all__ = ['DMatrix', 'Booster',
'train', 'cv',
'XGBModel', 'XGBClassifier', 'XGBRegressor']