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

Clean up some Sphinx warnings. #13539

Merged
merged 1 commit into from
Dec 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just encountered this as well. I think it is ok to remove...
I made a likewise comment and am awaiting confirmation.

isfinite
isnan
index_copy
getnnz
edge_id
Expand Down
4 changes: 2 additions & 2 deletions docs/faq/develop_and_hack.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [MXNet System Architecture Overview](/architecture/overview.html)
- [Contributor Guidelines](/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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this breaking something or is your editor linting things?

Copy link
Contributor Author

@vishaalkapoor vishaalkapoor Dec 4, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was causing an warning about this block, and when this char was removed, I was able to remove that warning (illegal UTF-8)

```
<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)>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found this to be a problem as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice


)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