Updated Home (markdown)

Edward Z. Yang
2019-02-21 16:21:51 -05:00
parent e4660cfaba
commit 3c3d061045

10
Home.md

@ -1,10 +1,18 @@
Welcome to the PyTorch developer's wiki!
* [The release notes for each release are here](https://github.com/pytorch/pytorch/releases)
# Users docs
* [Release notes](https://github.com/pytorch/pytorch/releases)
# Developer docs
* [PyTorch Data Flow and Interface Diagram](PyTorch-Data-Flow-and-Interface-Diagram)
* [Some Technical notes are here](Technical-Notes)
* [Software Architecture for c10](Software-Architecture-for-c10)
* [PyTorch JIT IR format](PyTorch-IR)
# Workflow
* [Bot commands](Bot-commands)
* [Maintainer notes](Maintainer-notes)
* [Code review values](Code-review-values)