This is an automated email from the ASF dual-hosted git repository.

yifeizhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-marvin-website.git.


    from 571c62c  Correct theme for Jekyll v3.1
     add 2c2a803  GitBook Example
     add f929424  Readme update
     add 135aaf4  fixs
     add eaf35e7  get started file structure
     add bde1908  get started first version
     add 3fd44b9  marvin components
     add 9a3332f  toolbox instalation contents
     add 5fa56ef  minor fix in overview.md
     add 693911a  Update components.md
     add 4257ca8  Update components.md
     add e0e7d06  Merge pull request #2 from marvin-ai/zhg_main_components
     add 38bdf5a  Merge branch 'master' into zhg_get_started
     add c67744c  Merge pull request #3 from marvin-ai/zhg_get_started
     add 9b3cfef  Some book improvements
     add ada324d  Merge pull request #7 from marvin-ai/nvl_book_updates
     add 56a9fce  New structure for Marvin book
     add b9866e2  Anchors not working with -
     add 20013a3  Updates to anchors. If there is space, needs to be lowercase
     add 3dd919f  Fixes to summary.md
     add d9152eb  Fixes to summary.md
     add 5257574  Touch ups
     add 8081b3d  Filled in some information from other marvin readme files
     add 12eb052  Merge pull request #9 from marvin-ai/je_dir_structure
     add eb902c3  refactoring DASFE
     add 1826f63  toolbox added in main components
     add adb3ee5  engine added in main components
     add 1a77810  engine_executor added in main components
     add 6a182e2  artefacts added in main components
     add 0507642  notebook added in main components
     add 3dd6cb7  path fix
     add 0e5a195  minor fix and improvement
     add d236d73  Merge pull request #17 from marvin-ai/zhg_main_components
     add 43df5aa  Updated the book installation guide re #11
     add da510e3  Merge pull request #16 from marvin-ai/nvl_issue_11
     add 7eddd39  Update dasfe.md
     add d9c8f1e  describe how to set params
     add 5baeac7  remove unsupported html tags
     add 530c208  Merge pull request #18 from andresionek91/master
     add 15c8245  Add Setting Environmental Params to Documentation
     add f50a166  Merge pull request #19 from andresionek91/patch-1
     add 9270b2f  doc to subdir
     add 0d460bf  doc to subdir
     add 83d2f5e  ignore-clean
     add 9f66e80  marvin init
     add e65040f  link-logo-size-fix
     new 4789b24  Merge pull request #1 from Wei-1/feature/merge-book

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site/_config.yml                                   |   2 +-
 site/_data/contributors.yml                        |  54 ++++--
 site/_data/project.yml                             |  48 ++---
 site/_includes/themes/apache/_navigation.html      |   8 +-
 site/assets/themes/apache/img/logo.png             | Bin 16393 -> 6594 bytes
 site/community-members.md                          |   5 +-
 site/history.md                                    |   2 +-
 site/index.md                                      |  12 +-
 .../GLOSSARY.md}                                   |  20 ++-
 .../README.md}                                     |  22 ++-
 site/marvin-platform-book/SUMMARY.md               |  63 +++++++
 .../ch1_main_components/artefacts.md}              |  17 +-
 .../ch1_main_components/dasfe.md}                  |  27 +--
 .../ch1_main_components/engine.md}                 |  20 +--
 .../ch1_main_components/engine_executor.md}        |  17 +-
 .../ch1_main_components/notebook.md}               |  17 +-
 .../ch1_main_components/overview.md}               |  17 +-
 .../ch1_main_components/toolbox.md}                |  18 +-
 .../ch2_toolbox_installation/docker.md}            |  15 +-
 .../ch2_toolbox_installation/mac.md                |  78 +++++++++
 .../ch2_toolbox_installation/overview.md}          |  18 +-
 .../ch2_toolbox_installation/ubuntu.md             |  77 ++++++++
 .../ch2_toolbox_installation/vagrant.md}           |  45 ++---
 .../ch3_get_started/create_engine.md}              |  34 +++-
 .../ch3_get_started/engine_examples.md}            |  34 ++--
 .../ch3_get_started/existent_engine.md}            |  34 ++--
 .../ch3_get_started/iris_engine.md                 | 120 +++++++++++++
 .../ch3_get_started/mnist_engine.md}               |  17 +-
 .../ch3_get_started/overview.md}                   |  16 +-
 .../ch3_get_started/sms_engine.md                  | 195 +++++++++++++++++++++
 .../ch4_documentation/engine_cli.md                |  60 +++++++
 .../ch4_documentation/generic_rest_api.md}         |  17 +-
 .../ch4_documentation/setting_params.md            |  55 ++++++
 .../ch4_documentation/toolbox_cli.md               |  60 +++++++
 .../ch4_documentation/toolbox_common_lib.md}       |  17 +-
 .../ch5_deploying/deploying.md}                    |  17 +-
 .../ch5_deploying/overview.md}                     |  17 +-
 .../ch6_platform_architecture/overview.md}         |  17 +-
 .../ch7_community/community.md}                    |  21 ++-
 .../ch7_community/overview.md}                     |  17 +-
 .../ch8_versions/overview.md}                      |  17 +-
 41 files changed, 1053 insertions(+), 314 deletions(-)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/GLOSSARY.md} (75%)
 copy site/{_posts/2015-11-10-release-0.2.0.md => 
marvin-platform-book/README.md} (61%)
 create mode 100644 site/marvin-platform-book/SUMMARY.md
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch1_main_components/artefacts.md} (78%)
 copy site/{_posts/2015-11-10-release-0.2.0.md => 
marvin-platform-book/ch1_main_components/dasfe.md} (60%)
 copy site/{_posts/2015-11-10-release-0.2.0.md => 
marvin-platform-book/ch1_main_components/engine.md} (64%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch1_main_components/engine_executor.md} (67%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch1_main_components/notebook.md} (69%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch1_main_components/overview.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch1_main_components/toolbox.md} (70%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch2_toolbox_installation/docker.md} (79%)
 create mode 100644 site/marvin-platform-book/ch2_toolbox_installation/mac.md
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch2_toolbox_installation/overview.md} (73%)
 create mode 100644 site/marvin-platform-book/ch2_toolbox_installation/ubuntu.md
 copy site/{community-members.md => 
marvin-platform-book/ch2_toolbox_installation/vagrant.md} (52%)
 copy site/{_posts/2015-11-08-new-committers.md => 
marvin-platform-book/ch3_get_started/create_engine.md} (55%)
 copy site/{_posts/2015-11-10-release-0.2.0.md => 
marvin-platform-book/ch3_get_started/engine_examples.md} (58%)
 copy site/{_posts/2015-11-10-release-0.2.0.md => 
marvin-platform-book/ch3_get_started/existent_engine.md} (62%)
 create mode 100644 site/marvin-platform-book/ch3_get_started/iris_engine.md
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch3_get_started/mnist_engine.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch3_get_started/overview.md} (79%)
 create mode 100644 site/marvin-platform-book/ch3_get_started/sms_engine.md
 create mode 100644 site/marvin-platform-book/ch4_documentation/engine_cli.md
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch4_documentation/generic_rest_api.md} (79%)
 create mode 100644 
site/marvin-platform-book/ch4_documentation/setting_params.md
 create mode 100644 site/marvin-platform-book/ch4_documentation/toolbox_cli.md
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch4_documentation/toolbox_common_lib.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch5_deploying/deploying.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch5_deploying/overview.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch6_platform_architecture/overview.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch7_community/community.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch7_community/overview.md} (79%)
 copy site/{_posts/2015-09-25-release-0.1.0.md => 
marvin-platform-book/ch8_versions/overview.md} (79%)

Reply via email to