diff --git a/doc/source/conf.py b/doc/source/conf.py index 991a17ff51c8..788481491804 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -68,6 +68,7 @@ # To prevent 404 errors and redirect to the new pages. redirects = { # Renamed pages + "configuring-clients.html": "configure-clients.html", "quickstart_mxnet": "quickstart-mxnet.html", "quickstart_pytorch_lightning": "quickstart-pytorch-lightning.html", "example_walkthrough_pytorch_mnist": "example-walkthrough-pytorch-mnist.html", diff --git a/doc/source/configuring-clients.rst b/doc/source/configure-clients.rst similarity index 99% rename from doc/source/configuring-clients.rst rename to doc/source/configure-clients.rst index 7aaece2a21a9..267b4f5c98f7 100644 --- a/doc/source/configuring-clients.rst +++ b/doc/source/configure-clients.rst @@ -1,5 +1,5 @@ -Configuring Clients -=================== +Configure Clients +================= Along with model parameters, Flower can send configuration values to clients. Configuration values can be used for various purposes. They are, for example, a popular way to control client-side hyperparameters from the server.