You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ta...@apache.org on 2018/08/11 00:21:02 UTC

[11/13] predictionio git commit: [PIO-157] SDK documentation fix

[PIO-157] SDK documentation fix

Fixes for Python and Ruby SDKs


Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo
Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/65b2fa4f
Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/65b2fa4f
Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/65b2fa4f

Branch: refs/heads/develop
Commit: 65b2fa4f952d1bb595c12046e077b8cd7e8970d8
Parents: 37c1793
Author: Donald Szeto <do...@apache.org>
Authored: Tue Jul 31 14:20:00 2018 -0700
Committer: Donald Szeto <do...@apache.org>
Committed: Tue Jul 31 14:20:00 2018 -0700

----------------------------------------------------------------------
 docs/manual/source/sdk/python.html.md.erb | 13 +++++++------
 docs/manual/source/sdk/ruby.html.md.erb   | 12 +++++++-----
 2 files changed, 14 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/65b2fa4f/docs/manual/source/sdk/python.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/sdk/python.html.md.erb b/docs/manual/source/sdk/python.html.md.erb
index e3e7396..68bd689 100644
--- a/docs/manual/source/sdk/python.html.md.erb
+++ b/docs/manual/source/sdk/python.html.md.erb
@@ -21,19 +21,20 @@ limitations under the License.
 
 ## API Docs
 
-[View API documentation](http://pythonhosted.org/PredictionIO/) for version <%= data.versions.pio %>.
+[View API documentation](http://pythonhosted.org/PredictionIO/) (compatible with
+PredictionIO <%= data.versions.pio %>).
 
-## PyPl
+## PyPI
 
 [Browse](https://pypi.python.org/pypi/PredictionIO)
 
 ## GitHub
 
-<iframe src="/github/?user=PredictionIO&repo=PredictionIO-Python-SDK&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
-<iframe src="/github/?user=PredictionIO&repo=PredictionIO-Python-SDK&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
+<iframe src="/github/?user=apache&repo=predictionio-sdk-python&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
+<iframe src="/github/?user=apache&repo=predictionio-sdk-python&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
 
-[View code](https://github.com/PredictionIO/PredictionIO-Python-SDK) on GitHub.
+[View code](https://github.com/apache/predictionio-sdk-python) on GitHub.
 
 ## License
 
-[Apache License 2.0](https://github.com/PredictionIO/PredictionIO-Python-SDK/blob/develop/LICENSE.txt).
+[Apache License 2.0](https://github.com/apache/predictionio-sdk-python/blob/develop/LICENSE.txt).

http://git-wip-us.apache.org/repos/asf/predictionio/blob/65b2fa4f/docs/manual/source/sdk/ruby.html.md.erb
----------------------------------------------------------------------
diff --git a/docs/manual/source/sdk/ruby.html.md.erb b/docs/manual/source/sdk/ruby.html.md.erb
index f5b03c0..edeabaf 100644
--- a/docs/manual/source/sdk/ruby.html.md.erb
+++ b/docs/manual/source/sdk/ruby.html.md.erb
@@ -21,7 +21,9 @@ limitations under the License.
 
 ## API Docs
 
-[View API documentation](http://predictionio.apache.org/ruby/api/PredictionIO.html) for version <%= data.versions.pio %>.
+[View API
+documentation](https://www.rubydoc.info/github/apache/predictionio-sdk-ruby/master)
+(compatible with PredictionIO <%= data.versions.pio %>).
 
 ## RubyGems
 
@@ -29,11 +31,11 @@ limitations under the License.
 
 ## GitHub
 
-<iframe src="/github/?user=PredictionIO&repo=PredictionIO-Ruby-SDK&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
-<iframe src="/github/?user=PredictionIO&repo=PredictionIO-Ruby-SDK&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
+<iframe src="/github/?user=apache&repo=predictionio-sdk-ruby&type=fork&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
+<iframe src="/github/?user=apache&repo=predictionio-sdk-ruby&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
 
-[View code](https://github.com/PredictionIO/PredictionIO-Ruby-SDK) on GitHub.
+[View code](https://github.com/apache/predictionio-sdk-ruby) on GitHub.
 
 ## License
 
-[Apache License 2.0](https://github.com/PredictionIO/PredictionIO-Ruby-SDK/blob/develop/LICENSE).
+[Apache License 2.0](https://github.com/apache/predictionio-sdk-ruby/blob/develop/LICENSE).