From cffd4878945abaac659530b18051f7728dced2df Mon Sep 17 00:00:00 2001 From: Motunrayo Ilawole Date: Fri, 4 Oct 2024 13:52:48 +0100 Subject: [PATCH] update documentation for consistency --- src/build-app.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build-app.rst b/src/build-app.rst index 0a8c0e1f..5adfe64f 100644 --- a/src/build-app.rst +++ b/src/build-app.rst @@ -198,7 +198,7 @@ The :file:`framework.xlsx` file is central to the structure of the Application D 3. Rename the :file:`framework.clean` folder to :file:`framework` - 4. The *initial* worksheet of :file:`framework.xlsx` should have a header: :th:`clause` and value :tc:`do section survey`. + 4. The *initial* worksheet of :file:`framework.xlsx` should have a header: :th:`clause` and value: :tc:`do section survey`. .. list-table:: *initial* worksheet :header-rows: 1 @@ -350,7 +350,7 @@ Assuming you have created a :file:`testForm.xlsx`, the appropriate directory str The following changes will also need to be made to the :file:`framework.xlsx` **choices worksheet** .. csv-table:: Example Framework Choices Worksheet - :header: "choice_list_name", "data_value", "display.text" + :header: "choice_list_name", "data_value", "display.title.text" "test_forms", "testForm", "testForm"