From 89bf9014db2aa81c87ab2c95dd25e4964138f8d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20=C3=85strand?= Date: Tue, 3 Sep 2024 10:13:20 +0200 Subject: [PATCH] Remove indentation of links in bottom --- docs/quickstart.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 258aadece..c81bf9752 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -186,19 +186,19 @@ be useful as you progress in your federated learning journey. With you first FEDn federated project set up, we suggest that you take a closer look at how a FEDn project is structured to learn how to develop your own FEDn projects: -- :ref:`projects-label` +:ref:`projects-label` In this tutorial we relied on the UI for running training sessions and retrieving models and results. The Python APIClient provides a flexible alternative, with additional functionality exposed, including the use of different aggregators. Learn how to use the APIClient here: -- :ref:`apiclient-label` +:ref:`apiclient-label` Study the architecture overview to learn more about how FEDn is designed and works under the hood: -- :ref:`architecture-label` +:ref:`architecture-label` For developers looking to customize FEDn and develop own aggregators, check out the local development guide to learn how to set up an all-in-one development environment using Docker and docker-compose: -- :ref:`developer-label` +:ref:`developer-label`