From ae8b84c2b938901adf524741bade5db4b219feb0 Mon Sep 17 00:00:00 2001 From: Aaron Markham Date: Tue, 17 Jul 2018 22:14:23 -0700 Subject: [PATCH] Update Scala-MXNet install instructions (#11787) Update Scala-MXNet install instructions --- docs/install/index.md | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 3ea4ea0ef4d9..727d186d0807 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -969,30 +969,9 @@ $ make rpkg
-```html - - org.apache.mxnet - mxnet-full_2.11-linux-x86_64-gpu - -``` -
-
+You can use the Maven packages defined in the following `dependency` to include MXNet in your Scala project. Please refer to the MXNet-Scala setup guide for a detailed set of instructions to help you with the setup process. -
- -```html - - org.apache.mxnet - mxnet-full_2.11-linux-x86_64-cpu - -``` -
-
-
- - -
-
+maven badge ```html @@ -1005,6 +984,10 @@ $ make rpkg
+You can use the Maven packages defined in the following `dependency` to include MXNet in your Scala project. Please refer to the MXNet-Scala setup guide for a detailed set of instructions to help you with the setup process. + +maven badge + ```html org.apache.mxnet @@ -1454,6 +1437,10 @@ Will be available soon.
+You can use the Maven packages defined in the following `dependency` to include MXNet in your Scala project. Please refer to the MXNet-Scala setup guide for a detailed set of instructions to help you with the setup process. + +maven badge + ```html org.apache.mxnet @@ -2425,7 +2412,7 @@ You should see the following output:
- Refer to the MXNet-Scala setup guide. + Run the MXNet-Scala demo project to validate your Maven package installation.
@@ -2441,7 +2428,7 @@ Will be available soon.
- Refer to the MXNet-Scala setup guide. + Run the MXNet-Scala demo project to validate your Maven package installation.