Skip to content

Commit

Permalink
Update mxnet example redirects (#3252)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng authored Apr 20, 2024
1 parent 79c785a commit 4f975c3
Show file tree
Hide file tree
Showing 14 changed files with 4 additions and 591 deletions.
7 changes: 4 additions & 3 deletions examples/doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

import datetime


project = "Flower"
copyright = f"{datetime.date.today().year} Flower Labs GmbH"
author = "The Flower Authors"
Expand Down Expand Up @@ -63,8 +62,10 @@

# Sphinx redirects, implemented after the doc filename changes.
# To prevent 404 errors and redirect to the new pages.
# redirects = {
# }
redirects = {
"quickstart-mxnet": "index.html",
"mxnet-from-centralized-to-federated": "index.html",
}


# -- Options for HTML output -------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion examples/mxnet-from-centralized-to-federated/.gitignore

This file was deleted.

81 changes: 0 additions & 81 deletions examples/mxnet-from-centralized-to-federated/README.md

This file was deleted.

93 changes: 0 additions & 93 deletions examples/mxnet-from-centralized-to-federated/client.py

This file was deleted.

144 changes: 0 additions & 144 deletions examples/mxnet-from-centralized-to-federated/mxnet_mnist.py

This file was deleted.

15 changes: 0 additions & 15 deletions examples/mxnet-from-centralized-to-federated/pyproject.toml

This file was deleted.

3 changes: 0 additions & 3 deletions examples/mxnet-from-centralized-to-federated/requirements.txt

This file was deleted.

9 changes: 0 additions & 9 deletions examples/mxnet-from-centralized-to-federated/server.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/quickstart-mxnet/.gitignore

This file was deleted.

Loading

0 comments on commit 4f975c3

Please sign in to comment.