fix doc for sparse.addmm (#14403)
authorWei Yang <weiyang@fb.com>
Tue, 27 Nov 2018 18:22:24 +0000 (10:22 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 27 Nov 2018 18:24:18 +0000 (10:24 -0800)
commit50bc9dc9c3f2870fb44210db7f10c0dee1d13f20
tree1936ae0c9f56e064095d93c7741965fe74c88596
parenta3cfab2d63c1316b74ca26406a7055dba6b39750
fix doc for sparse.addmm (#14403)

Summary:
- fixing the doc issue in sparse.addmm

================ before change ==================
![image](https://user-images.githubusercontent.com/38509346/49063994-2f10fe80-f1ce-11e8-9ccc-54241bc45f0b.png)
![image](https://user-images.githubusercontent.com/38509346/49064064-641d5100-f1ce-11e8-865a-7227be7156ef.png)

================ post change ==================
![image](https://user-images.githubusercontent.com/38509346/49064078-76978a80-f1ce-11e8-8f38-f1f8ac9ce63b.png)
![image](https://user-images.githubusercontent.com/38509346/49064085-7bf4d500-f1ce-11e8-8a0d-bf9e5460d21f.png)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14403

Differential Revision: D13216582

Pulled By: weiyangfb

fbshipit-source-id: 52e0a20c6b341c37cfb31f281be3afe2a52ca532
docs/source/sparse.rst
torch/sparse/__init__.py