pytorch/docs/source
Luke Yeager e7c1e6a8e3 [pep8] Fix most lint automatically with autopep8
Here's the command I used to invoke autopep8 (in parallel!):

    git ls-files | grep '\.py$' | xargs -n1 -P`nproc` autopep8 -i

Several rules are ignored in setup.cfg. The goal is to let autopep8
handle everything which it can handle safely, and to disable any rules
which are tricky or controversial to address. We may want to come back
and re-enable some of these rules later, but I'm trying to make this
patch as safe as possible.

Also configures flake8 to match pep8's behavior.

Also configures TravisCI to check the whole project for lint.
2017-01-28 01:15:51 +01:00
..
_static add pic to readme 2017-01-16 20:15:19 -05:00
notes Fix bad code alignment (#612) 2017-01-27 20:16:49 +01:00
torchvision Docs improvements (#512) 2017-01-19 17:28:49 -05:00
autograd.rst Add notes 2017-01-16 20:38:14 -05:00
conf.py [pep8] Fix most lint automatically with autopep8 2017-01-28 01:15:51 +01:00
cuda.rst Minor fixes and torch.cuda docs 2017-01-16 20:38:14 -05:00
data.rst Add Sphinx docs 2016-12-28 00:03:39 +01:00
ffi.rst Improve ffi utils (#479) 2017-01-18 11:17:01 -05:00
index.rst Fix doc search and warnings 2017-01-20 11:36:41 +01:00
legacy.rst Add anything in torch.legacy docs 2017-01-16 12:59:47 -05:00
model_zoo.rst Add model_zoo utility torch torch.utils (#424) 2017-01-09 13:16:58 -05:00
multiprocessing.rst Add notes 2017-01-16 20:38:14 -05:00
nn.rst adding NLLLoss2d to docs 2017-01-24 09:22:51 -05:00
optim.rst Port L-BFGS from Lua optim 2017-01-22 18:02:40 -05:00
storage.rst Start documenting torch.Tensor (#377) 2016-12-30 01:21:34 -05:00
tensors.rst More Tensor docs (#470) 2017-01-18 00:42:41 -05:00
torch.rst Fix doc search and warnings 2017-01-20 11:36:41 +01:00