From cb4739a6d12e87cdae5cb6aea3aca55af0706952 Mon Sep 17 00:00:00 2001 From: Vishaal Kapoor Date: Tue, 4 Dec 2018 22:17:06 +0000 Subject: [PATCH] [MXAPPS-1020] Clean up some Sphinx warnings. --- docs/api/python/symbol/contrib.md | 3 --- docs/faq/develop_and_hack.md | 2 +- docs/gluon/index.md | 1 - src/operator/contrib/dgl_graph.cc | 4 +++- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/api/python/symbol/contrib.md b/docs/api/python/symbol/contrib.md index 35cd11c89a70..a0253216f945 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 8b7dd672eea9..ca32a48b14c6 100644 --- a/docs/faq/develop_and_hack.md +++ b/docs/faq/develop_and_hack.md @@ -5,4 +5,4 @@ # 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 +- [Contributor Guidelines](http://mxnet.io/community/contribute.html) diff --git a/docs/gluon/index.md b/docs/gluon/index.md index c34ee9c22739..96e8e36dbf20 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 - … ```
**__High Performance__** diff --git a/src/operator/contrib/dgl_graph.cc b/src/operator/contrib/dgl_graph.cc index ed7caacfdbae..6d586755c957 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] - + + )code" ADD_FILELINE) .set_attr_parser(ParamParser) .set_num_inputs([](const NodeAttrs& attrs) { @@ -885,6 +886,7 @@ uniform probability. out[3] [0 0 0 0 0] + )code" ADD_FILELINE) .set_attr_parser(ParamParser) .set_num_inputs([](const NodeAttrs& attrs) {