From 66b3208cdbc404ef1b6baecab157d5916409c0a4 Mon Sep 17 00:00:00 2001 From: Jonathan Bloedow Date: Thu, 28 Sep 2023 08:19:20 -0700 Subject: [PATCH] More whitespace for sphinx/RTD/etc. --- emodpy_typhoid/interventions/typhoid_vaccine.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emodpy_typhoid/interventions/typhoid_vaccine.py b/emodpy_typhoid/interventions/typhoid_vaccine.py index 08c7880..73f0a5f 100644 --- a/emodpy_typhoid/interventions/typhoid_vaccine.py +++ b/emodpy_typhoid/interventions/typhoid_vaccine.py @@ -44,6 +44,7 @@ def new_triggered_intervention( ): """ Create a new triggered TyphoidVaccine intervention based on specified parameters. + Args: camp (Camp): The camp to which the intervention is applied. efficacy (float, optional): The efficacy of the Typhoid vaccine. Default is 0.82. @@ -80,6 +81,7 @@ def new_scheduled_intervention( ): """ Create a new scheduled TyphoidVaccine intervention based on specified parameters. + Args: camp (Camp): The camp to which the intervention is applied. efficacy (float, optional): The efficacy of the Typhoid vaccine. Default is 0.82.