This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.
from cf3984b [numpy] fix op repeat with list input (#18371)
add b6b4087 Consolidate installation instructions on website and add
disclaimer for non-ASF ressources (#18487)
No new revisions were added by this update.
Summary of changes:
contrib/clojure-package/README.md | 2 +-
.../inference/image_classification_jetson.md | 4 +-
.../src/_includes/get_started/cloud/cpu.md | 16 +-
.../src/_includes/get_started/cloud/gpu.md | 17 +-
.../src/_includes/get_started/get_started.html | 253 +++++------
.../linux/clojure/{gpu.md => build-from-source.md} | 0
.../src/_includes/get_started/linux/clojure/cpu.md | 1 -
.../get_started/linux/cpp/build-from-source.md | 2 +
.../src/_includes/get_started/linux/cpp/cpp.md | 4 -
.../get_started/linux/java/build-from-source.md | 6 +
.../src/_includes/get_started/linux/java/cpu.md | 6 -
.../src/_includes/get_started/linux/java/gpu.md | 6 -
.../get_started/linux/julia/build-from-source.md | 3 +-
.../src/_includes/get_started/linux/julia/pkg.md | 10 -
.../get_started/linux/perl/build-from-source.md | 1 +
.../src/_includes/get_started/linux/perl/perl.md | 1 -
.../linux/python/cpu/build-from-source.md | 2 +-
.../get_started/linux/python/cpu/docker.md | 42 +-
.../_includes/get_started/linux/python/cpu/pip.md | 15 +-
.../linux/python/gpu/build-from-source.md | 2 +-
.../get_started/linux/python/gpu/docker.md | 45 +-
.../_includes/get_started/linux/python/gpu/pip.md | 16 +-
.../get_started/linux/r/build-from-source.md | 2 +
.../src/_includes/get_started/linux/r/cpu.md | 10 -
.../src/_includes/get_started/linux/r/gpu.md | 15 -
.../linux/scala/{gpu.md => build-from-source.md} | 0
.../src/_includes/get_started/linux/scala/cpu.md | 6 -
docs/static_site/src/_includes/get_started/macos | 1 +
.../src/_includes/get_started/macos/clojure/cpu.md | 13 -
.../src/_includes/get_started/macos/clojure/gpu.md | 1 -
.../src/_includes/get_started/macos/cpp/cpp.md | 3 -
.../src/_includes/get_started/macos/java/cpu.md | 16 -
.../src/_includes/get_started/macos/java/gpu.md | 1 -
.../get_started/macos/julia/build-from-source.md | 1 -
.../src/_includes/get_started/macos/julia/pkg.md | 10 -
.../src/_includes/get_started/macos/perl/perl.md | 1 -
.../macos/python/cpu/build-from-source.md | 2 -
.../get_started/macos/python/cpu/docker.md | 35 --
.../_includes/get_started/macos/python/cpu/pip.md | 79 ----
.../macos/python/gpu/build-from-source.md | 2 -
.../get_started/macos/python/gpu/pip_docker.md | 1 -
.../src/_includes/get_started/macos/r/cpu.md | 28 --
.../src/_includes/get_started/macos/r/gpu.md | 1 -
.../src/_includes/get_started/macos/scala/cpu.md | 14 -
.../src/_includes/get_started/macos/scala/gpu.md | 1 -
.../src/_includes/get_started/pip_snippet.md | 7 +-
docs/static_site/src/_includes/get_started/windows | 1 +
.../get_started/windows/clojure/clojure.md | 1 -
.../src/_includes/get_started/windows/cpp/cpp.md | 3 -
.../src/_includes/get_started/windows/java/java.md | 1 -
.../get_started/windows/julia/build-from-source.md | 1 -
.../src/_includes/get_started/windows/julia/pkg.md | 10 -
.../src/_includes/get_started/windows/perl/perl.md | 1 -
.../windows/python/cpu/build-from-source.md | 1 -
.../get_started/windows/python/cpu/docker.md | 34 --
.../get_started/windows/python/cpu/pip.md | 79 ----
.../windows/python/gpu/build-from-source.md | 1 -
.../get_started/windows/python/gpu/docker.md | 1 -
.../get_started/windows/python/gpu/pip.md | 80 ----
.../src/_includes/get_started/windows/r/cpu.md | 15 -
.../src/_includes/get_started/windows/r/gpu.md | 17 -
.../_includes/get_started/windows/scala/scala.md | 1 -
.../src/pages/get_started/build_from_source.md | 495 ++++++++++++---------
.../src/pages/get_started/c_plus_plus.md | 55 ---
.../src/pages/get_started/centos_setup.md | 115 -----
docs/static_site/src/pages/get_started/download.md | 22 +-
docs/static_site/src/pages/get_started/index.html | 14 +-
.../static_site/src/pages/get_started/osx_setup.md | 273 ------------
.../src/pages/get_started/ubuntu_setup.md | 441 ------------------
.../src/pages/get_started/validate_mxnet.md | 69 ---
.../src/pages/get_started/windows_setup.md | 492 --------------------
71 files changed, 493 insertions(+), 2434 deletions(-)
rename docs/static_site/src/_includes/get_started/linux/clojure/{gpu.md =>
build-from-source.md} (100%)
delete mode 100644
docs/static_site/src/_includes/get_started/linux/clojure/cpu.md
create mode 100644
docs/static_site/src/_includes/get_started/linux/cpp/build-from-source.md
delete mode 100644 docs/static_site/src/_includes/get_started/linux/cpp/cpp.md
create mode 100644
docs/static_site/src/_includes/get_started/linux/java/build-from-source.md
delete mode 100644 docs/static_site/src/_includes/get_started/linux/java/cpu.md
delete mode 100644 docs/static_site/src/_includes/get_started/linux/java/gpu.md
delete mode 100644
docs/static_site/src/_includes/get_started/linux/julia/pkg.md
create mode 100644
docs/static_site/src/_includes/get_started/linux/perl/build-from-source.md
delete mode 100644
docs/static_site/src/_includes/get_started/linux/perl/perl.md
create mode 100644
docs/static_site/src/_includes/get_started/linux/r/build-from-source.md
delete mode 100644 docs/static_site/src/_includes/get_started/linux/r/cpu.md
delete mode 100644 docs/static_site/src/_includes/get_started/linux/r/gpu.md
rename docs/static_site/src/_includes/get_started/linux/scala/{gpu.md =>
build-from-source.md} (100%)
delete mode 100644
docs/static_site/src/_includes/get_started/linux/scala/cpu.md
create mode 120000 docs/static_site/src/_includes/get_started/macos
delete mode 100644
docs/static_site/src/_includes/get_started/macos/clojure/cpu.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/clojure/gpu.md
delete mode 100644 docs/static_site/src/_includes/get_started/macos/cpp/cpp.md
delete mode 100644 docs/static_site/src/_includes/get_started/macos/java/cpu.md
delete mode 100644 docs/static_site/src/_includes/get_started/macos/java/gpu.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/julia/build-from-source.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/julia/pkg.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/perl/perl.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/python/cpu/build-from-source.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/python/cpu/docker.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/python/gpu/build-from-source.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/python/gpu/pip_docker.md
delete mode 100644 docs/static_site/src/_includes/get_started/macos/r/cpu.md
delete mode 100644 docs/static_site/src/_includes/get_started/macos/r/gpu.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/scala/cpu.md
delete mode 100644
docs/static_site/src/_includes/get_started/macos/scala/gpu.md
create mode 120000 docs/static_site/src/_includes/get_started/windows
delete mode 100644
docs/static_site/src/_includes/get_started/windows/clojure/clojure.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/cpp/cpp.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/java/java.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/julia/build-from-source.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/julia/pkg.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/perl/perl.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/python/cpu/build-from-source.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/python/cpu/docker.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/python/gpu/build-from-source.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/python/gpu/docker.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/python/gpu/pip.md
delete mode 100644 docs/static_site/src/_includes/get_started/windows/r/cpu.md
delete mode 100644 docs/static_site/src/_includes/get_started/windows/r/gpu.md
delete mode 100644
docs/static_site/src/_includes/get_started/windows/scala/scala.md
delete mode 100644 docs/static_site/src/pages/get_started/c_plus_plus.md
delete mode 100644 docs/static_site/src/pages/get_started/centos_setup.md
delete mode 100644 docs/static_site/src/pages/get_started/osx_setup.md
delete mode 100644 docs/static_site/src/pages/get_started/ubuntu_setup.md
delete mode 100644 docs/static_site/src/pages/get_started/windows_setup.md