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

lausen 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 10a12d5  Fix get_started pip instructions (#17725)
10a12d5 is described below

commit 10a12d59f67ad21032a94b1721aaf9b96fddac85
Author: Leonard Lausen <lau...@amazon.com>
AuthorDate: Sat Feb 29 13:09:12 2020 -0800

    Fix get_started pip instructions (#17725)
    
    The class attribute in the respective .md files should match one of the 
versions
    listed in the version dropdown specified in get_started.html
---
 docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md  | 6 +++---
 docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md  | 6 +++---
 docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md  | 6 +++---
 .../static_site/src/_includes/get_started/windows/python/cpu/pip.md | 6 +++---
 .../static_site/src/_includes/get_started/windows/python/gpu/pip.md | 6 +++---
 5 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md 
b/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
index 40eeb9c..08901ae 100644
--- a/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
+++ b/docs/static_site/src/_includes/get_started/linux/python/cpu/pip.md
@@ -1,6 +1,6 @@
 Run the following command:
 
-<div class="v1-5-0">
+<div class="v1-5-1">
 {% highlight bash %}
 $ pip install mxnet
 {% endhighlight %}
@@ -13,7 +13,7 @@ in the <a 
href="https://mxnet.io/api/faq/perf#intel-cpu";>MXNet tuning guide</a>.
 $ pip install mxnet-mkl
 {% endhighlight %}
 
-</div> <!-- End of v1-5-0 -->
+</div> <!-- End of v1-5-1 -->
 
 <div class="v1-4-1">
 
@@ -118,4 +118,4 @@ $ pip install --pre mxnet-mkl -f 
https://dist.mxnet.io/python/all
 <br>
 
 
-{% include /get_started/pip_snippet.md %}
\ No newline at end of file
+{% include /get_started/pip_snippet.md %}
diff --git a/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md 
b/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md
index f348621..8848edd 100644
--- a/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md
+++ b/docs/static_site/src/_includes/get_started/linux/python/gpu/pip.md
@@ -1,11 +1,11 @@
 Run the following command:
 
-<div class="v1-5-0">
+<div class="v1-5-1">
 {% highlight bash %}
 $ pip install mxnet-cu101
 {% endhighlight %}
 
-</div> <!-- End of v1-5-0 -->
+</div> <!-- End of v1-5-1 -->
 <div class="v1-4-1">
 
 {% highlight bash %}
@@ -71,4 +71,4 @@ $ pip install --pre mxnet-cu102 -f 
https://dist.mxnet.io/python/all
 <br>
 
 {% include /get_started/pip_snippet.md %}
-{% include /get_started/gpu_snippet.md %}
\ No newline at end of file
+{% include /get_started/gpu_snippet.md %}
diff --git a/docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md 
b/docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md
index a74910e..35c3b78 100644
--- a/docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md
+++ b/docs/static_site/src/_includes/get_started/macos/python/cpu/pip.md
@@ -1,11 +1,11 @@
 Run the following command:
 
-<div class="v1-5-0">
+<div class="v1-5-1">
 
 {% highlight bash %}
 $ pip install mxnet
 {% endhighlight %}
-</div> <!-- End of v1-5-0 -->
+</div> <!-- End of v1-5-1 -->
 <div class="v1-4-1">
 
 {% highlight bash %}
@@ -70,4 +70,4 @@ $ pip install --pre mxnet -f https://dist.mxnet.io/python/all
 
 </div> <!-- End of master-->
 
-{% include /get_started/pip_snippet.md %}
\ No newline at end of file
+{% include /get_started/pip_snippet.md %}
diff --git 
a/docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md 
b/docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md
index 60a4b6a..7061794 100644
--- a/docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md
+++ b/docs/static_site/src/_includes/get_started/windows/python/cpu/pip.md
@@ -1,12 +1,12 @@
 Run the following command:
 
-<div class="v1-5-0">
+<div class="v1-5-1">
 
 {% highlight bash %}
 $ pip install mxnet
 {% endhighlight %}
 
-</div> <!-- End of v1-5-0 -->
+</div> <!-- End of v1-5-1 -->
 <div class="v1-4-1">
 
 {% highlight bash %}
@@ -70,4 +70,4 @@ $ pip install --pre mxnet -f https://dist.mxnet.io/python/all
 </div> <!-- End of master-->
 
 {% include /get_started/pip_snippet.md %}
-{% include /get_started/gpu_snippet.md %}
\ No newline at end of file
+{% include /get_started/gpu_snippet.md %}
diff --git 
a/docs/static_site/src/_includes/get_started/windows/python/gpu/pip.md 
b/docs/static_site/src/_includes/get_started/windows/python/gpu/pip.md
index cb57b13..194a5a3 100644
--- a/docs/static_site/src/_includes/get_started/windows/python/gpu/pip.md
+++ b/docs/static_site/src/_includes/get_started/windows/python/gpu/pip.md
@@ -1,12 +1,12 @@
 Run the following command:
 
-<div class="v1-5-0">
+<div class="v1-5-1">
 
 {% highlight bash %}
 $ pip install mxnet-cu101
 {% endhighlight %}
 
-</div> <!-- End of v1-5-0 -->
+</div> <!-- End of v1-5-1 -->
 <div class="v1-4-1">
 
 {% highlight bash %}
@@ -71,4 +71,4 @@ $ pip install --pre mxnet-cu102 -f 
https://dist.mxnet.io/python/all
 
 
 {% include /get_started/pip_snippet.md %}
-{% include /get_started/gpu_snippet.md %}
\ No newline at end of file
+{% include /get_started/gpu_snippet.md %}

Reply via email to