You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by la...@apache.org on 2019/03/21 00:49:38 UTC

[incubator-mxnet] branch master updated: Added link to landing page for Java examples (#14481)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 95d4680  Added link to landing page for Java examples (#14481)
95d4680 is described below

commit 95d468090896ba6746857a3e3dbd30e9bade3073
Author: Denis Davydenko <dz...@gmail.com>
AuthorDate: Wed Mar 20 17:49:17 2019 -0700

    Added link to landing page for Java examples (#14481)
---
 example/README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/example/README.md b/example/README.md
index 18022be..0c9ac4d 100644
--- a/example/README.md
+++ b/example/README.md
@@ -87,6 +87,7 @@ If your tutorial depends on specific packages, simply add them to this provision
 * [MXNet C++ API](http://mxnet.incubator.apache.org/api/c++/index.html)
    - [C++ examples](https://github.com/apache/incubator-mxnet/tree/master/example/image-classification/predict-cpp) - Example code for using C++ interface, including NDArray, symbolic layer and models.
 * [MXNet Python API](http://mxnet.incubator.apache.org/api/python/index.html)
+* [MXNet Java API](http://mxnet.incubator.apache.org/api/java/index.html)
 * [MXNet Scala API](http://mxnet.incubator.apache.org/api/scala/index.html)
 * [MXNet R API](http://mxnet.incubator.apache.org/api/r/index.html)
 * [MXNet Julia API](http://mxnet.incubator.apache.org/api/julia/index.html)