From 48d1b236201bff71f7fd71f3fdf1e7da5341c8c9 Mon Sep 17 00:00:00 2001 From: Chong Shen Ng Date: Fri, 12 Apr 2024 09:57:06 +0100 Subject: [PATCH 1/2] Update redirects for -related pages --- doc/source/conf.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index e699885fbfd9..ba901f0dd82e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -162,7 +162,6 @@ def find_test_modules(package_path): # Renamed pages "installation": "how-to-install-flower.html", "configuring-clients.html": "how-to-configure-clients.html", - "quickstart_mxnet": "tutorial-quickstart-mxnet.html", "quickstart_pytorch_lightning": "tutorial-quickstart-pytorch-lightning.html", "quickstart_huggingface": "tutorial-quickstart-huggingface.html", "quickstart_pytorch": "tutorial-quickstart-pytorch.html", @@ -194,7 +193,6 @@ def find_test_modules(package_path): "quickstart-pandas": "tutorial-quickstart-pandas.html", "quickstart-fastai": "tutorial-quickstart-fastai.html", "quickstart-pytorch-lightning": "tutorial-quickstart-pytorch-lightning.html", - "quickstart-mxnet": "tutorial-quickstart-mxnet.html", "quickstart-scikitlearn": "tutorial-quickstart-scikitlearn.html", "quickstart-xgboost": "tutorial-quickstart-xgboost.html", "quickstart-android": "tutorial-quickstart-android.html", @@ -240,6 +238,10 @@ def find_test_modules(package_path): "people": "index.html", "organizations": "index.html", "publications": "index.html", + "quickstart_mxnet": "index.html", + "quickstart-mxnet": "index.html", + "tutorial-quickstart-mxnet": "index.html", + "example-mxnet-walk-through": "index.html", } # -- Options for HTML output ------------------------------------------------- From 93d408022e6e7042aa80a264401417ca99bf5e0a Mon Sep 17 00:00:00 2001 From: Chong Shen Ng Date: Fri, 12 Apr 2024 09:58:29 +0100 Subject: [PATCH 2/2] Remove links from --- doc/source/index.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index c634ce939e73..59a7a5e565ca 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -53,13 +53,12 @@ A learning-oriented series of federated learning tutorials, the best place to st tutorial-quickstart-pandas tutorial-quickstart-fastai tutorial-quickstart-pytorch-lightning - tutorial-quickstart-mxnet tutorial-quickstart-scikitlearn tutorial-quickstart-xgboost tutorial-quickstart-android tutorial-quickstart-ios -QUICKSTART TUTORIALS: :doc:`PyTorch ` | :doc:`TensorFlow ` | :doc:`🤗 Transformers ` | :doc:`JAX ` | :doc:`Pandas ` | :doc:`fastai ` | :doc:`PyTorch Lightning ` | :doc:`MXNet ` | :doc:`scikit-learn ` | :doc:`XGBoost ` | :doc:`Android ` | :doc:`iOS ` +QUICKSTART TUTORIALS: :doc:`PyTorch ` | :doc:`TensorFlow ` | :doc:`🤗 Transformers ` | :doc:`JAX ` | :doc:`Pandas ` | :doc:`fastai ` | :doc:`PyTorch Lightning ` | :doc:`scikit-learn ` | :doc:`XGBoost ` | :doc:`Android ` | :doc:`iOS ` We also made video tutorials for PyTorch: @@ -100,7 +99,6 @@ Problem-oriented how-to guides show step-by-step how to achieve a specific goal. :caption: Legacy example guides example-pytorch-from-centralized-to-federated - example-mxnet-walk-through example-jax-from-centralized-to-federated example-fedbn-pytorch-from-centralized-to-federated