Skip to content

Commit

Permalink
Move edit note back to the top (#2930)
Browse files Browse the repository at this point in the history
Didn't realize that this was a convention, so restoring it
  • Loading branch information
wconstab authored Jun 13, 2024
1 parent 2748f2c commit 7a44230
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beginner_source/dist_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ PyTorch Distributed Overview
============================
**Author**: `Will Constable <https://github.com/wconstab/>`_

.. note::
|edit| View and edit this tutorial in `github <https://github.com/pytorch/tutorials/blob/main/beginner_source/dist_overview.rst>`__.

This is the overview page for the ``torch.distributed`` package. The goal of
this page is to categorize documents into different topics and briefly
describe each of them. If this is your first time building distributed training
Expand Down Expand Up @@ -89,6 +92,3 @@ PyTorch Distributed Developers

If you'd like to contribute to PyTorch Distributed, refer to our
`Developer Guide <https://github.com/pytorch/pytorch/blob/master/torch/distributed/CONTRIBUTING.md>`_.

.. note::
|edit| View and edit this tutorial in `github <https://github.com/pytorch/tutorials/blob/main/beginner_source/dist_overview.rst>`__.

0 comments on commit 7a44230

Please sign in to comment.