Skip to content

Commit

Permalink
fix(examples:skip) Fix redirect issue for ViT example (#4089)
Browse files Browse the repository at this point in the history
  • Loading branch information
yan-gao-GY authored Aug 27, 2024
1 parent 5b3784a commit 46374c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions examples/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}


Expand Down

0 comments on commit 46374c8

Please sign in to comment.