Skip to content

Commit

Permalink
Remove links to deprecated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
chongshenng committed Nov 20, 2024
1 parent c732bf5 commit ba487bf
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions doc/source/how-to-upgrade-to-flower-1.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,12 @@ Let's dive in!

.. |flower_how_to_run_simulations_link| replace:: How-to Run Simulations

.. |flower_simulation_link| replace:: ``flower-simulation``

.. _clientapp_link: ref-api/flwr.client.ClientApp.html

.. _flower_architecture_link: explanation-flower-architecture.html

.. _flower_how_to_run_simulations_link: how-to-run-simulations.html

.. _flower_simulation_link: ref-api-cli.html#flower-simulation

.. _flower_superlink_link: ref-api-cli.html#flower-superlink

.. _flower_supernode_link: ref-api-cli.html#flower-supernode
Expand Down Expand Up @@ -315,9 +311,9 @@ Depending on your Flower version, you can run your simulation as follows:

- For Flower 1.11 and later, run ``flwr run`` in the terminal. This is the recommended
way to start simulations, other ways are deprecated and no longer recommended.
- DEPRECATED For Flower versions between 1.8 and 1.10, run |flower_simulation_link|_ in
the terminal and point to the ``server_app`` / ``client_app`` object in the code
instead of executing the Python script. In the code snippet below, there is an example
- DEPRECATED For Flower versions between 1.8 and 1.10, run ``flower-simulation`` in the
terminal and point to the ``server_app`` / ``client_app`` object in the code instead
of executing the Python script. In the code snippet below, there is an example
(assuming the ``server_app`` and ``client_app`` objects are in a ``sim.py`` module).
- DEPRECATED For Flower versions before 1.8, run the Python script directly.

Expand Down

0 comments on commit ba487bf

Please sign in to comment.