You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by ka...@apache.org on 2019/08/10 10:32:30 UTC

[incubator-singa] branch master updated (6d1f90e -> 806dbe7)

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

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


    from 6d1f90e  Merge pull request #500 from chrishkchris/SINGA-478
     new 021f646  SINGA-480 Update documentations
     new 80948aa  SINGA-480 Update documentations
     new 7a6330e  SINGA-480 Update documentations
     new 806dbe7  Merge pull request #501 from nudles/SINGA-480

The 1266 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:
 .gitignore                                        |   1 +
 CMakeLists.txt                                    |   4 +-
 doc/README.md                                     |  54 ---
 doc/conf.py                                       |  47 ++-
 doc/en/_templates/layout.html                     |  56 ---
 doc/en/community/team-list.rst                    |  27 +-
 doc/en/{docs/installation.md => develop/build.md} | 210 ++++++-----
 doc/en/develop/contribute-code.md                 | 111 +++---
 doc/en/develop/contribute-docs.md                 | 103 ++++++
 doc/en/develop/how-contribute.md                  |  13 +-
 doc/en/docs/index.rst                             |  18 +-
 doc/en/docs/installation.md                       | 415 +++-------------------
 doc/en/{docs.rst => docs/onnx.rst}                |   9 +-
 doc/en/downloads.md                               |   3 +-
 doc/en/index.rst                                  |  17 +-
 doc/en/{docs/notebook/README.md => security.md}   |   5 +-
 doc/en/security.rst                               |  23 --
 python/CMakeLists.txt                             |   2 +-
 python/setup.py.in                                |   3 +-
 tool/conda/cpu/meta.yaml                          |  11 +-
 tool/conda/gpu/meta.yaml                          |  13 +-
 tool/conda/singa/conda_build_config.yaml          |   6 +-
 tool/conda/singa/meta.yaml                        |  10 +-
 tool/travis/build.sh                              |   1 +
 24 files changed, 427 insertions(+), 735 deletions(-)
 delete mode 100644 doc/README.md
 delete mode 100755 doc/en/_templates/layout.html
 copy doc/en/{docs/installation.md => develop/build.md} (72%)
 create mode 100644 doc/en/develop/contribute-docs.md
 rename doc/en/{docs.rst => docs/onnx.rst} (93%)
 copy doc/en/{docs/notebook/README.md => security.md} (81%)
 delete mode 100644 doc/en/security.rst