diff --git a/Home.md b/Home.md index c77c35f..a1e0866 100644 --- a/Home.md +++ b/Home.md @@ -5,9 +5,6 @@ Welcome to the PyTorch developer's wiki! ## User docs * [Release notes](https://github.com/pytorch/pytorch/releases) -* [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) * [PyTorch Versions](PyTorch-Versions) ## Developer docs @@ -142,4 +139,10 @@ Welcome to the PyTorch developer's wiki! * [Code of Conduct](https://github.com/pytorch/pytorch/blob/master/CODE_OF_CONDUCT.md) * [Contributing](https://github.com/pytorch/pytorch/blob/master/CONTRIBUTING.md) * [PyTorch Contribution Guide](https://github.com/pytorch/pytorch/blob/master/docs/source/community/contribution_guide.rst) -* [PyTorch Governance](https://github.com/pytorch/pytorch/blob/master/docs/source/community/governance.rst) \ No newline at end of file +* [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) \ No newline at end of file