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/06/29 23:02:23 UTC

[GitHub] szha closed pull request #11287: [MXNET-548] fixed path for auto_module_index.js

szha closed pull request #11287: [MXNET-548] fixed path for auto_module_index.js
URL: https://github.com/apache/incubator-mxnet/pull/11287
 
 
   

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/api/python/autograd/autograd.md b/docs/api/python/autograd/autograd.md
index 1e699d26d55..f20799a4435 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 c83816c352a..714966678a1 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 8cd619809c1..8ec491e8f10 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 8bd67d2b508..e5f92bc7ef0 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 65245a41308..a37bfa91d2b 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 9bf866d21a1..07c98981a16 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 2bb7576e203..1aeb340a3db 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 1791faf86f0..25c82f06668 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 7a40c451bca..b558b8479e4 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 82af4aa9b5c..11fff4f4340 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 ecf3e75ac0d..6980834835b 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 efd34bc724b..9f4c0649966 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 50a4a9be455..319647a6949 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 0cc1df37118..dc36648f7fa 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 73110a454ac..86ed74db6c1 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 7d6276d4bd7..dd2f6468ef0 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 67524306910..565495e27c0 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 bb1c31405ed..88e4ed89272 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 fd8530d0ad0..722180a2778 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


 

----------------------------------------------------------------
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