diff --git a/Home.md b/Home.md index e7650ab..b721832 100644 --- a/Home.md +++ b/Home.md @@ -140,24 +140,4 @@ New to PyTorch? Don't know where to start? ## Community * [Code of Conduct](https://github.com/pytorch/pytorch/blob/master/CODE_OF_CONDUCT.md) -* [PyTorch Governance](https://github.com/pytorch/pytorch/blob/master/docs/source/community/governance.rst) - -## Archived - -* [Breaking Changes from Variable and Tensor merge](Breaking-Changes-from-Variable-and-Tensor-merge) (from 0.4 release) -* [Tensor API changes for Caffe2 developers](Tensor-API-changes-for-Caffe2-developers) (from 1.0 release, plus some stuff on master) -* [Autograd and Fork](Autograd-and-Fork) - -#### Caffe2 -* [Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/README.md) -* [Building Caffe2](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/installation.md) -* [Doxygen Notes](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/DOXYGEN.md) -* [Docker & Caffe2](https://github.com/pytorch/pytorch/blob/master/docker/caffe2/readme.md) -* [Caffe2 implementation of Open Neural Network Exchange (ONNX)](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/README.md) -* [Caffe2 ONNX op coverage](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/ONNXOpCoverage.md) -* [nomnigraph](https://github.com/pytorch/pytorch/blob/master/caffe2/core/nomnigraph/README.md) -* [Caffe2 & TensorRT integration](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/tensorrt/README.md) -* [Playground for Caffe2 Models](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/playground/README.md) -* [How to run FakeLowP vs Glow tests](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/fakelowp/test/README.md) -* [Using ONNX and ATen to export models from PyTorch to Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/docs/pytorch_to_caffe2.md) -* [An ATen operator for Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/README.md) +* [PyTorch Governance](https://github.com/pytorch/pytorch/blob/master/docs/source/community/governance.rst) \ No newline at end of file diff --git a/archive/Archive.md b/archive/Archive.md new file mode 100644 index 0000000..024be7c --- /dev/null +++ b/archive/Archive.md @@ -0,0 +1,18 @@ + +* [Breaking Changes from Variable and Tensor merge](Breaking-Changes-from-Variable-and-Tensor-merge) (from 0.4 release) +* [Tensor API changes for Caffe2 developers](Tensor-API-changes-for-Caffe2-developers) (from 1.0 release, plus some stuff on master) +* [Autograd and Fork](Autograd-and-Fork) + +#### Caffe2 +* [Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/README.md) +* [Building Caffe2](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/installation.md) +* [Doxygen Notes](https://github.com/pytorch/pytorch/blob/master/docs/caffe2/DOXYGEN.md) +* [Docker & Caffe2](https://github.com/pytorch/pytorch/blob/master/docker/caffe2/readme.md) +* [Caffe2 implementation of Open Neural Network Exchange (ONNX)](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/README.md) +* [Caffe2 ONNX op coverage](https://github.com/pytorch/pytorch/blob/master/caffe2/python/onnx/ONNXOpCoverage.md) +* [nomnigraph](https://github.com/pytorch/pytorch/blob/master/caffe2/core/nomnigraph/README.md) +* [Caffe2 & TensorRT integration](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/tensorrt/README.md) +* [Playground for Caffe2 Models](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/playground/README.md) +* [How to run FakeLowP vs Glow tests](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/fakelowp/test/README.md) +* [Using ONNX and ATen to export models from PyTorch to Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/docs/pytorch_to_caffe2.md) +* [An ATen operator for Caffe2](https://github.com/pytorch/pytorch/blob/master/caffe2/contrib/aten/README.md) diff --git a/Autograd-and-Fork.md b/archive/Autograd-and-Fork.md similarity index 100% rename from Autograd-and-Fork.md rename to archive/Autograd-and-Fork.md diff --git a/Breaking-Changes-from-Variable-and-Tensor-merge.md b/archive/Breaking-Changes-from-Variable-and-Tensor-merge.md similarity index 100% rename from Breaking-Changes-from-Variable-and-Tensor-merge.md rename to archive/Breaking-Changes-from-Variable-and-Tensor-merge.md diff --git a/Contact-Pytorch-Dev-Infra-Office.md b/archive/Contact-Pytorch-Dev-Infra-Office.md similarity index 100% rename from Contact-Pytorch-Dev-Infra-Office.md rename to archive/Contact-Pytorch-Dev-Infra-Office.md diff --git a/Lint-as-you-type.md b/archive/Lint-as-you-type.md similarity index 100% rename from Lint-as-you-type.md rename to archive/Lint-as-you-type.md diff --git a/Maintainer-notes-for-_pytorchbot-merge-this-please_-(Archived).md b/archive/Maintainer-notes-for-_pytorchbot-merge-this-please_-(Archived).md similarity index 100% rename from Maintainer-notes-for-_pytorchbot-merge-this-please_-(Archived).md rename to archive/Maintainer-notes-for-_pytorchbot-merge-this-please_-(Archived).md diff --git a/Tensor-API-changes-for-Caffe2-developers.md b/archive/Tensor-API-changes-for-Caffe2-developers.md similarity index 100% rename from Tensor-API-changes-for-Caffe2-developers.md rename to archive/Tensor-API-changes-for-Caffe2-developers.md diff --git a/[Draft]-The-PyTorch-Contribution-Process.md b/archive/[Draft]-The-PyTorch-Contribution-Process.md similarity index 100% rename from [Draft]-The-PyTorch-Contribution-Process.md rename to archive/[Draft]-The-PyTorch-Contribution-Process.md diff --git a/[WIP]-What-is-a-SEV.md b/archive/[WIP]-What-is-a-SEV.md similarity index 100% rename from [WIP]-What-is-a-SEV.md rename to archive/[WIP]-What-is-a-SEV.md