You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@predictionio.apache.org by ch...@apache.org on 2018/03/01 23:22:32 UTC

[04/20] predictionio git commit: Merge branch 'livedoc' into develop

Merge branch 'livedoc' into develop



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

Branch: refs/heads/livedoc
Commit: 1cfb77a249ffe140533c205fec5aac3c81f91997
Parents: 9017d7f 15eb70a
Author: Naoki Takezoe <ta...@gmail.com>
Authored: Thu Oct 26 13:47:16 2017 +0900
Committer: Naoki Takezoe <ta...@gmail.com>
Committed: Thu Oct 26 13:47:16 2017 +0900

----------------------------------------------------------------------
 CONTRIBUTING.md                                 |   8 +-
 DISCLAIMER                                      |   7 -
 Dockerfile                                      |   2 +-
 LICENSE.txt                                     |   2 +-
 NOTICE.txt                                      |   2 +-
 PMC.md                                          |   6 +-
 README.md                                       |  34 ++---
 RELEASE.md                                      |  12 +-
 assembly/build.sbt                              |   2 +-
 build.sbt                                       |   4 +-
 conf/pio-env.sh.template                        |   2 +-
 .../predictionio/controller/package.scala       |   2 +-
 .../predictionio/workflow/WorkflowUtils.scala   |   2 +-
 data/README.md                                  |   2 +-
 docs/manual/bower.json                          |  11 +-
 docs/manual/config.rb                           |  10 +-
 docs/manual/data/nav/main.yml                   |  40 ++++--
 docs/manual/helpers/application_helpers.rb      |   2 +-
 docs/manual/source/algorithm/index.html.md      |   2 +-
 docs/manual/source/appintegration/index.html.md |   8 +-
 docs/manual/source/cli/index.html.md            |   4 +-
 .../source/community/contribute-code.html.md    |  42 +++---
 .../community/contribute-documentation.html.md  |  26 +++-
 .../source/community/contribute-sdk.html.md     |  14 +-
 .../source/community/contribute-webhook.html.md |  12 +-
 docs/manual/source/community/index.html.md      |   6 +-
 docs/manual/source/community/projects.html.md   |   2 +-
 docs/manual/source/customize/dase.html.md.erb   |  24 ++--
 docs/manual/source/customize/index.html.md      |   2 +-
 .../source/customize/troubleshooting.html.md    |   8 +-
 .../datacollection/analytics-ipynb.html.md.erb  |   4 +-
 .../analytics-zeppelin.html.md.erb              |   4 +-
 .../source/datacollection/batchimport.html.md   |   2 +-
 .../source/datacollection/eventapi.html.md      |  12 +-
 .../datacollection/eventmodel.html.md.erb       |   4 +-
 docs/manual/source/datacollection/index.html.md |   2 +-
 .../manual/source/datacollection/plugin.html.md | 111 ++++++++++++++++
 .../source/datacollection/webhooks.html.md.erb  |   2 +-
 docs/manual/source/demo/community.html.md       |   4 +-
 docs/manual/source/demo/index.html.md.erb       |   4 +-
 docs/manual/source/demo/tapster.html.md         |  44 +++----
 .../source/demo/textclassification.html.md.erb  |  14 +-
 docs/manual/source/deploy/index.html.md         |   6 +-
 docs/manual/source/deploy/plugin.html.md        | 130 +++++++++++++++++++
 docs/manual/source/gallery/templates.yaml       |  12 +-
 docs/manual/source/index.html.md.erb            |  12 +-
 docs/manual/source/install/index.html.md.erb    |  17 +--
 .../source/install/install-linux.html.md.erb    |  12 +-
 .../install/install-sourcecode.html.md.erb      |  33 +++--
 .../source/install/install-vagrant.html.md.erb  |   4 +-
 .../source/partials/_action_call.html.slim      |   2 +-
 docs/manual/source/partials/_footer.html.slim   |  16 +--
 docs/manual/source/partials/_header.html.slim   |   5 +-
 .../shared/datacollection/_parquet.html.md.erb  |   2 +-
 .../shared/install/_elasticsearch.html.erb      |   2 +-
 docs/manual/source/robots.txt                   |   2 +-
 docs/manual/source/sdk/java.html.md.erb         |   2 +-
 docs/manual/source/sdk/php.html.md.erb          |   4 +-
 docs/manual/source/sdk/ruby.html.md.erb         |   2 +-
 .../stylesheets/partials/_footer.css.scss       |   4 +
 .../stylesheets/variables/_colors.css.scss      |   1 +
 docs/manual/source/support/index.html.md.erb    |  12 +-
 docs/manual/source/tryit/index.html.slim        |   2 +-
 docs/scaladoc/rootdoc.txt                       |   2 +-
 .../scala-parallel-classification/README.md     |   2 +-
 .../README.md                                   |   2 +-
 .../scala-parallel-recommendation/README.md     |   2 +-
 .../scala-parallel-similarproduct/README.md     |   2 +-
 tests/Dockerfile.base                           |   2 +-
 tests/README.md                                 |   2 +-
 tests/docker-files/env-conf/pio-env.sh          |   3 +-
 .../engines/recommendation-engine/README.md     |   2 +-
 tests/pio_tests/scenarios/eventserver_test.py   |   5 +-
 tests/pio_tests/utils.py                        |   2 +-
 74 files changed, 549 insertions(+), 266 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/predictionio/blob/1cfb77a2/build.sbt
----------------------------------------------------------------------