Skip to content

Commit 115c63b

Browse files
Merge remote-tracking branch 'refs/remotes/dmlc/master'
2 parents 3b67028 + 162e91c commit 115c63b

File tree

3 files changed

+2
-33
lines changed

3 files changed

+2
-33
lines changed

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This document is hosted at http://xgboost.readthedocs.org/. You can also browse
1111
How to Get Started
1212
------------------
1313
The best way to get started to learn xgboost is by the examples. There are three types of examples you can find in xgboost.
14-
* [Tutorials](#tutorials) are self-conatained tutorials on a complete data science tasks.
14+
* [Tutorials](#tutorials) are self-contained tutorials on complete data science tasks.
1515
* [XGBoost Code Examples](../demo/) are collections of code and benchmarks of xgboost.
1616
- There is a walkthrough section in this to walk you through specific API features.
1717
* [Highlight Solutions](#highlight-solutions) are presentations using xgboost to solve real world problems.

python-package/README.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

python-package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(name='xgboost',
2424
version=open(os.path.join(CURRENT_DIR, 'xgboost/VERSION')).read().strip(),
2525
#version='0.4a23',
26-
description=open(os.path.join(CURRENT_DIR, 'README.md')).read(),
26+
description=open(os.path.join(CURRENT_DIR, 'README.rst')).read(),
2727
install_requires=[
2828
'numpy',
2929
'scipy',

0 commit comments

Comments
 (0)