From b8214e2e0a1fd0c36d3139a77e8e4a20ca7f9584 Mon Sep 17 00:00:00 2001 From: yan-gao-GY Date: Tue, 27 Aug 2024 18:25:04 +0100 Subject: [PATCH] Fix redirect issue for ViT example --- doc/source/conf.py | 1 - examples/doc/source/conf.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 5d434dd729b..d3881325a5c 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -195,7 +195,6 @@ def find_test_modules(package_path): "apiref-binaries": "ref-api-cli.html", "fedbn-example-pytorch-from-centralized-to-federated": "example-fedbn-pytorch-from-centralized-to-federated.html", "how-to-use-built-in-middleware-layers": "how-to-use-built-in-mods.html", - "vit-finetune": "flowertune-vit.html", # Restructuring: tutorials "tutorial/Flower-0-What-is-FL": "tutorial-series-what-is-federated-learning.html", "tutorial/Flower-1-Intro-to-FL-PyTorch": "tutorial-series-get-started-with-flower-pytorch.html", diff --git a/examples/doc/source/conf.py b/examples/doc/source/conf.py index 7712aa5f4f5..4e4b7b21005 100644 --- a/examples/doc/source/conf.py +++ b/examples/doc/source/conf.py @@ -67,6 +67,7 @@ "mxnet-from-centralized-to-federated": "index.html", "app-secure-aggregation": "flower-secure-aggregation.html", "llm-flowertune": "flowertune-llm.html", + "vit-finetune": "flowertune-vit.html", }