You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/29 20:17:45 UTC

[GitHub] thinksanky closed pull request #9548: Navigation and news tiles update

thinksanky closed pull request #9548: Navigation and news tiles update
URL: https://github.com/apache/incubator-mxnet/pull/9548
 
 
   

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/mxnet-theme/index.html b/docs/_static/mxnet-theme/index.html
index d22e2541903..821a6e0aa91 100644
--- a/docs/_static/mxnet-theme/index.html
+++ b/docs/_static/mxnet-theme/index.html
@@ -21,15 +21,15 @@
   <div class="container">
     <div class="row">
       <div class="col-lg-4 col-sm-12">
-        <h3>Apache MXNet 1.0 Released</h3>
-        <p>We're excited to announce the release of MXNet 1.0! Check out the release notes for latest updates.</p>
+        <h3>Apache MXNet 1.0.0 Released</h3>
+        <p>We're excited to announce the release of MXNet 1.0.0! Check out the release notes for latest updates.</p>
         <a href="https://github.com/apache/incubator-mxnet/releases/tag/1.0.0">Learn More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
         <h3>MXNet Model Server</h3>
-        <p>Apache MXNet Model Server (MMS) is a flexible and easy to use tool for serving deep learning models exported from MXNet or the Open Neural Network Exchange (ONNX).
+        <p>Model Server for Apache MXNet is a flexible and easy to use tool for serving deep learning models exported from MXNet or the Open Neural Network Exchange (ONNX).
         </p>
-        <a href="https://github.com/awslabs/mxnet-model-server/blob/master/README.md">Learn More</a>
+        <a href="https://github.com/awslabs/mxnet-model-server">Learn More</a>
       </div>
       <div class="col-lg-4 col-sm-12">
           <h3>Introducing - Gluon</h3>
diff --git a/docs/_static/mxnet-theme/navbar.html b/docs/_static/mxnet-theme/navbar.html
index bcf87f1ca7f..aa6ed4e76a0 100644
--- a/docs/_static/mxnet-theme/navbar.html
+++ b/docs/_static/mxnet-theme/navbar.html
@@ -11,7 +11,7 @@ <h1 id="logo-wrap">
           <a href="#" class="main-nav-link dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="true">Gluon <span class="caret"></span></a>
           <ul id="package-dropdown-menu" class="dropdown-menu navbar-menu">
             <li><a class="main-nav-link" href="{{url_root}}gluon/index.html">About</a></li>
-            <li><a class="main-nav-link" href="http://gluon.mxnet.io">Tutorials</a></li>
+            <li><a class="main-nav-link" href="http://gluon.mxnet.io">The Straight Dope: Deep Learning with Gluon</a></li>
           </ul>
         </span>
         


 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services