Skip to content

Commit bc4a6f9

Browse files
author
Kenneth Chan
committed
Merge branch 'develop' for v0.6.3 release
2 parents 0fe1d7d + 35f11fb commit bc4a6f9

File tree

10 files changed

+445
-284
lines changed

10 files changed

+445
-284
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ build/
66
dist/
77
MANIFEST
88
docs/build/
9+
tests_env/

README.txt

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
PredictionIO Python SDK
22
=======================
33

4-
Install
5-
--------
4+
5+
Installation
6+
============
67

78
To install the module from PyPI, you may
89

@@ -19,15 +20,17 @@ do the following in the root directory of the repository:
1920

2021
This will install the "predictionio" module to your Python distribution.
2122

23+
2224
Usage
23-
-----
25+
=====
2426

2527
To use predictionio in your Python script,
2628

2729
>>> import predictionio
2830

31+
2932
Documentation
30-
-------------
33+
=============
3134

3235
The latest documentation is located at http://pythonhosted.org/PredictionIO/
3336

@@ -41,10 +44,20 @@ To generate documentation,
4144

4245
To view the generated documentation, go to docs/build/html/index.html.
4346

47+
4448
SUPPORT
4549
=======
4650

51+
4752
Forum
4853
-----
4954

5055
https://groups.google.com/group/predictionio-user
56+
57+
58+
Issue Tracker
59+
-------------
60+
61+
https://predictionio.atlassian.net
62+
63+
If you are unsure whether a behavior is an issue, bringing it up in the forum is highly encouraged.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
# The short X.Y version.
5252
version = '0.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.6.2'
54+
release = '0.6.3'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

0 commit comments

Comments
 (0)