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

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


    from d60be31  Fix gradient tensor mutate in 
`{adam/ftrl/rmprop/rmspropalex}_update`. (#15768)
     add 7f57e8e  [WIP] New Website: New Docs [1/3] (#15884)

No new revisions were added by this update.

Summary of changes:
 docs/conf.py                                       |    2 +-
 docs/cpp_docs/Doxyfile                             | 2370 +++++++++++++++++++
 docs/cpp_docs/Makefile                             |   26 +
 docs/python_docs/README.md                         |   24 +
 docs/python_docs/_static/apache_incubator_logo.png |  Bin 0 -> 16552 bytes
 docs/python_docs/_static/google_analytics.js       |   26 +
 docs/python_docs/_static/minima-social-icons.svg   |   33 +
 docs/python_docs/_static/mxnet-icon.png            |  Bin 0 -> 2741 bytes
 docs/python_docs/_static/mxnet.css                 |  199 ++
 docs/python_docs/_static/mxnet_logo.png            |  Bin 0 -> 22390 bytes
 docs/python_docs/environment.yml                   |   38 +
 docs/python_docs/python/.gitignore                 |   20 +
 docs/python_docs/python/Makefile                   |   57 +
 docs/python_docs/python/Makefile_sphinx            |  216 ++
 docs/python_docs/python/README.md                  |  130 ++
 docs/python_docs/python/api/advanced/index.rst     |   74 +
 .../python/api/advanced/mxnet.engine.rst           |   34 +
 .../python/api/advanced/mxnet.executor.rst         |   34 +
 .../python/api/advanced/mxnet.executor_manager.rst |   38 +
 .../python/api/advanced/mxnet.kvstore_server.rst   |   36 +
 docs/python_docs/python/api/advanced/mxnet.rtc.rst |   36 +
 .../python/api/advanced/mxnet.test_utils.rst       |   91 +
 .../python_docs/python/api/advanced/mxnet.util.rst |   31 +
 .../python_docs/python/api/gluon-related/index.rst |  111 +
 .../python/api/gluon-related/mxnet.autograd.rst    |   38 +
 .../python/api/gluon-related/mxnet.context.rst     |   33 +
 .../python/api/gluon-related/mxnet.image.rst       |   99 +
 .../python/api/gluon-related/mxnet.initializer.rst |   58 +
 .../python/api/gluon-related/mxnet.io.rst          |   52 +
 .../api/gluon-related/mxnet.kvstore.KVStore.rst    |   61 +
 .../api/gluon-related/mxnet.kvstore.create.rst     |   23 +
 .../python/api/gluon-related/mxnet.kvstore.rst     |   27 +
 .../api/gluon-related/mxnet.lr_scheduler.rst       |   31 +
 .../python/api/gluon-related/mxnet.metric.rst      |   57 +
 .../python/api/gluon-related/mxnet.optimizer.rst   |   55 +
 .../python/api/gluon-related/mxnet.profiler.rst    |   54 +
 .../python/api/gluon-related/mxnet.random.rst      |   26 +
 .../python/api/gluon-related/mxnet.recordio.rst    |   43 +
 docs/python_docs/python/api/gluon/index.rst        |  156 ++
 .../python/api/gluon/mxnet.gluon.Constant.rst      |   23 +
 .../python/api/gluon/mxnet.gluon.HybridBlock.rst   |   40 +
 .../python/api/gluon/mxnet.gluon.ParameterDict.rst |   79 +
 .../python/api/gluon/mxnet.gluon.SymbolBlock.rst   |   28 +
 .../python/api/gluon/mxnet.gluon.Trainer.rst       |   51 +
 .../python/api/gluon/mxnet.gluon.contrib.rst       |  173 ++
 .../python/api/gluon/mxnet.gluon.data.rst          |   50 +
 .../python/api/gluon/mxnet.gluon.data.vision.rst   |   58 +
 .../python/api/gluon/mxnet.gluon.loss.rst          |   40 +
 .../python/api/gluon/mxnet.gluon.model_zoo.rst     |  167 ++
 .../python/api/gluon/mxnet.gluon.nn.Block.rst      |   86 +
 .../api/gluon/mxnet.gluon.nn.HybridBlock.rst       |   66 +
 .../api/gluon/mxnet.gluon.nn.SymbolBlock.rst       |   67 +
 .../python/api/gluon/mxnet.gluon.parameter.rst     |   68 +
 .../python/api/gluon/mxnet.gluon.utils.rst         |   31 +
 docs/python_docs/python/api/gluon/nn.rst           |  156 ++
 docs/python_docs/python/api/gluon/rnn.rst          |   68 +
 docs/python_docs/python/api/index.rst              |   77 +
 docs/python_docs/python/api/ndarray/index.rst      |  124 +
 .../python/api/ndarray/mxnet.ndarray.NDArray.rst   |  310 +++
 .../ndarray/mxnet.ndarray.sparse.CSRNDArray.rst    |  203 ++
 .../mxnet.ndarray.sparse.RowSparseNDArray.rst      |  183 ++
 docs/python_docs/python/api/ndarray/routines.rst   |  461 ++++
 .../python/api/ndarray/sparse_routines.rst         |  200 ++
 .../python/api/symbol-related/index.rst            |   53 +
 .../python/api/symbol-related/mxnet.callback.rst   |   45 +
 .../python/api/symbol-related/mxnet.model.rst      |   45 +
 .../python/api/symbol-related/mxnet.module.rst     |   35 +
 .../python/api/symbol-related/mxnet.monitor.rst    |   35 +
 .../api/symbol-related/mxnet.visualization.rst     |   35 +
 docs/python_docs/python/api/symbol/index.rst       |   65 +
 .../python/api/symbol/mxnet.symbol.Symbol.rst      |  335 +++
 .../python/api/symbol/mxnet.symbol.linalg.rst      |   49 +
 docs/python_docs/python/index.rst                  |   52 +
 docs/{ => python_docs/python/scripts}/conf.py      |   94 +-
 docs/python_docs/python/scripts/md2ipynb.py        |   47 +
 docs/python_docs/python/scripts/process_rst.py     |   86 +
 .../python/tutorials/deploy/export/export.rst      |   21 +
 .../python/tutorials/deploy/export/index.rst       |   42 +
 docs/python_docs/python/tutorials/deploy/index.rst |  123 +
 .../python/tutorials/deploy/inference/cpp.rst      |   21 +
 .../python/tutorials/deploy/inference/index.rst    |   57 +
 .../python/tutorials/deploy/inference/scala.rst    |   21 +
 .../python/tutorials/deploy/run-on-aws/ami.png     |  Bin 0 -> 124310 bytes
 .../python/tutorials/deploy/run-on-aws/aws.png     |  Bin 0 -> 178726 bytes
 .../python/tutorials/deploy/run-on-aws/cloud.rst   |  106 +
 .../python/tutorials/deploy/run-on-aws/connect.png |  Bin 0 -> 85927 bytes
 .../python/tutorials/deploy/run-on-aws/disk.png    |  Bin 0 -> 165192 bytes
 .../python/tutorials/deploy/run-on-aws/ec2.png     |  Bin 0 -> 283254 bytes
 .../python/tutorials/deploy/run-on-aws/index.rst   |   55 +
 .../python/tutorials/deploy/run-on-aws/keypair.png |  Bin 0 -> 193217 bytes
 .../tutorials/deploy/run-on-aws/launching.png      |  Bin 0 -> 62956 bytes
 .../python/tutorials/deploy/run-on-aws/limits.png  |  Bin 0 -> 79889 bytes
 .../tutorials/deploy/run-on-aws/login_screen.png   |  Bin 0 -> 474538 bytes
 .../python/tutorials/deploy/run-on-aws/mxnet.png   |  Bin 0 -> 32270 bytes
 .../python/tutorials/deploy/run-on-aws/os.png      |  Bin 0 -> 210080 bytes
 .../python/tutorials/deploy/run-on-aws/p2x.png     |  Bin 0 -> 77498 bytes
 .../tutorials/deploy/run-on-aws/sagemaker.png      |  Bin 0 -> 117671 bytes
 .../python/tutorials/deploy/run-on-aws/ssh.png     |  Bin 0 -> 376297 bytes
 .../python/tutorials/deploy/run-on-aws/use_ec2.rst |   74 +
 .../tutorials/deploy/run-on-aws/use_sagemaker.rst  |   91 +
 .../python/tutorials/extend/custom_layer.md        |  266 +++
 .../python/tutorials/extend/customop.md            |  236 ++
 docs/python_docs/python/tutorials/extend/index.rst |   55 +
 .../getting-started/crash-course/1-ndarray.md      |  127 ++
 .../tutorials/getting-started/crash-course/2-nn.md |  142 ++
 .../getting-started/crash-course/3-autograd.md     |   99 +
 .../getting-started/crash-course/4-train.md        |  176 ++
 .../getting-started/crash-course/5-predict.md      |  161 ++
 .../getting-started/crash-course/6-use_gpus.md     |  146 ++
 .../getting-started/crash-course/index.rst         |   52 +
 .../python/tutorials/getting-started/index.rst     |   48 +
 .../tutorials/getting-started/to-mxnet/index.rst   |   44 +
 .../tutorials/getting-started/to-mxnet/pytorch.md  |  463 ++++
 docs/python_docs/python/tutorials/index.rst        |  175 ++
 .../python/tutorials/packages/autograd/autograd.md |  272 +++
 .../packages/gluon/activations/activations.md      |  276 +++
 .../packages/gluon/activations/images/elu.png      |  Bin 0 -> 10707 bytes
 .../gluon/activations/images/leakyrelu.png         |  Bin 0 -> 10769 bytes
 .../packages/gluon/activations/images/prelu.png    |  Bin 0 -> 10202 bytes
 .../packages/gluon/activations/images/relu.png     |  Bin 0 -> 9581 bytes
 .../packages/gluon/activations/images/selu.png     |  Bin 0 -> 11342 bytes
 .../packages/gluon/activations/images/sigmoid.png  |  Bin 0 -> 12763 bytes
 .../packages/gluon/activations/images/softrelu.png |  Bin 0 -> 11210 bytes
 .../packages/gluon/activations/images/softsign.png |  Bin 0 -> 15627 bytes
 .../packages/gluon/activations/images/swish.png    |  Bin 0 -> 11634 bytes
 .../packages/gluon/activations/images/tanh.png     |  Bin 0 -> 13530 bytes
 .../python/tutorials/packages/gluon/blocks.svg     |  514 +++++
 .../tutorials/packages/gluon/custom-layer.md       |  127 ++
 .../packages/gluon/custom-loss/custom-loss.md      |  232 ++
 .../gluon/custom-loss/images/contrastive_loss.jpeg |  Bin 0 -> 32367 bytes
 .../gluon/custom-loss/images/inuktitut_1.png       |  Bin 0 -> 2031 bytes
 .../gluon/custom-loss/images/inuktitut_2.png       |  Bin 0 -> 2217 bytes
 .../packages/gluon/custom_layer_beginners.md       |  247 ++
 .../python/tutorials/packages/gluon/customop.md    |  227 ++
 .../python/tutorials/packages/gluon/data.md        |  141 ++
 .../tutorials/packages/gluon/fit_api_tutorial.md   |  269 +++
 .../python/tutorials/packages/gluon/hybridize.md   |  306 +++
 .../tutorials/packages/gluon/image-augmentation.md |  150 ++
 .../tutorials/packages/gluon/image/index.rst       |  105 +
 .../python/tutorials/packages/gluon/image/mnist.md |  350 +++
 .../packages/gluon/image/pretrained_models.md      |  245 ++
 .../python/tutorials/packages/gluon/index.rst      |  276 +++
 .../python/tutorials/packages/gluon/init.md        |  322 +++
 .../tutorials/packages/gluon/loss/ctc_loss.png     |  Bin 0 -> 14513 bytes
 .../tutorials/packages/gluon/loss/kl_divergence.md |  138 ++
 .../python/tutorials/packages/gluon/loss/loss.md   |  308 +++
 .../tutorials/packages/gluon/loss/triplet_loss.png |  Bin 0 -> 13670 bytes
 .../python/tutorials/packages/gluon/naming.md      |  209 ++
 .../python/tutorials/packages/gluon/nn.md          |  313 +++
 .../packages/gluon/normalization/imgs/NCHW_BN.png  |  Bin 0 -> 45584 bytes
 .../packages/gluon/normalization/imgs/NCHW_IN.png  |  Bin 0 -> 46218 bytes
 .../packages/gluon/normalization/imgs/NCHW_LN.png  |  Bin 0 -> 45487 bytes
 .../packages/gluon/normalization/imgs/NTC_BN.png   |  Bin 0 -> 37519 bytes
 .../packages/gluon/normalization/imgs/NTC_IN.png   |  Bin 0 -> 38694 bytes
 .../packages/gluon/normalization/imgs/NTC_LN.png   |  Bin 0 -> 38531 bytes
 .../normalization/imgs/data_normalization.jpeg     |  Bin 0 -> 58978 bytes
 .../packages/gluon/normalization/normalization.md  |  274 +++
 .../python/tutorials/packages/gluon/parameters.md  |  243 ++
 .../python/tutorials/packages/gluon/text/gnmt.rst  |  489 ++++
 .../python/tutorials/packages/gluon/text/index.rst |  116 +
 .../tutorials/packages/gluon/text/transformer.rst  |  607 +++++
 .../python/tutorials/packages/gluon/trainer.md     |  168 ++
 .../python/tutorials/packages/index.rst            |  140 ++
 .../python/tutorials/packages/kvstore/index.rst    |   44 +
 .../python/tutorials/packages/module/index.rst     |   52 +
 .../tutorials/packages/ndarray/01-ndarray-intro.md |  176 ++
 .../packages/ndarray/02-ndarray-operations.md      |  260 +++
 .../packages/ndarray/03-ndarray-contexts.md        |   89 +
 .../python/tutorials/packages/ndarray/index.rst    |   88 +
 .../python/tutorials/packages/onnx/index.rst       |   51 +
 .../optimizer/images/momentum_sgd_animation.gif    |  Bin 0 -> 45436 bytes
 .../images/nesterov_momentum_animation.gif         |  Bin 0 -> 38179 bytes
 .../packages/optimizer/images/sgd_animation.gif    |  Bin 0 -> 44001 bytes
 .../tutorials/packages/optimizer/optimizer.md      |  429 ++++
 .../python/tutorials/packages/symbol/index.rst     |   41 +
 .../python/tutorials/packages/viz/index.rst        |   38 +
 .../performance/backend}/MKLDNN_README.md          |    0
 .../python/tutorials/performance/backend/index.rst |   52 +
 .../tutorials/performance/backend/mkl-dnn.rst      |   33 +
 .../performance/backend/mkldnn_quantization.md     |  258 +++
 .../tutorials/performance/backend}/profiler.md     |    0
 .../python/tutorials/performance/backend/tvm.rst   |   21 +
 .../tutorials/performance/compression/index.rst    |   59 +
 .../tutorials/performance/compression/int8.rst     |   21 +
 .../python/tutorials/performance/index.rst         |  130 ++
 docs/python_docs/themes/.babelrc                   |    3 +
 docs/python_docs/themes/.circleci/config.yml       |   37 +
 docs/python_docs/themes/.gitignore                 |   13 +
 docs/python_docs/themes/.sassrc                    |    5 +
 docs/python_docs/themes/mx-theme/LICENSE           |   21 +
 docs/python_docs/themes/mx-theme/MANIFEST.in       |    1 +
 docs/python_docs/themes/mx-theme/README.md         |   65 +
 .../themes/mx-theme/mxtheme/__init__.py            |   13 +
 docs/python_docs/themes/mx-theme/mxtheme/card.py   |   42 +
 .../themes/mx-theme/mxtheme/drawer.html            |   17 +
 .../themes/mx-theme/mxtheme/footer.html            |   46 +
 .../themes/mx-theme/mxtheme/header.html            |   45 +
 .../themes/mx-theme/mxtheme/header_search.html     |   17 +
 .../themes/mx-theme/mxtheme/header_sourcelink.html |   18 +
 .../themes/mx-theme/mxtheme/header_top.html        |   25 +
 .../themes/mx-theme/mxtheme/layout.html            |   52 +
 .../themes/mx-theme/mxtheme/localtoc.html          |    8 +
 .../themes/mx-theme/mxtheme/relations.html         |   20 +
 .../themes/mx-theme/mxtheme/search.html            |   56 +
 .../mxtheme/static/font/Roboto/Roboto-Regular.eot  |  Bin 0 -> 56856 bytes
 .../mxtheme/static/font/Roboto/Roboto-Regular.ttf  |  Bin 0 -> 126072 bytes
 .../mxtheme/static/font/Roboto/Roboto-Regular.woff |  Bin 0 -> 65388 bytes
 .../static/font/Roboto/Roboto-Regular.woff2        |  Bin 0 -> 49248 bytes
 .../mx-theme/mxtheme/static/fontawesome/all.css    |    5 +
 .../themes/mx-theme/mxtheme/static/fonts.css       |  390 ++++
 .../iconfont/MaterialIcons-Regular.eot             |  Bin 0 -> 143258 bytes
 .../iconfont/MaterialIcons-Regular.svg             | 2373 ++++++++++++++++++++
 .../iconfont/MaterialIcons-Regular.ttf             |  Bin 0 -> 128180 bytes
 .../iconfont/MaterialIcons-Regular.woff            |  Bin 0 -> 57620 bytes
 .../iconfont/MaterialIcons-Regular.woff2           |  Bin 0 -> 44300 bytes
 .../material.blue-deep_orange.min.css              |    8 +
 .../mxtheme/static/sphinx_materialdesign_theme.css |    2 +
 .../static/sphinx_materialdesign_theme.css.map     |    1 +
 .../mxtheme/static/sphinx_materialdesign_theme.js  |  705 ++++++
 .../static/sphinx_materialdesign_theme.js.map      |    1 +
 .../python_docs/themes/mx-theme/mxtheme/theme.conf |   20 +
 docs/python_docs/themes/mx-theme/setup.py          |   19 +
 .../themes/mx-theme/src/js/adjust-height.js        |   63 +
 .../themes/mx-theme/src/js/scrollspy.js            |  111 +
 .../mx-theme/src/js/sphinx_materialdesign_theme.js |  174 ++
 .../themes/mx-theme/src/scss/_root.scss            |  115 +
 .../themes/mx-theme/src/scss/_variables.scss       |   42 +
 .../src/scss/admonitions/_admonitions.scss         |  101 +
 .../mx-theme/src/scss/blockquote/_blockquote.scss  |   18 +
 .../themes/mx-theme/src/scss/card/_card.scss       |   48 +
 .../themes/mx-theme/src/scss/code/_code.scss       |  134 ++
 .../src/scss/downloadlink/_downloadlink.scss       |   14 +
 .../themes/mx-theme/src/scss/drawer/_drawer.scss   |   55 +
 .../mx-theme/src/scss/fonts/_material-icons.scss   |   29 +
 .../themes/mx-theme/src/scss/footer/_footer.scss   |  173 ++
 .../themes/mx-theme/src/scss/grid/_simplegrid.scss |  207 ++
 .../themes/mx-theme/src/scss/header/_header.scss   |  182 ++
 .../mx-theme/src/scss/headerings/_headerings.scss  |   92 +
 .../themes/mx-theme/src/scss/layout/_layout.scss   |   85 +
 .../themes/mx-theme/src/scss/lists/_lists.scss     |   19 +
 .../themes/mx-theme/src/scss/search/_search.scss   |   33 +
 .../src/scss/sphinx_materialdesign_theme.scss      |   28 +
 .../themes/mx-theme/src/scss/tables/_tables.scss   |   30 +
 .../themes/mx-theme/src/scss/toc/_globaltoc.scss   |   78 +
 .../themes/mx-theme/src/scss/toc/_localtoc.scss    |   40 +
 .../themes/mx-theme/src/scss/toc/_toctree.scss     |   38 +
 docs/static_site/.gitignore                        |    3 +
 docs/static_site/.nojekyll                         |    1 +
 docs/static_site/Makefile                          |   26 +
 docs/static_site/README.md                         |   42 +
 docs/static_site/src/.gitignore                    |    1 +
 docs/static_site/src/.htaccess                     |   24 +
 .../__init__.py => docs/static_site/src/.nojekyll  |    0
 docs/static_site/src/404.html                      |   24 +
 docs/static_site/src/Gemfile                       |   52 +
 docs/static_site/src/Gemfile.lock                  |   84 +
 docs/static_site/src/_config.yml                   |   62 +
 docs/static_site/src/_config_beta.yml              |   60 +
 docs/static_site/src/_config_prod.yml              |   59 +
 .../static_site/src/_includes/disqus_comments.html |   20 +
 docs/static_site/src/_includes/footer.html         |   51 +
 .../src/_includes/get_started/cloud/cpu.md         |    8 +
 .../src/_includes/get_started/cloud/gpu.md         |   32 +
 .../_includes/get_started/devices/nvidia-jetson.md |    4 +
 .../_includes/get_started/devices/raspberry_pi.md  |  254 +++
 .../src/_includes/get_started/get_started.html     |  474 ++++
 .../src/_includes/get_started/gpu_snippet.md       |   11 +
 .../src/_includes/get_started/linux/clojure/cpu.md |   15 +
 .../src/_includes/get_started/linux/clojure/gpu.md |   15 +
 .../src/_includes/get_started/linux/cpp/cpp.md     |    4 +
 .../src/_includes/get_started/linux/java/cpu.md    |   17 +
 .../src/_includes/get_started/linux/java/gpu.md    |   17 +
 .../get_started/linux/julia/build-from-source.md   |    2 +
 .../src/_includes/get_started/linux/julia/pkg.md   |   10 +
 .../src/_includes/get_started/linux/perl/perl.md   |    1 +
 .../linux/python/cpu/build-from-source.md          |    1 +
 .../get_started/linux/python/cpu/docker.md         |   43 +
 .../_includes/get_started/linux/python/cpu/pip.md  |  121 +
 .../linux/python/gpu/build-from-source.md          |    1 +
 .../get_started/linux/python/gpu/docker.md         |   48 +
 .../_includes/get_started/linux/python/gpu/pip.md  |   74 +
 .../src/_includes/get_started/linux/r/cpu.md       |    9 +
 .../src/_includes/get_started/linux/r/gpu.md       |   16 +
 .../src/_includes/get_started/linux/scala/cpu.md   |   14 +
 .../src/_includes/get_started/linux/scala/gpu.md   |   16 +
 .../src/_includes/get_started/macos/clojure/cpu.md |   17 +
 .../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  |   73 +
 .../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       |   14 +
 .../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          |   73 +
 .../windows/python/gpu/build-from-source.md        |    1 +
 .../get_started/windows/python/gpu/pip.md          |   74 +
 .../src/_includes/get_started/windows/r/cpu.md     |   15 +
 .../src/_includes/get_started/windows/r/gpu.md     |   16 +
 .../_includes/get_started/windows/scala/scala.md   |    1 +
 .../src/_includes/google-analytics.html            |   12 +
 docs/static_site/src/_includes/head.html           |   18 +
 docs/static_site/src/_includes/header.html         |   49 +
 docs/static_site/src/_includes/icon-github.html    |    1 +
 docs/static_site/src/_includes/icon-github.svg     |    1 +
 docs/static_site/src/_includes/icon-twitter.html   |    1 +
 docs/static_site/src/_includes/icon-twitter.svg    |    1 +
 docs/static_site/src/_includes/social.html         |   14 +
 docs/static_site/src/_layouts/default.html         |   18 +
 docs/static_site/src/_layouts/home.html            |  177 ++
 docs/static_site/src/_layouts/page.html            |   25 +
 docs/static_site/src/_layouts/page_api.html        |   52 +
 docs/static_site/src/_layouts/page_category.html   |   18 +
 .../src/_layouts/page_landing_tutorials.html       |   13 +
 docs/static_site/src/_layouts/post.html            |   29 +
 docs/static_site/src/_plugins/markdowner.rb        |   30 +
 docs/static_site/src/_sass/minima.scss             |   64 +
 docs/static_site/src/_sass/minima/_base.scss       |  278 +++
 docs/static_site/src/_sass/minima/_blog.scss       |   41 +
 docs/static_site/src/_sass/minima/_docs.scss       |   79 +
 docs/static_site/src/_sass/minima/_ecosystem.scss  |    9 +
 docs/static_site/src/_sass/minima/_features.scss   |   23 +
 .../src/_sass/minima/_getting_started.scss         |  178 ++
 docs/static_site/src/_sass/minima/_home.scss       |  181 ++
 docs/static_site/src/_sass/minima/_layout.scss     |  350 +++
 .../src/_sass/minima/_syntax-highlighting.scss     |  322 +++
 docs/static_site/src/_sass/minima/colorful.scss    |  370 +++
 docs/static_site/src/_sass/minima/simple-grid.scss |  207 ++
 docs/static_site/src/assets/img/Github.svg         |    1 +
 docs/static_site/src/assets/img/R_logo.svg         |   14 +
 docs/static_site/src/assets/img/algorithm.svg      |    1 +
 docs/static_site/src/assets/img/algorithmv1.svg    |    1 +
 .../src/assets/img/apache_incubator_logo.png       |  Bin 0 -> 16552 bytes
 docs/static_site/src/assets/img/api.svg            |    1 +
 .../src/assets/img/artificial-intelligence.svg     |   20 +
 docs/static_site/src/assets/img/book.svg           |    1 +
 docs/static_site/src/assets/img/bottom-min.jpg     |  Bin 0 -> 952968 bytes
 docs/static_site/src/assets/img/chip.svg           |    1 +
 docs/static_site/src/assets/img/circuit.svg        |   66 +
 docs/static_site/src/assets/img/clipboard.svg      |   47 +
 docs/static_site/src/assets/img/clojure_logo.svg   |   50 +
 docs/static_site/src/assets/img/coach_logo.png     |  Bin 0 -> 41911 bytes
 docs/static_site/src/assets/img/compass.svg        |   47 +
 docs/static_site/src/assets/img/cpp_logo.svg       |   25 +
 docs/static_site/src/assets/img/front.jpg          |  Bin 0 -> 280416 bytes
 docs/static_site/src/assets/img/horovod.png        |  Bin 0 -> 50211 bytes
 docs/static_site/src/assets/img/java_logo.svg      |   13 +
 docs/static_site/src/assets/img/julia_logo.svg     |   10 +
 docs/static_site/src/assets/img/keras.png          |  Bin 0 -> 13784 bytes
 docs/static_site/src/assets/img/line-graph.svg     |  107 +
 docs/static_site/src/assets/img/logos.png          |  Bin 0 -> 493103 bytes
 docs/static_site/src/assets/img/mxfusion.png       |  Bin 0 -> 21013 bytes
 .../assets/img/mxnet-background-compressed.jpeg    |  Bin 0 -> 86747 bytes
 docs/static_site/src/assets/img/mxnet_logo.png     |  Bin 0 -> 22390 bytes
 docs/static_site/src/assets/img/mxnet_m.png        |  Bin 0 -> 3463 bytes
 docs/static_site/src/assets/img/octocat.png        |  Bin 0 -> 32590 bytes
 docs/static_site/src/assets/img/perl_logo.svg      |    1 +
 docs/static_site/src/assets/img/programming.svg    |   55 +
 docs/static_site/src/assets/img/programmingv1.svg  |  109 +
 docs/static_site/src/assets/img/python_logo.svg    |  269 +++
 docs/static_site/src/assets/img/scala_logo.svg     |    1 +
 docs/static_site/src/assets/img/search.svg         |    1 +
 .../static_site/src/assets/img/slack-logo-icon.svg |   33 +
 docs/static_site/src/assets/img/tensorly_logo.png  |  Bin 0 -> 100093 bytes
 docs/static_site/src/assets/img/textbook.svg       |    1 +
 docs/static_site/src/assets/img/tvm.png            |  Bin 0 -> 4808 bytes
 docs/static_site/src/assets/img/video-tutorial.svg |    2 +
 docs/static_site/src/assets/img/visual.svg         |    1 +
 docs/static_site/src/assets/img/xfer.png           |  Bin 0 -> 8932 bytes
 docs/static_site/src/assets/js/clipboard.js        |  818 +++++++
 docs/static_site/src/assets/js/copycode.js         |   97 +
 docs/static_site/src/assets/js/options.js          |  120 +
 docs/static_site/src/assets/main.scss              |    8 +
 .../static_site/src/assets/minima-social-icons.svg |   33 +
 docs/static_site/src/index.html                    |   54 +
 docs/static_site/src/pages/api/api.html            |  191 ++
 .../pages/api/architecture/exception_handling.md   |  130 ++
 .../pages/api/architecture/note_data_loading.md    |  267 +++
 .../src/pages/api/architecture/note_engine.md      |  391 ++++
 .../src/pages/api/architecture/note_memory.md      |  351 +++
 .../src/pages/api/architecture/overview.md         |  874 +++++++
 .../src/pages/api/architecture/program_model.md    |  629 ++++++
 .../src/pages/api/clojure/docs/tutorials/index.md  |   23 +
 .../pages/api/clojure/docs/tutorials/kvstore.md    |  109 +
 .../src/pages/api/clojure/docs/tutorials/module.md |  259 +++
 .../pages/api/clojure/docs/tutorials/ndarray.md    |  143 ++
 .../src/pages/api/clojure/docs/tutorials/symbol.md |  156 ++
 .../clojure/docs/tutorials/symbol_in_pictures.md   |  101 +
 docs/static_site/src/pages/api/clojure/index.md    |   47 +
 .../src/pages/api/cpp/docs/tutorials/basics.md     |  222 ++
 .../src/pages/api/cpp/docs/tutorials/index.md      |   22 +
 .../docs/tutorials/mxnet_cpp_inference_tutorial.md |  293 +++
 .../pages/api/cpp/docs/tutorials/subgraphAPI.md    |  175 ++
 docs/static_site/src/pages/api/cpp/index.md        |   61 +
 .../src/pages/api/faq/add_op_in_backend.md         |  692 ++++++
 docs/static_site/src/pages/api/faq/caffe.md        |  208 ++
 docs/static_site/src/pages/api/faq/cloud.md        |  208 ++
 .../src/pages/api/faq/distributed_training.md      |  332 +++
 docs/static_site/src/pages/api/faq/env_var.md      |  354 +++
 docs/static_site/src/pages/api/faq/float16.md      |  256 +++
 .../src/pages/api/faq/gradient_compression.md      |  132 ++
 .../src/pages/api/faq/model_parallel_lstm.md       |   90 +
 docs/static_site/src/pages/api/faq/new_op.md       |  400 ++++
 docs/static_site/src/pages/api/faq/nnpack.md       |  162 ++
 docs/static_site/src/pages/api/faq/perf.md         |  315 +++
 docs/static_site/src/pages/api/faq/recordio.md     |  109 +
 .../src/pages/api/faq/s3_integration.md            |  125 ++
 docs/static_site/src/pages/api/faq/security.md     |   49 +
 docs/static_site/src/pages/api/faq/smart_device.md |  120 +
 .../src/pages/api/faq/visualize_graph.md           |   88 +
 docs/static_site/src/pages/api/faq/why_mxnet.md    |  207 ++
 .../src/pages/api/java/docs/tutorials/index.md     |   22 +
 .../java/docs/tutorials/mxnet_java_on_intellij.md  |  188 ++
 .../pages/api/java/docs/tutorials/ssd_inference.md |  210 ++
 docs/static_site/src/pages/api/java/index.md       |   41 +
 docs/static_site/src/pages/api/julia/index.md      |   39 +
 .../src/pages/api/perl/docs/tutorials/index.md     |   23 +
 .../src/pages/api/perl/docs/tutorials/io.md        |  136 ++
 .../src/pages/api/perl/docs/tutorials/kvstore.md   |  134 ++
 .../src/pages/api/perl/docs/tutorials/module.md    |   70 +
 .../src/pages/api/perl/docs/tutorials/ndarray.md   |   66 +
 .../src/pages/api/perl/docs/tutorials/symbol.md    |  151 ++
 docs/static_site/src/pages/api/perl/index.md       |   91 +
 docs/static_site/src/pages/api/python/index.md     |   44 +
 .../api/r/docs/tutorials/callback_function.md      |  278 +++
 .../pages/api/r/docs/tutorials/char_rnn_model.md   |  317 +++
 .../classify_real_image_with_pretrained_model.md   |  208 ++
 .../pages/api/r/docs/tutorials/custom_iterator.md  |  227 ++
 .../api/r/docs/tutorials/custom_loss_function.md   |  231 ++
 .../docs/tutorials/five_minutes_neural_network.md  |  341 +++
 .../src/pages/api/r/docs/tutorials/index.md        |   23 +
 .../api/r/docs/tutorials/mnist_competition.md      |  363 +++
 .../pages/api/r/docs/tutorials/multi_dim_lstm.md   |  327 +++
 .../src/pages/api/r/docs/tutorials/ndarray.md      |  231 ++
 .../src/pages/api/r/docs/tutorials/symbol.md       |  154 ++
 docs/static_site/src/pages/api/r/index.md          |   52 +
 .../pages/api/scala/docs/tutorials/char_lstm.md    |  533 +++++
 .../src/pages/api/scala/docs/tutorials/index.md    |   22 +
 .../src/pages/api/scala/docs/tutorials/infer.md    |   66 +
 .../src/pages/api/scala/docs/tutorials/io.md       |  189 ++
 .../src/pages/api/scala/docs/tutorials/kvstore.md  |  129 ++
 .../src/pages/api/scala/docs/tutorials/mnist.md    |  141 ++
 .../src/pages/api/scala/docs/tutorials/model.md    |  142 ++
 .../src/pages/api/scala/docs/tutorials/module.md   |  162 ++
 .../docs/tutorials/mxnet_scala_on_intellij.md      |  456 ++++
 .../src/pages/api/scala/docs/tutorials/ndarray.md  |  181 ++
 .../src/pages/api/scala/docs/tutorials/symbol.md   |  155 ++
 .../api/scala/docs/tutorials/symbol_in_pictures.md |  100 +
 docs/static_site/src/pages/api/scala/index.md      |   59 +
 docs/static_site/src/pages/blog.html               |   38 +
 docs/static_site/src/pages/community/contribute.md |  192 ++
 docs/static_site/src/pages/ecosystem.html          |  133 ++
 docs/static_site/src/pages/features.html           |  106 +
 .../src/pages/get_started/build_from_source.md     |  329 +++
 .../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 |   83 +
 docs/static_site/src/pages/get_started/index.html  |   33 +
 .../src/pages/get_started/java_setup.md            |  135 ++
 .../src/pages/get_started/jetson_setup.md          |  243 ++
 .../static_site/src/pages/get_started/osx_setup.md |  275 +++
 .../src/pages/get_started/scala_setup.md           |  165 ++
 .../src/pages/get_started/ubuntu_setup.md          |  561 +++++
 .../src/pages/get_started/validate_mxnet.md        |  226 ++
 .../src/pages/get_started/windows_setup.md         |  490 ++++
 .../nightly/apache_rat_license_check/rat-excludes  |   29 +-
 tools/license_header.py                            |    7 +
 484 files changed, 50377 insertions(+), 37 deletions(-)
 create mode 100644 docs/cpp_docs/Doxyfile
 create mode 100644 docs/cpp_docs/Makefile
 create mode 100644 docs/python_docs/README.md
 create mode 100644 docs/python_docs/_static/apache_incubator_logo.png
 create mode 100644 docs/python_docs/_static/google_analytics.js
 create mode 100644 docs/python_docs/_static/minima-social-icons.svg
 create mode 100644 docs/python_docs/_static/mxnet-icon.png
 create mode 100644 docs/python_docs/_static/mxnet.css
 create mode 100644 docs/python_docs/_static/mxnet_logo.png
 create mode 100644 docs/python_docs/environment.yml
 create mode 100644 docs/python_docs/python/.gitignore
 create mode 100644 docs/python_docs/python/Makefile
 create mode 100644 docs/python_docs/python/Makefile_sphinx
 create mode 100644 docs/python_docs/python/README.md
 create mode 100644 docs/python_docs/python/api/advanced/index.rst
 create mode 100644 docs/python_docs/python/api/advanced/mxnet.engine.rst
 create mode 100644 docs/python_docs/python/api/advanced/mxnet.executor.rst
 create mode 100644 
docs/python_docs/python/api/advanced/mxnet.executor_manager.rst
 create mode 100644 
docs/python_docs/python/api/advanced/mxnet.kvstore_server.rst
 create mode 100644 docs/python_docs/python/api/advanced/mxnet.rtc.rst
 create mode 100644 docs/python_docs/python/api/advanced/mxnet.test_utils.rst
 create mode 100644 docs/python_docs/python/api/advanced/mxnet.util.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/index.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.autograd.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.context.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.image.rst
 create mode 100644 
docs/python_docs/python/api/gluon-related/mxnet.initializer.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.io.rst
 create mode 100644 
docs/python_docs/python/api/gluon-related/mxnet.kvstore.KVStore.rst
 create mode 100644 
docs/python_docs/python/api/gluon-related/mxnet.kvstore.create.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.kvstore.rst
 create mode 100644 
docs/python_docs/python/api/gluon-related/mxnet.lr_scheduler.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.metric.rst
 create mode 100644 
docs/python_docs/python/api/gluon-related/mxnet.optimizer.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.profiler.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.random.rst
 create mode 100644 docs/python_docs/python/api/gluon-related/mxnet.recordio.rst
 create mode 100644 docs/python_docs/python/api/gluon/index.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.Constant.rst
 create mode 100644 
docs/python_docs/python/api/gluon/mxnet.gluon.HybridBlock.rst
 create mode 100644 
docs/python_docs/python/api/gluon/mxnet.gluon.ParameterDict.rst
 create mode 100644 
docs/python_docs/python/api/gluon/mxnet.gluon.SymbolBlock.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.Trainer.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.contrib.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.data.rst
 create mode 100644 
docs/python_docs/python/api/gluon/mxnet.gluon.data.vision.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.loss.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.model_zoo.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.nn.Block.rst
 create mode 100644 
docs/python_docs/python/api/gluon/mxnet.gluon.nn.HybridBlock.rst
 create mode 100644 
docs/python_docs/python/api/gluon/mxnet.gluon.nn.SymbolBlock.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.parameter.rst
 create mode 100644 docs/python_docs/python/api/gluon/mxnet.gluon.utils.rst
 create mode 100644 docs/python_docs/python/api/gluon/nn.rst
 create mode 100644 docs/python_docs/python/api/gluon/rnn.rst
 create mode 100644 docs/python_docs/python/api/index.rst
 create mode 100644 docs/python_docs/python/api/ndarray/index.rst
 create mode 100644 
docs/python_docs/python/api/ndarray/mxnet.ndarray.NDArray.rst
 create mode 100644 
docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.CSRNDArray.rst
 create mode 100644 
docs/python_docs/python/api/ndarray/mxnet.ndarray.sparse.RowSparseNDArray.rst
 create mode 100644 docs/python_docs/python/api/ndarray/routines.rst
 create mode 100644 docs/python_docs/python/api/ndarray/sparse_routines.rst
 create mode 100644 docs/python_docs/python/api/symbol-related/index.rst
 create mode 100644 
docs/python_docs/python/api/symbol-related/mxnet.callback.rst
 create mode 100644 docs/python_docs/python/api/symbol-related/mxnet.model.rst
 create mode 100644 docs/python_docs/python/api/symbol-related/mxnet.module.rst
 create mode 100644 docs/python_docs/python/api/symbol-related/mxnet.monitor.rst
 create mode 100644 
docs/python_docs/python/api/symbol-related/mxnet.visualization.rst
 create mode 100644 docs/python_docs/python/api/symbol/index.rst
 create mode 100644 docs/python_docs/python/api/symbol/mxnet.symbol.Symbol.rst
 create mode 100644 docs/python_docs/python/api/symbol/mxnet.symbol.linalg.rst
 create mode 100644 docs/python_docs/python/index.rst
 copy docs/{ => python_docs/python/scripts}/conf.py (79%)
 create mode 100644 docs/python_docs/python/scripts/md2ipynb.py
 create mode 100644 docs/python_docs/python/scripts/process_rst.py
 create mode 100644 docs/python_docs/python/tutorials/deploy/export/export.rst
 create mode 100644 docs/python_docs/python/tutorials/deploy/export/index.rst
 create mode 100644 docs/python_docs/python/tutorials/deploy/index.rst
 create mode 100644 docs/python_docs/python/tutorials/deploy/inference/cpp.rst
 create mode 100644 docs/python_docs/python/tutorials/deploy/inference/index.rst
 create mode 100644 docs/python_docs/python/tutorials/deploy/inference/scala.rst
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/ami.png
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/aws.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/cloud.rst
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/connect.png
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/disk.png
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/ec2.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/keypair.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/launching.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/limits.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/login_screen.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/mxnet.png
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/os.png
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/p2x.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/sagemaker.png
 create mode 100644 docs/python_docs/python/tutorials/deploy/run-on-aws/ssh.png
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/use_ec2.rst
 create mode 100644 
docs/python_docs/python/tutorials/deploy/run-on-aws/use_sagemaker.rst
 create mode 100644 docs/python_docs/python/tutorials/extend/custom_layer.md
 create mode 100644 docs/python_docs/python/tutorials/extend/customop.md
 create mode 100644 docs/python_docs/python/tutorials/extend/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/crash-course/1-ndarray.md
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/crash-course/2-nn.md
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/crash-course/3-autograd.md
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/crash-course/4-train.md
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/crash-course/5-predict.md
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/crash-course/6-use_gpus.md
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/crash-course/index.rst
 create mode 100644 docs/python_docs/python/tutorials/getting-started/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/to-mxnet/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/getting-started/to-mxnet/pytorch.md
 create mode 100644 docs/python_docs/python/tutorials/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/packages/autograd/autograd.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/activations.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/elu.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/leakyrelu.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/prelu.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/relu.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/selu.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/sigmoid.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/softrelu.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/softsign.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/swish.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/activations/images/tanh.png
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/blocks.svg
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/custom-layer.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/custom-loss/custom-loss.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/custom-loss/images/contrastive_loss.jpeg
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/custom-loss/images/inuktitut_1.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/custom-loss/images/inuktitut_2.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/custom_layer_beginners.md
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/customop.md
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/data.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/fit_api_tutorial.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/hybridize.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/image-augmentation.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/image/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/image/mnist.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/image/pretrained_models.md
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/index.rst
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/init.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/loss/ctc_loss.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/loss/kl_divergence.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/loss/loss.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/loss/triplet_loss.png
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/naming.md
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/nn.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/imgs/NCHW_BN.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/imgs/NCHW_IN.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/imgs/NCHW_LN.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/imgs/NTC_BN.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/imgs/NTC_IN.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/imgs/NTC_LN.png
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/imgs/data_normalization.jpeg
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/normalization/normalization.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/parameters.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/text/gnmt.rst
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/text/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/packages/gluon/text/transformer.rst
 create mode 100644 docs/python_docs/python/tutorials/packages/gluon/trainer.md
 create mode 100644 docs/python_docs/python/tutorials/packages/index.rst
 create mode 100644 docs/python_docs/python/tutorials/packages/kvstore/index.rst
 create mode 100644 docs/python_docs/python/tutorials/packages/module/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/packages/ndarray/01-ndarray-intro.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/ndarray/02-ndarray-operations.md
 create mode 100644 
docs/python_docs/python/tutorials/packages/ndarray/03-ndarray-contexts.md
 create mode 100644 docs/python_docs/python/tutorials/packages/ndarray/index.rst
 create mode 100644 docs/python_docs/python/tutorials/packages/onnx/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/packages/optimizer/images/momentum_sgd_animation.gif
 create mode 100644 
docs/python_docs/python/tutorials/packages/optimizer/images/nesterov_momentum_animation.gif
 create mode 100644 
docs/python_docs/python/tutorials/packages/optimizer/images/sgd_animation.gif
 create mode 100644 
docs/python_docs/python/tutorials/packages/optimizer/optimizer.md
 create mode 100644 docs/python_docs/python/tutorials/packages/symbol/index.rst
 create mode 100644 docs/python_docs/python/tutorials/packages/viz/index.rst
 copy docs/{tutorials/mkldnn => 
python_docs/python/tutorials/performance/backend}/MKLDNN_README.md (100%)
 create mode 100644 
docs/python_docs/python/tutorials/performance/backend/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/performance/backend/mkl-dnn.rst
 create mode 100644 
docs/python_docs/python/tutorials/performance/backend/mkldnn_quantization.md
 copy docs/{tutorials/python => 
python_docs/python/tutorials/performance/backend}/profiler.md (100%)
 create mode 100644 
docs/python_docs/python/tutorials/performance/backend/tvm.rst
 create mode 100644 
docs/python_docs/python/tutorials/performance/compression/index.rst
 create mode 100644 
docs/python_docs/python/tutorials/performance/compression/int8.rst
 create mode 100644 docs/python_docs/python/tutorials/performance/index.rst
 create mode 100644 docs/python_docs/themes/.babelrc
 create mode 100644 docs/python_docs/themes/.circleci/config.yml
 create mode 100644 docs/python_docs/themes/.gitignore
 create mode 100644 docs/python_docs/themes/.sassrc
 create mode 100644 docs/python_docs/themes/mx-theme/LICENSE
 create mode 100644 docs/python_docs/themes/mx-theme/MANIFEST.in
 create mode 100644 docs/python_docs/themes/mx-theme/README.md
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/__init__.py
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/card.py
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/drawer.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/footer.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/header.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/header_search.html
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/header_sourcelink.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/header_top.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/layout.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/localtoc.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/relations.html
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/search.html
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.eot
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.ttf
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/font/Roboto/Roboto-Regular.woff2
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/fontawesome/all.css
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/static/fonts.css
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.eot
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.svg
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.ttf
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/material-design-icons-3.0.1/iconfont/MaterialIcons-Regular.woff2
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/material-design-lite-1.3.0/material.blue-deep_orange.min.css
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.css.map
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js
 create mode 100644 
docs/python_docs/themes/mx-theme/mxtheme/static/sphinx_materialdesign_theme.js.map
 create mode 100644 docs/python_docs/themes/mx-theme/mxtheme/theme.conf
 create mode 100644 docs/python_docs/themes/mx-theme/setup.py
 create mode 100644 docs/python_docs/themes/mx-theme/src/js/adjust-height.js
 create mode 100644 docs/python_docs/themes/mx-theme/src/js/scrollspy.js
 create mode 100644 
docs/python_docs/themes/mx-theme/src/js/sphinx_materialdesign_theme.js
 create mode 100644 docs/python_docs/themes/mx-theme/src/scss/_root.scss
 create mode 100644 docs/python_docs/themes/mx-theme/src/scss/_variables.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/admonitions/_admonitions.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/blockquote/_blockquote.scss
 create mode 100644 docs/python_docs/themes/mx-theme/src/scss/card/_card.scss
 create mode 100644 docs/python_docs/themes/mx-theme/src/scss/code/_code.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/downloadlink/_downloadlink.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/drawer/_drawer.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/fonts/_material-icons.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/footer/_footer.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/grid/_simplegrid.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/header/_header.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/headerings/_headerings.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/layout/_layout.scss
 create mode 100644 docs/python_docs/themes/mx-theme/src/scss/lists/_lists.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/search/_search.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/sphinx_materialdesign_theme.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/tables/_tables.scss
 create mode 100644 
docs/python_docs/themes/mx-theme/src/scss/toc/_globaltoc.scss
 create mode 100644 docs/python_docs/themes/mx-theme/src/scss/toc/_localtoc.scss
 create mode 100644 docs/python_docs/themes/mx-theme/src/scss/toc/_toctree.scss
 create mode 100644 docs/static_site/.gitignore
 create mode 100644 docs/static_site/.nojekyll
 create mode 100644 docs/static_site/Makefile
 create mode 100644 docs/static_site/README.md
 create mode 100644 docs/static_site/src/.gitignore
 create mode 100644 docs/static_site/src/.htaccess
 copy example/ssd/train/__init__.py => docs/static_site/src/.nojekyll (100%)
 create mode 100644 docs/static_site/src/404.html
 create mode 100644 docs/static_site/src/Gemfile
 create mode 100644 docs/static_site/src/Gemfile.lock
 create mode 100644 docs/static_site/src/_config.yml
 create mode 100644 docs/static_site/src/_config_beta.yml
 create mode 100644 docs/static_site/src/_config_prod.yml
 create mode 100644 docs/static_site/src/_includes/disqus_comments.html
 create mode 100644 docs/static_site/src/_includes/footer.html
 create mode 100644 docs/static_site/src/_includes/get_started/cloud/cpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/cloud/gpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/devices/nvidia-jetson.md
 create mode 100644 
docs/static_site/src/_includes/get_started/devices/raspberry_pi.md
 create mode 100644 docs/static_site/src/_includes/get_started/get_started.html
 create mode 100644 docs/static_site/src/_includes/get_started/gpu_snippet.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/clojure/cpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/clojure/gpu.md
 create 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/cpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/linux/java/gpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/julia/build-from-source.md
 create 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/perl.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/python/cpu/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/python/cpu/docker.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/python/gpu/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/python/gpu/docker.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md
 create mode 100644 docs/static_site/src/_includes/get_started/linux/r/cpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/linux/r/gpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/scala/cpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/linux/scala/gpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/clojure/cpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/clojure/gpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/macos/cpp/cpp.md
 create mode 100644 docs/static_site/src/_includes/get_started/macos/java/cpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/macos/java/gpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/julia/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/julia/pkg.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/perl/perl.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/python/cpu/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/python/cpu/docker.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/python/gpu/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/python/gpu/pip_docker.md
 create mode 100644 docs/static_site/src/_includes/get_started/macos/r/cpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/macos/r/gpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/scala/cpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/macos/scala/gpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/pip_snippet.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/clojure/clojure.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/cpp/cpp.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/java/java.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/julia/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/julia/pkg.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/perl/perl.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/python/cpu/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/python/cpu/docker.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/python/gpu/build-from-source.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/python/gpu/pip.md
 create mode 100644 docs/static_site/src/_includes/get_started/windows/r/cpu.md
 create mode 100644 docs/static_site/src/_includes/get_started/windows/r/gpu.md
 create mode 100644 
docs/static_site/src/_includes/get_started/windows/scala/scala.md
 create mode 100644 docs/static_site/src/_includes/google-analytics.html
 create mode 100644 docs/static_site/src/_includes/head.html
 create mode 100644 docs/static_site/src/_includes/header.html
 create mode 100644 docs/static_site/src/_includes/icon-github.html
 create mode 100644 docs/static_site/src/_includes/icon-github.svg
 create mode 100644 docs/static_site/src/_includes/icon-twitter.html
 create mode 100644 docs/static_site/src/_includes/icon-twitter.svg
 create mode 100644 docs/static_site/src/_includes/social.html
 create mode 100644 docs/static_site/src/_layouts/default.html
 create mode 100644 docs/static_site/src/_layouts/home.html
 create mode 100644 docs/static_site/src/_layouts/page.html
 create mode 100644 docs/static_site/src/_layouts/page_api.html
 create mode 100644 docs/static_site/src/_layouts/page_category.html
 create mode 100644 docs/static_site/src/_layouts/page_landing_tutorials.html
 create mode 100644 docs/static_site/src/_layouts/post.html
 create mode 100644 docs/static_site/src/_plugins/markdowner.rb
 create mode 100644 docs/static_site/src/_sass/minima.scss
 create mode 100644 docs/static_site/src/_sass/minima/_base.scss
 create mode 100644 docs/static_site/src/_sass/minima/_blog.scss
 create mode 100644 docs/static_site/src/_sass/minima/_docs.scss
 create mode 100644 docs/static_site/src/_sass/minima/_ecosystem.scss
 create mode 100644 docs/static_site/src/_sass/minima/_features.scss
 create mode 100644 docs/static_site/src/_sass/minima/_getting_started.scss
 create mode 100644 docs/static_site/src/_sass/minima/_home.scss
 create mode 100644 docs/static_site/src/_sass/minima/_layout.scss
 create mode 100644 docs/static_site/src/_sass/minima/_syntax-highlighting.scss
 create mode 100644 docs/static_site/src/_sass/minima/colorful.scss
 create mode 100644 docs/static_site/src/_sass/minima/simple-grid.scss
 create mode 100644 docs/static_site/src/assets/img/Github.svg
 create mode 100644 docs/static_site/src/assets/img/R_logo.svg
 create mode 100644 docs/static_site/src/assets/img/algorithm.svg
 create mode 100644 docs/static_site/src/assets/img/algorithmv1.svg
 create mode 100644 docs/static_site/src/assets/img/apache_incubator_logo.png
 create mode 100644 docs/static_site/src/assets/img/api.svg
 create mode 100644 docs/static_site/src/assets/img/artificial-intelligence.svg
 create mode 100644 docs/static_site/src/assets/img/book.svg
 create mode 100644 docs/static_site/src/assets/img/bottom-min.jpg
 create mode 100644 docs/static_site/src/assets/img/chip.svg
 create mode 100644 docs/static_site/src/assets/img/circuit.svg
 create mode 100644 docs/static_site/src/assets/img/clipboard.svg
 create mode 100644 docs/static_site/src/assets/img/clojure_logo.svg
 create mode 100644 docs/static_site/src/assets/img/coach_logo.png
 create mode 100644 docs/static_site/src/assets/img/compass.svg
 create mode 100644 docs/static_site/src/assets/img/cpp_logo.svg
 create mode 100644 docs/static_site/src/assets/img/front.jpg
 create mode 100644 docs/static_site/src/assets/img/horovod.png
 create mode 100755 docs/static_site/src/assets/img/java_logo.svg
 create mode 100644 docs/static_site/src/assets/img/julia_logo.svg
 create mode 100644 docs/static_site/src/assets/img/keras.png
 create mode 100644 docs/static_site/src/assets/img/line-graph.svg
 create mode 100644 docs/static_site/src/assets/img/logos.png
 create mode 100644 docs/static_site/src/assets/img/mxfusion.png
 create mode 100644 
docs/static_site/src/assets/img/mxnet-background-compressed.jpeg
 create mode 100644 docs/static_site/src/assets/img/mxnet_logo.png
 create mode 100644 docs/static_site/src/assets/img/mxnet_m.png
 create mode 100644 docs/static_site/src/assets/img/octocat.png
 create mode 100644 docs/static_site/src/assets/img/perl_logo.svg
 create mode 100644 docs/static_site/src/assets/img/programming.svg
 create mode 100644 docs/static_site/src/assets/img/programmingv1.svg
 create mode 100644 docs/static_site/src/assets/img/python_logo.svg
 create mode 100644 docs/static_site/src/assets/img/scala_logo.svg
 create mode 100644 docs/static_site/src/assets/img/search.svg
 create mode 100755 docs/static_site/src/assets/img/slack-logo-icon.svg
 create mode 100644 docs/static_site/src/assets/img/tensorly_logo.png
 create mode 100644 docs/static_site/src/assets/img/textbook.svg
 create mode 100644 docs/static_site/src/assets/img/tvm.png
 create mode 100644 docs/static_site/src/assets/img/video-tutorial.svg
 create mode 100644 docs/static_site/src/assets/img/visual.svg
 create mode 100644 docs/static_site/src/assets/img/xfer.png
 create mode 100644 docs/static_site/src/assets/js/clipboard.js
 create mode 100644 docs/static_site/src/assets/js/copycode.js
 create mode 100644 docs/static_site/src/assets/js/options.js
 create mode 100644 docs/static_site/src/assets/main.scss
 create mode 100644 docs/static_site/src/assets/minima-social-icons.svg
 create mode 100644 docs/static_site/src/index.html
 create mode 100644 docs/static_site/src/pages/api/api.html
 create mode 100644 
docs/static_site/src/pages/api/architecture/exception_handling.md
 create mode 100644 
docs/static_site/src/pages/api/architecture/note_data_loading.md
 create mode 100644 docs/static_site/src/pages/api/architecture/note_engine.md
 create mode 100644 docs/static_site/src/pages/api/architecture/note_memory.md
 create mode 100644 docs/static_site/src/pages/api/architecture/overview.md
 create mode 100644 docs/static_site/src/pages/api/architecture/program_model.md
 create mode 100644 
docs/static_site/src/pages/api/clojure/docs/tutorials/index.md
 create mode 100644 
docs/static_site/src/pages/api/clojure/docs/tutorials/kvstore.md
 create mode 100644 
docs/static_site/src/pages/api/clojure/docs/tutorials/module.md
 create mode 100644 
docs/static_site/src/pages/api/clojure/docs/tutorials/ndarray.md
 create mode 100644 
docs/static_site/src/pages/api/clojure/docs/tutorials/symbol.md
 create mode 100644 
docs/static_site/src/pages/api/clojure/docs/tutorials/symbol_in_pictures.md
 create mode 100644 docs/static_site/src/pages/api/clojure/index.md
 create mode 100644 docs/static_site/src/pages/api/cpp/docs/tutorials/basics.md
 create mode 100644 docs/static_site/src/pages/api/cpp/docs/tutorials/index.md
 create mode 100644 
docs/static_site/src/pages/api/cpp/docs/tutorials/mxnet_cpp_inference_tutorial.md
 create mode 100644 
docs/static_site/src/pages/api/cpp/docs/tutorials/subgraphAPI.md
 create mode 100644 docs/static_site/src/pages/api/cpp/index.md
 create mode 100644 docs/static_site/src/pages/api/faq/add_op_in_backend.md
 create mode 100644 docs/static_site/src/pages/api/faq/caffe.md
 create mode 100644 docs/static_site/src/pages/api/faq/cloud.md
 create mode 100644 docs/static_site/src/pages/api/faq/distributed_training.md
 create mode 100644 docs/static_site/src/pages/api/faq/env_var.md
 create mode 100644 docs/static_site/src/pages/api/faq/float16.md
 create mode 100644 docs/static_site/src/pages/api/faq/gradient_compression.md
 create mode 100644 docs/static_site/src/pages/api/faq/model_parallel_lstm.md
 create mode 100644 docs/static_site/src/pages/api/faq/new_op.md
 create mode 100644 docs/static_site/src/pages/api/faq/nnpack.md
 create mode 100644 docs/static_site/src/pages/api/faq/perf.md
 create mode 100644 docs/static_site/src/pages/api/faq/recordio.md
 create mode 100644 docs/static_site/src/pages/api/faq/s3_integration.md
 create mode 100644 docs/static_site/src/pages/api/faq/security.md
 create mode 100644 docs/static_site/src/pages/api/faq/smart_device.md
 create mode 100644 docs/static_site/src/pages/api/faq/visualize_graph.md
 create mode 100644 docs/static_site/src/pages/api/faq/why_mxnet.md
 create mode 100644 docs/static_site/src/pages/api/java/docs/tutorials/index.md
 create mode 100644 
docs/static_site/src/pages/api/java/docs/tutorials/mxnet_java_on_intellij.md
 create mode 100644 
docs/static_site/src/pages/api/java/docs/tutorials/ssd_inference.md
 create mode 100644 docs/static_site/src/pages/api/java/index.md
 create mode 100644 docs/static_site/src/pages/api/julia/index.md
 create mode 100644 docs/static_site/src/pages/api/perl/docs/tutorials/index.md
 create mode 100644 docs/static_site/src/pages/api/perl/docs/tutorials/io.md
 create mode 100644 
docs/static_site/src/pages/api/perl/docs/tutorials/kvstore.md
 create mode 100644 docs/static_site/src/pages/api/perl/docs/tutorials/module.md
 create mode 100644 
docs/static_site/src/pages/api/perl/docs/tutorials/ndarray.md
 create mode 100644 docs/static_site/src/pages/api/perl/docs/tutorials/symbol.md
 create mode 100644 docs/static_site/src/pages/api/perl/index.md
 create mode 100644 docs/static_site/src/pages/api/python/index.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/callback_function.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/char_rnn_model.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/classify_real_image_with_pretrained_model.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/custom_iterator.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/custom_loss_function.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/five_minutes_neural_network.md
 create mode 100644 docs/static_site/src/pages/api/r/docs/tutorials/index.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/mnist_competition.md
 create mode 100644 
docs/static_site/src/pages/api/r/docs/tutorials/multi_dim_lstm.md
 create mode 100644 docs/static_site/src/pages/api/r/docs/tutorials/ndarray.md
 create mode 100644 docs/static_site/src/pages/api/r/docs/tutorials/symbol.md
 create mode 100644 docs/static_site/src/pages/api/r/index.md
 create mode 100644 
docs/static_site/src/pages/api/scala/docs/tutorials/char_lstm.md
 create mode 100644 docs/static_site/src/pages/api/scala/docs/tutorials/index.md
 create mode 100644 docs/static_site/src/pages/api/scala/docs/tutorials/infer.md
 create mode 100644 docs/static_site/src/pages/api/scala/docs/tutorials/io.md
 create mode 100644 
docs/static_site/src/pages/api/scala/docs/tutorials/kvstore.md
 create mode 100644 docs/static_site/src/pages/api/scala/docs/tutorials/mnist.md
 create mode 100644 docs/static_site/src/pages/api/scala/docs/tutorials/model.md
 create mode 100644 
docs/static_site/src/pages/api/scala/docs/tutorials/module.md
 create mode 100644 
docs/static_site/src/pages/api/scala/docs/tutorials/mxnet_scala_on_intellij.md
 create mode 100644 
docs/static_site/src/pages/api/scala/docs/tutorials/ndarray.md
 create mode 100644 
docs/static_site/src/pages/api/scala/docs/tutorials/symbol.md
 create mode 100644 
docs/static_site/src/pages/api/scala/docs/tutorials/symbol_in_pictures.md
 create mode 100644 docs/static_site/src/pages/api/scala/index.md
 create mode 100644 docs/static_site/src/pages/blog.html
 create mode 100644 docs/static_site/src/pages/community/contribute.md
 create mode 100644 docs/static_site/src/pages/ecosystem.html
 create mode 100644 docs/static_site/src/pages/features.html
 create mode 100644 docs/static_site/src/pages/get_started/build_from_source.md
 create mode 100644 docs/static_site/src/pages/get_started/c_plus_plus.md
 create mode 100644 docs/static_site/src/pages/get_started/centos_setup.md
 create mode 100644 docs/static_site/src/pages/get_started/download.md
 create mode 100644 docs/static_site/src/pages/get_started/index.html
 create mode 100644 docs/static_site/src/pages/get_started/java_setup.md
 create mode 100644 docs/static_site/src/pages/get_started/jetson_setup.md
 create mode 100644 docs/static_site/src/pages/get_started/osx_setup.md
 create mode 100644 docs/static_site/src/pages/get_started/scala_setup.md
 create mode 100644 docs/static_site/src/pages/get_started/ubuntu_setup.md
 create mode 100644 docs/static_site/src/pages/get_started/validate_mxnet.md
 create mode 100644 docs/static_site/src/pages/get_started/windows_setup.md

Reply via email to