Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
[MXAPPS-1020] Clean up some Sphinx warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
vishaalkapoor committed Dec 4, 2018
1 parent 06245b1 commit cb4739a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/api/python/symbol/contrib.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/faq/develop_and_hack.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

# Other Resources
- [MXNet System Architecture Overview](http://mxnet.io/architecture/overview.html)
- [Contributor Guidelines](http://mxnet.io/community/contribute.html)
- [Contributor Guidelines](http://mxnet.io/community/contribute.html)
1 change: 0 additions & 1 deletion docs/gluon/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__**
Expand Down
4 changes: 3 additions & 1 deletion src/operator/contrib/dgl_graph.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit cb4739a

Please sign in to comment.