pytorch/docs
Mike Ruberry 9d588f7ce2 Removes dunder div (#39151)
Summary:
BC-breaking note:

If a user is using one of these dunders directly they will not longer be available. Users should update to Python3 compatible dunders.

Original PR note:

`__div__` (and `__idiv__` and `__rdiv__`) are no longer special dunders in Python3. This PR replaces them with the `__truediv__` (`__itrudediv__`, `__rtruediv__`) dunders, since we no longer support Python2.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/39151

Differential Revision: D22075713

Pulled By: mruberry

fbshipit-source-id: d318b47b51f7cc4c3728b1606a34d81e49ba0fa1
2020-06-16 23:02:20 -07:00
..
caffe2
cpp Fix missing code in 'Installing C++ distribution of Pytorch' (#39237) 2020-06-01 07:54:43 -07:00
source Removes dunder div (#39151) 2020-06-16 23:02:20 -07:00
.gitignore
libtorch.rst
make.bat Sphinx parallel build (#38785) 2020-05-21 13:03:55 -07:00
Makefile Restore docs coverage test via sphinx (#39331) 2020-06-04 10:49:38 -07:00
requirements.txt Get rid of javasphinx dependency. (#38042) 2020-05-07 19:52:31 -07:00