pytorch/docs/source/notes
Tongzhou Wang e8536c08a1 Update extension docs, fix Fold/Unfold docs (#9239)
Summary:
Commits:
1. In extension doc, get rid of all references of `Variable` s (Closes #6947 )
    + also add minor improvements
    + also added a section with links to cpp extension :) goldsborough
    + removed mentions of `autograd.Function.requires_grad` as it's not used anywhere and hardcoded to `return_Py_True`.
2. Fix several sphinx warnings
3. Change `*` in equations in `module/conv.py` to `\times`
4. Fix docs for `Fold` and `Unfold`.
    + Added better shape check for `Fold` (it previously may give bogus result when there are not enough blocks). Added test for the checks.
5. Fix doc saying `trtrs` not available for CUDA (#9247 )
Pull Request resolved: https://github.com/pytorch/pytorch/pull/9239

Reviewed By: soumith

Differential Revision: D8762492

Pulled By: SsnL

fbshipit-source-id: 13cd91128981a94493d5efdf250c40465f84346a
2018-07-08 19:09:39 -07:00
..
autograd.rst [docs] Update autograd notes (#6769) 2018-04-19 13:34:14 -04:00
broadcasting.rst [docs] Update broadcasting and cuda semantics notes (#6904) 2018-04-24 13:41:24 -04:00
cuda.rst Fix sample code for cuda stream (#8319) 2018-06-10 11:41:50 -04:00
extending.rst Update extension docs, fix Fold/Unfold docs (#9239) 2018-07-08 19:09:39 -07:00
faq.rst Link relevant FAQ section in DataLoader docs (#6476) 2018-04-11 13:41:46 -04:00
multiprocessing.rst Clarify mp note about sharing a tensor's grad field. (#8688) 2018-06-20 14:22:38 -04:00
serialization.rst code syntax error in document (serialization.rst) (#937) 2017-03-06 10:06:04 -05:00
windows.rst Fix the import part of the windows doc (#7979) 2018-05-30 21:51:30 -04:00