From 2ab9ceca5965025cb559c0df238e9fce605a8111 Mon Sep 17 00:00:00 2001 From: Jason Senthil Date: Wed, 21 Feb 2024 09:22:39 -0800 Subject: [PATCH] add migration example to docs (#706) Summary: Pull Request resolved: https://github.com/pytorch/tnt/pull/706 Adds a specific migration example to docs, per request of user. Walks through line-by-line how to generally migrate, should help users further. Reviewed By: anshulverma Differential Revision: D53869088 fbshipit-source-id: 0d164e930383fa75b11f94686601d68ffd408daa --- docs/source/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/index.rst b/docs/source/index.rst index 4e6a26afd1..96511880f6 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -48,6 +48,7 @@ Documentation meta/getting_started meta/migrating + meta/migrating_example .. toctree:: :maxdepth: 1