Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit b2ecf1f

Browse files
committed
Merge branch 'develop'
2 parents 6029d5c + 908668c commit b2ecf1f

25 files changed

+2635
-1372
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ dist/
88
MANIFEST
99
docs/build/
1010
tests_env/
11+
*.zip

docs/source/conf.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
# add these directories to sys.path here. If the directory is relative to the
1818
# documentation root, use os.path.abspath to make it absolute, like shown here.
1919
#sys.path.insert(0, os.path.abspath('.'))
20-
sys.path.append("..")
20+
#sys.path.append("..")
21+
# Use path in the SDK. Hence need to override system package path by inserting
22+
# to position 0.
23+
sys.path.insert(0, "..")
2124

2225
# -- General configuration -----------------------------------------------------
2326

@@ -42,16 +45,16 @@
4245

4346
# General information about the project.
4447
project = u'PredictionIO Python SDK'
45-
copyright = u'2013, TappingStone, Inc.'
48+
copyright = u'2014, TappingStone, Inc.'
4649

4750
# The version info for the project you're documenting, acts as replacement for
4851
# |version| and |release|, also used in various other places throughout the
4952
# built documents.
5053
#
5154
# The short X.Y version.
52-
version = '0.7'
55+
version = '0.8'
5356
# The full version, including alpha/beta/rc tags.
54-
release = '0.7.0'
57+
release = '0.8.0'
5558

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

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ predictionio Package Documentation
4343
:maxdepth: 1
4444

4545
predictionio
46+
predictionio_legacy
4647

4748

4849
Getting Help

0 commit comments

Comments
 (0)