From c856cddac4efe09e6d6a25bee60ff221f7d0bf6e Mon Sep 17 00:00:00 2001 From: GeorgiosEfstathiadis <54844705+GeorgeEfstathiadis@users.noreply.github.com> Date: Thu, 12 Oct 2023 17:01:40 -0400 Subject: [PATCH] fix docs breaking (#204) --- docs/source/index.md | 2 +- docs/source/willow.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/index.md b/docs/source/index.md index 872ae6b1..0c8f29da 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -216,7 +216,7 @@ The summary statistics that are generated are listed below: * - total_mins_out_call - float - The duration (minute) of all outgoing calls. - * - num_uniq_individuals_call_or_text +* - num_uniq_individuals_call_or_text - int - The total number of unique individuals who called or texted the subject, or who the subject called or texted. The total number of individuals who the subject had any kind of communication with. * - num_s diff --git a/docs/source/willow.md b/docs/source/willow.md index e0ce225c..4d53912a 100644 --- a/docs/source/willow.md +++ b/docs/source/willow.md @@ -41,7 +41,7 @@ ___ | num_mis_caller | float | Total number of unique callers missed | | total_time_in_call | int | Total amount of minutes spent on incoming calls | | total_time_out_call | int | Total amount of minutes spent on outgoing calls | -| num_uniq_individuals_call_or_text | float | Total number of unique individuals who called or texted the Beiwe user, or who the Beiwe user called or texted. The total number of individuals with any communication contact with the Beiwe user | +| num_uniq_individuals_call_or_text | float | Total number of unique individuals who called or texted the Beiwe user, or who the Beiwe user called or texted. The total number of individuals with any communication contact with the Beiwe user | | num_s | float | Total number of sent SMS texts | | num_r | int | Total number of received SMS texts | | num_mms_s | int | Total number of sent MMS texts |