From fb2a93481707463c72f03f8818aa32478613e7dc Mon Sep 17 00:00:00 2001 From: Will Constable Date: Thu, 13 Jun 2024 15:47:11 -0700 Subject: [PATCH] Move edit note back to the top Didn't realize that this was a convention, so restoring it --- beginner_source/dist_overview.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beginner_source/dist_overview.rst b/beginner_source/dist_overview.rst index 148d118f338..502961e20c3 100644 --- a/beginner_source/dist_overview.rst +++ b/beginner_source/dist_overview.rst @@ -2,6 +2,9 @@ PyTorch Distributed Overview ============================ **Author**: `Will Constable `_ +.. note:: + |edit| View and edit this tutorial in `github `__. + 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 @@ -89,6 +92,3 @@ PyTorch Distributed Developers If you'd like to contribute to PyTorch Distributed, refer to our `Developer Guide `_. - -.. note:: - |edit| View and edit this tutorial in `github `__.