aaronmarkham closed pull request #13539: [MXAPPS-1020] Clean up some Sphinx 
warnings.
URL: https://github.com/apache/incubator-mxnet/pull/13539
 
 
   

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/symbol/contrib.md 
b/docs/api/python/symbol/contrib.md
index 35cd11c89a7..a0253216f94 100644
--- a/docs/api/python/symbol/contrib.md
+++ b/docs/api/python/symbol/contrib.md
@@ -55,9 +55,6 @@ In the rest of this document, we list routines provided by 
the `symbol.contrib`
     foreach
     while_loop
     cond
-    isinf
-    isfinite
-    isnan
     index_copy
     getnnz
     edge_id
diff --git a/docs/faq/develop_and_hack.md b/docs/faq/develop_and_hack.md
index 8b7dd672eea..da53fd010bb 100644
--- a/docs/faq/develop_and_hack.md
+++ b/docs/faq/develop_and_hack.md
@@ -4,5 +4,5 @@
 - [Set environment variables of MXNet](env_var.md)
 
 # Other Resources
-- [MXNet System Architecture 
Overview](http://mxnet.io/architecture/overview.html)
-- [Contributor Guidelines](http://mxnet.io/community/contribute.html)
\ No newline at end of file
+- [MXNet System Architecture Overview](/architecture/overview.html)
+- [Contributor Guidelines](/community/contribute.html)
diff --git a/docs/gluon/index.md b/docs/gluon/index.md
index c34ee9c2273..96e8e36dbf2 100644
--- a/docs/gluon/index.md
+++ b/docs/gluon/index.md
@@ -82,7 +82,6 @@ def forward(self, F, inputs, tree):
                         for child in tree.children]
     #Recursively builds the neural network based on each input sentence’s
     #syntactic structure during the model definition and training process
-    …
 ```
 <br/>
 **__High Performance__**
diff --git a/src/operator/contrib/dgl_graph.cc 
b/src/operator/contrib/dgl_graph.cc
index ed7caacfdba..6d586755c95 100644
--- a/src/operator/contrib/dgl_graph.cc
+++ b/src/operator/contrib/dgl_graph.cc
@@ -795,7 +795,8 @@ uniform probability.
 
   out[2]
   [0 0 0 0 0]
-<NDArray 5 @cpu(0)>
+  <NDArray 5 @cpu(0)>
+
 )code" ADD_FILELINE)
 .set_attr_parser(ParamParser<NeighborSampleParam>)
 .set_num_inputs([](const NodeAttrs& attrs) {
@@ -885,6 +886,7 @@ uniform probability.
   out[3]
   [0 0 0 0 0]
   <NDArray 5 @cpu(0)>
+
 )code" ADD_FILELINE)
 .set_attr_parser(ParamParser<NeighborSampleParam>)
 .set_num_inputs([](const NodeAttrs& attrs) {


 

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


With regards,
Apache Git Services

Reply via email to