From a7e767871c80a717b329ab85c9dae54c37b497b5 Mon Sep 17 00:00:00 2001 From: chrishalcrow <57948917+chrishalcrow@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:00:33 +0100 Subject: [PATCH] Add new style to documentation --- doc/development/development.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/development/development.rst b/doc/development/development.rst index 74ecfcb734..683a6807e9 100644 --- a/doc/development/development.rst +++ b/doc/development/development.rst @@ -165,16 +165,16 @@ This allows users to quickly understand the type of data that should be input in Parameters ---------- - param_a: dict + param_a : dict A dictionary containing the data - param_b: int, default: 5 + param_b : int, default: 5 A scaling factor to be applied to the data - param_c: "mean" | "median", default: "mean" + param_c : "mean" | "median", default: "mean" What to calculate on the data Returns ------- - great_data: dict + great_data : dict A dictionary of the processed data """