Skip to content

Commit

Permalink
Update mxnet redirects (#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng authored Apr 16, 2024
1 parent 3cb88b1 commit bb77cfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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 -------------------------------------------------
Expand Down
4 changes: 1 addition & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tutorial-quickstart-pytorch>` | :doc:`TensorFlow <tutorial-quickstart-tensorflow>` | :doc:`🤗 Transformers <tutorial-quickstart-huggingface>` | :doc:`JAX <tutorial-quickstart-jax>` | :doc:`Pandas <tutorial-quickstart-pandas>` | :doc:`fastai <tutorial-quickstart-fastai>` | :doc:`PyTorch Lightning <tutorial-quickstart-pytorch-lightning>` | :doc:`MXNet <tutorial-quickstart-mxnet>` | :doc:`scikit-learn <tutorial-quickstart-scikitlearn>` | :doc:`XGBoost <tutorial-quickstart-xgboost>` | :doc:`Android <tutorial-quickstart-android>` | :doc:`iOS <tutorial-quickstart-ios>`
QUICKSTART TUTORIALS: :doc:`PyTorch <tutorial-quickstart-pytorch>` | :doc:`TensorFlow <tutorial-quickstart-tensorflow>` | :doc:`🤗 Transformers <tutorial-quickstart-huggingface>` | :doc:`JAX <tutorial-quickstart-jax>` | :doc:`Pandas <tutorial-quickstart-pandas>` | :doc:`fastai <tutorial-quickstart-fastai>` | :doc:`PyTorch Lightning <tutorial-quickstart-pytorch-lightning>` | :doc:`scikit-learn <tutorial-quickstart-scikitlearn>` | :doc:`XGBoost <tutorial-quickstart-xgboost>` | :doc:`Android <tutorial-quickstart-android>` | :doc:`iOS <tutorial-quickstart-ios>`

We also made video tutorials for PyTorch:

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit bb77cfd

Please sign in to comment.