pytorch/docs/cpp/source
Sam Estep 8c798e0622 Forbid trailing whitespace (#53406)
Summary:
Context: https://github.com/pytorch/pytorch/pull/53299#discussion_r587882857

These are the only hand-written parts of this diff:
- the addition to `.github/workflows/lint.yml`
- the file endings changed in these four files (to appease FB-internal land-blocking lints):
  - `GLOSSARY.md`
  - `aten/src/ATen/core/op_registration/README.md`
  - `scripts/README.md`
  - `torch/csrc/jit/codegen/fuser/README.md`

The rest was generated by running this command (on macOS):
```
git grep -I -l ' $' -- . ':(exclude)**/contrib/**' ':(exclude)third_party' | xargs gsed -i 's/ *$//'
```

I looked over the auto-generated changes and didn't see anything that looked problematic.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/53406

Test Plan:
This run (after adding the lint but before removing existing trailing spaces) failed:
- https://github.com/pytorch/pytorch/runs/2043032377

This run (on the tip of this PR) succeeded:
- https://github.com/pytorch/pytorch/runs/2043296348

Reviewed By: walterddr, seemethere

Differential Revision: D26856620

Pulled By: samestep

fbshipit-source-id: 3f0de7f7c2e4b0f1c089eac9b5085a58dd7e0d97
2021-03-05 17:22:55 -08:00
..
_static Fix overlapping keywords (#34142) 2020-03-06 19:16:21 -08:00
notes Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
check-doxygen.sh [pytorch] rewrite of the python binding codegen with the v2 API (#46244) 2020-10-19 17:36:45 -07:00
conf.py Document IValue (#31904) 2020-01-08 16:08:35 -08:00
Doxyfile remove use of the term "blacklist" from docs/cpp/source/Doxyfile (#41450) 2020-07-15 19:45:53 -07:00
frontend.rst Docs: c++11 -> c++14 (#30530) 2019-12-17 14:09:02 -08:00
index.rst grammatically update index.rst (#45801) 2020-10-05 09:55:56 -07:00
installing.rst Fix missing code in 'Installing C++ distribution of Pytorch' (#39237) 2020-06-01 07:54:43 -07:00
library.rst Add reference documentation for torch/library.h (#41470) 2020-07-17 10:05:16 -07:00