This is an automated email from the ASF dual-hosted git repository. aaronmarkham 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 d2102fa [MXAPPS-1020] Clean up some Sphinx warnings. (#13539) d2102fa is described below commit d2102faa228bdc6723a9da299c6ff5999cbbdcdb Author: Vishaal Kapoor <40836875+vishaalkap...@users.noreply.github.com> AuthorDate: Tue Dec 4 18:35:04 2018 -0800 [MXAPPS-1020] Clean up some Sphinx warnings. (#13539) --- docs/api/python/symbol/contrib.md | 3 --- docs/faq/develop_and_hack.md | 4 ++-- docs/gluon/index.md | 1 - src/operator/contrib/dgl_graph.cc | 4 +++- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/api/python/symbol/contrib.md b/docs/api/python/symbol/contrib.md index 35cd11c..a025321 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 8b7dd67..da53fd0 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 c34ee9c..96e8e36 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 ed7caac..6d58675 100644 --- a/src/operator/contrib/dgl_graph.cc +++ b/src/operator/contrib/dgl_graph.cc @@ -795,7 +795,8 @@ Example: 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 @@ Example: 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) {