szha closed pull request #11791: [MXNET-685] MXNet docs change for 1.2.1 release
URL: https://github.com/apache/incubator-mxnet/pull/11791
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/_static/js/options.js b/docs/_static/js/options.js
index eb82b113c63..87e50b8aa86 100644
--- a/docs/_static/js/options.js
+++ b/docs/_static/js/options.js
@@ -1,4 +1,4 @@
-var versionSelect   = defaultVersion = 'v1.2.0';
+var versionSelect   = defaultVersion = 'v1.2.1';
 var platformSelect    = 'Linux';
 var languageSelect  = 'Python';
 var processorSelect = 'CPU';
diff --git a/docs/_static/mxnet-theme/index.html 
b/docs/_static/mxnet-theme/index.html
index ff0b3a8a000..3647e23a736 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -26,9 +26,9 @@ <h3>A 60-minute Gluon Crash Course</h3>
         <a href="http://gluon-crash-course.mxnet.io/";>Learn More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
-        <h3>MXNet 1.2.0 Released</h3>
-        <p>We're excited to announce the release of MXNet 1.2.0! Check out the 
release notes for latest updates.</p>
-        <a 
href="https://cwiki.apache.org/confluence/display/MXNET/Apache+MXNet+%28incubating%29+1.2.0+Release+Notes";>Learn
 More</a>
+        <h3>MXNet 1.2.1 Released</h3>
+        <p>We're excited to announce the release of MXNet 1.2.1! Check out the 
release notes for latest updates.</p>
+        <a 
href="https://github.com/apache/incubator-mxnet/releases/tag/1.2.1";>Learn 
More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
           <h3>Introducing the Scala Inference API</h3>
diff --git a/docs/install/download.md b/docs/install/download.md
index ad3762ea9fa..baad2006284 100644
--- a/docs/install/download.md
+++ b/docs/install/download.md
@@ -4,6 +4,7 @@ These source archives are generated from tagged releases. 
Updates and patches wi
 
 | Version | Source                                                             
                                         | PGP                                  
                                                                           | 
SHA                                                                             
                                   |
 
|---------|-------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
+| 1.2.1   | 
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz)
   | 
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.asc)
    | 
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.1/apache-mxnet-src-1.2.1-incubating.tar.gz.sha512)
      |
 | 1.2.0   | 
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz)
   | 
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz.asc)
    | 
[Download](https://github.com/apache/incubator-mxnet/releases/download/1.2.0/apache-mxnet-src-1.2.0-incubating.tar.gz.sha512)
      |
 | 1.1.0   | 
[Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz)
      | 
[Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.asc)
      | 
[Download](http://archive.apache.org/dist/incubator/mxnet/1.1.0/apache-mxnet-src-1.1.0-incubating.tar.gz.sha512)
     |
 | 1.0.0   | 
[Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz)
   | 
[Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz.asc)
   | 
[Download](http://archive.apache.org/dist/incubator/mxnet/1.0.0/apache-mxnet-src-1.0.0-incubating.tar.gz.sha512)
   |
diff --git a/docs/install/index.md b/docs/install/index.md
index 3ea4ea0ef4d..fa3f2a5cc54 100644
--- a/docs/install/index.md
+++ b/docs/install/index.md
@@ -3,10 +3,10 @@
 Indicate your preferred configuration. Then, follow the customized commands to 
install *MXNet*.
 
   <div class="dropdown">
-    <button class="btn current-version btn-primary dropdown-toggle" 
type="button" data-toggle="dropdown">v1.2.0
+    <button class="btn current-version btn-primary dropdown-toggle" 
type="button" data-toggle="dropdown">v1.2.1
     <span class="caret"></span></button>
     <ul class="dropdown-menu opt-group">
-      <li class="opt active versions"><a href="#">v1.2.0</a></li>
+      <li class="opt active versions"><a href="#">v1.2.1</a></li>
       <li class="opt versions"><a href="#">v1.1.0</a></li>
       <li class="opt versions"><a href="#">v1.0.0</a></li>
       <li class="opt versions"><a href="#">v0.12.1</a></li>
@@ -95,7 +95,7 @@ $ sudo apt-get install -y wget python gcc
 $ wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
 ```
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 **Step 2** Install MXNet with OpenBLAS acceleration.
 
@@ -116,7 +116,7 @@ pip install graphviz
 $ pip install mxnet-mkl
 ```
 
-</div> <!-- End of v1-2-0 -->
+</div> <!-- End of v1-2-1 -->
 
 <div class="v1-1-0">
 
@@ -289,7 +289,7 @@ Installing *MXNet* with pip requires a latest version of 
`pip`. Install the late
 $ pip install --upgrade pip
 ```
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 Install *MXNet* with OpenBLAS acceleration.
 
@@ -297,7 +297,7 @@ Install *MXNet* with OpenBLAS acceleration.
 $ pip install mxnet
 ```
 
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
 
 <div class="v1-1-0">
 
@@ -511,7 +511,7 @@ $ sudo apt-get install -y wget python
 $ wget https://bootstrap.pypa.io/get-pip.py && sudo python get-pip.py
 ```
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 **Step 2**  Install *MXNet* with GPU support using CUDA 9.2
 
@@ -543,7 +543,7 @@ pip install graphviz
 $ pip install mxnet-cu90mkl
 ```
 
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
 
 
 <div class="v1-1-0">
@@ -709,7 +709,7 @@ Installing *MXNet* with pip requires a latest version of 
`pip`. Install the late
 ```
 
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 **Important**: Make sure your installed CUDA version matches the CUDA version 
in the pip package.
 Check your CUDA version with the following command:
@@ -728,7 +728,7 @@ Install *MXNet* with GPU support using CUDA 9.2:
 
 Refer to [pypi for older packages](https://pypi.org/project/mxnet/).
 
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
 
 
 <div class="v1-1-0">
@@ -1066,14 +1066,14 @@ $ pip install --upgrade pip
 $ pip install --upgrade setuptools
 ```
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 Then use pip to install MXNet:
 
 ```bash
 $ pip install mxnet
 ```
-</div> <!-- End of v1-2-0 -->
+</div> <!-- End of v1-2-1 -->
 
 
 <div class="v1-1-0">
@@ -1195,7 +1195,7 @@ Installing *MXNet* with pip requires a latest version of 
`pip`. Install the late
 (mxnet)$ pip install --upgrade setuptools
 ```
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 Install *MXNet* with OpenBLAS acceleration.
 
@@ -1203,7 +1203,7 @@ Install *MXNet* with OpenBLAS acceleration.
 (mxnet)$ pip install mxnet
 ```
 
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
 
 <div class="v1-1-0">
 
@@ -1504,7 +1504,7 @@ Follow the installation instructions [in this 
guide](./osx_setup.md) to set up M
 
 [Anaconda](https://www.anaconda.com/download/) is recommended.
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 **Step 2**  Install *MXNet*.
 
@@ -1512,7 +1512,7 @@ Follow the installation instructions [in this 
guide](./osx_setup.md) to set up M
 $ pip install mxnet
 ```
 
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
 
 <div class="v1-1-0">
 
@@ -1595,7 +1595,7 @@ Follow the installation instructions [in this 
guide](./windows_setup.md) to set
 [Anaconda](https://www.anaconda.com/download/) is recommended.
 
 
-<div class="v1-2-0">
+<div class="v1-2-1">
 
 **Step 2**  Install *MXNet* with GPU support using CUDA 9.2.
 
@@ -1614,7 +1614,7 @@ $ pip install mxnet-cu92
 
 Refer to [pypi for older packages](https://pypi.org/project/mxnet/).
 
-</div> <!-- End of v1-2-0-->
+</div> <!-- End of v1-2-1-->
 
 <div class="v1-1-0">
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to