You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2018/06/29 23:02:30 UTC

[incubator-mxnet] branch master updated: [MXNET-548] fixed path for auto_module_index.js (#11287)

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

zhasheng 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 355de66  [MXNET-548] fixed path for auto_module_index.js (#11287)
355de66 is described below

commit 355de662ec6c13e5512419ccdde752c2b07a03ae
Author: Aaron Markham <ma...@amazon.com>
AuthorDate: Fri Jun 29 16:02:21 2018 -0700

    [MXNET-548] fixed path for auto_module_index.js (#11287)
    
    * fixed path for auto_module_index.js
    
    * nudge flaky ci test
---
 docs/api/python/autograd/autograd.md         | 6 +++---
 docs/api/python/callback/callback.md         | 2 +-
 docs/api/python/contrib/onnx.md              | 2 +-
 docs/api/python/contrib/text.md              | 2 +-
 docs/api/python/executor/executor.md         | 2 +-
 docs/api/python/gluon/gluon.md               | 4 ++--
 docs/api/python/gluon/loss.md                | 2 +-
 docs/api/python/gluon/nn.md                  | 2 +-
 docs/api/python/gluon/rnn.md                 | 2 +-
 docs/api/python/image/image.md               | 2 +-
 docs/api/python/io/io.md                     | 2 +-
 docs/api/python/kvstore/kvstore.md           | 2 +-
 docs/api/python/metric/metric.md             | 2 +-
 docs/api/python/model.md                     | 2 +-
 docs/api/python/module/module.md             | 2 +-
 docs/api/python/optimization/optimization.md | 2 +-
 docs/api/python/profiler/profiler.md         | 2 +-
 docs/api/python/rtc/rtc.md                   | 2 +-
 docs/api/python/symbol/rnn.md                | 2 +-
 19 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/docs/api/python/autograd/autograd.md b/docs/api/python/autograd/autograd.md
index 1e699d2..f20799a 100644
--- a/docs/api/python/autograd/autograd.md
+++ b/docs/api/python/autograd/autograd.md
@@ -13,7 +13,7 @@ In machine learning applications,
 of loss functions with respect to parameters.
 
 
-### Record vs Pause
+## Record vs Pause
 
 `autograd` records computation history on the fly to calculate gradients later.
 This is only enabled inside a `with autograd.record():` block.
@@ -63,7 +63,7 @@ Detailed tutorials are available in Part 1 of
 
 
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ## Autograd
 
@@ -86,7 +86,7 @@ Detailed tutorials are available in Part 1 of
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.autograd
diff --git a/docs/api/python/callback/callback.md b/docs/api/python/callback/callback.md
index c83816c..7149666 100644
--- a/docs/api/python/callback/callback.md
+++ b/docs/api/python/callback/callback.md
@@ -17,7 +17,7 @@ This document lists the routines of the callback package
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.callback
diff --git a/docs/api/python/contrib/onnx.md b/docs/api/python/contrib/onnx.md
index 8cd6198..8ec491e 100644
--- a/docs/api/python/contrib/onnx.md
+++ b/docs/api/python/contrib/onnx.md
@@ -40,7 +40,7 @@ This document describes all the ONNX-MXNet APIs.
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 
diff --git a/docs/api/python/contrib/text.md b/docs/api/python/contrib/text.md
index 8bd67d2..e5f92bc 100644
--- a/docs/api/python/contrib/text.md
+++ b/docs/api/python/contrib/text.md
@@ -375,7 +375,7 @@ The following functions provide utilities for text data processing.
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 
diff --git a/docs/api/python/executor/executor.md b/docs/api/python/executor/executor.md
index 65245a4..a37bfa9 100644
--- a/docs/api/python/executor/executor.md
+++ b/docs/api/python/executor/executor.md
@@ -30,7 +30,7 @@ graph execution. This document is only intended for reference for advanced users
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.executor
diff --git a/docs/api/python/gluon/gluon.md b/docs/api/python/gluon/gluon.md
index 9bf866d..07c9898 100644
--- a/docs/api/python/gluon/gluon.md
+++ b/docs/api/python/gluon/gluon.md
@@ -5,7 +5,7 @@
 .. currentmodule:: mxnet.gluon
 ```
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ## Overview
 
@@ -152,7 +152,7 @@ net.hybridize()
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.gluon
diff --git a/docs/api/python/gluon/loss.md b/docs/api/python/gluon/loss.md
index 2bb7576..1aeb340 100644
--- a/docs/api/python/gluon/loss.md
+++ b/docs/api/python/gluon/loss.md
@@ -30,7 +30,7 @@ This package includes several commonly used loss functions in neural networks.
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.gluon.loss
diff --git a/docs/api/python/gluon/nn.md b/docs/api/python/gluon/nn.md
index 1791faf..25c82f0 100644
--- a/docs/api/python/gluon/nn.md
+++ b/docs/api/python/gluon/nn.md
@@ -85,7 +85,7 @@ This document lists the neural network blocks in Gluon:
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.gluon.nn
diff --git a/docs/api/python/gluon/rnn.md b/docs/api/python/gluon/rnn.md
index 7a40c45..b558b84 100644
--- a/docs/api/python/gluon/rnn.md
+++ b/docs/api/python/gluon/rnn.md
@@ -71,7 +71,7 @@ for i in range(5):
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.gluon.rnn
diff --git a/docs/api/python/image/image.md b/docs/api/python/image/image.md
index 82af4aa..11fff4f 100644
--- a/docs/api/python/image/image.md
+++ b/docs/api/python/image/image.md
@@ -156,7 +156,7 @@ and a list of augmenters specific for `Object detection` is provided
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.image
diff --git a/docs/api/python/io/io.md b/docs/api/python/io/io.md
index ecf3e75..6980834 100644
--- a/docs/api/python/io/io.md
+++ b/docs/api/python/io/io.md
@@ -149,7 +149,7 @@ The backend engine will recognize the index of `N` in the `layout` as the axis f
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.io
diff --git a/docs/api/python/kvstore/kvstore.md b/docs/api/python/kvstore/kvstore.md
index efd34bc..9f4c064 100644
--- a/docs/api/python/kvstore/kvstore.md
+++ b/docs/api/python/kvstore/kvstore.md
@@ -119,7 +119,7 @@ update on key: 9
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.kvstore
diff --git a/docs/api/python/metric/metric.md b/docs/api/python/metric/metric.md
index 50a4a9b..319647a 100644
--- a/docs/api/python/metric/metric.md
+++ b/docs/api/python/metric/metric.md
@@ -18,7 +18,7 @@ the performance of a learned model.
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.metric
diff --git a/docs/api/python/model.md b/docs/api/python/model.md
index 0cc1df3..dc36648 100644
--- a/docs/api/python/model.md
+++ b/docs/api/python/model.md
@@ -99,7 +99,7 @@ Training occurs in parallel on the GPUs that you specify.
 ```eval_rst
     .. raw:: html
 
-        <script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+        <script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 ```
 
 
diff --git a/docs/api/python/module/module.md b/docs/api/python/module/module.md
index 73110a4..86ed74d 100644
--- a/docs/api/python/module/module.md
+++ b/docs/api/python/module/module.md
@@ -190,7 +190,7 @@ additional functionality. We summarize them in this section.
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. autoclass:: mxnet.module.BaseModule
diff --git a/docs/api/python/optimization/optimization.md b/docs/api/python/optimization/optimization.md
index 7d6276d..dd2f646 100644
--- a/docs/api/python/optimization/optimization.md
+++ b/docs/api/python/optimization/optimization.md
@@ -149,7 +149,7 @@ for examples.
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.optimizer
diff --git a/docs/api/python/profiler/profiler.md b/docs/api/python/profiler/profiler.md
index 6752430..565495e 100644
--- a/docs/api/python/profiler/profiler.md
+++ b/docs/api/python/profiler/profiler.md
@@ -73,7 +73,7 @@ These profiling objects can be created and accessed from python in order to reso
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.profiler
diff --git a/docs/api/python/rtc/rtc.md b/docs/api/python/rtc/rtc.md
index bb1c314..88e4ed8 100644
--- a/docs/api/python/rtc/rtc.md
+++ b/docs/api/python/rtc/rtc.md
@@ -19,7 +19,7 @@ frontend. The compiled kernels can be used stand-alone or combined with
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. automodule:: mxnet.rtc
diff --git a/docs/api/python/symbol/rnn.md b/docs/api/python/symbol/rnn.md
index fd8530d..722180a 100644
--- a/docs/api/python/symbol/rnn.md
+++ b/docs/api/python/symbol/rnn.md
@@ -317,7 +317,7 @@ conversion transparently based on the provided cells.
 
 ## API Reference
 
-<script type="text/javascript" src='../../_static/js/auto_module_index.js'></script>
+<script type="text/javascript" src='../../../_static/js/auto_module_index.js'></script>
 
 ```eval_rst
 .. autoclass:: mxnet.rnn.BaseRNNCell