From ac6596295245b9c771335950542a91f7babf5136 Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Thu, 4 Jan 2024 12:24:36 +0000
Subject: [PATCH] changes to docs to include how to add a new sub-region

---
 docs/_source/deployment_notes.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_source/deployment_notes.rst b/docs/_source/deployment_notes.rst
index c25abaf..3fa702a 100644
--- a/docs/_source/deployment_notes.rst
+++ b/docs/_source/deployment_notes.rst
@@ -119,7 +119,7 @@ Adding a new sub-region:
 
 You should be able to add a new sub-region (country) without needing to midify the source code.
 
-Add assets and config files
+1: Add assets and config files
 ---------------------------
 
 Add the following files to the **<resources_dir>/plotting/assets/gis_data/<country_name>**  directory:
@@ -136,7 +136,7 @@ make a copy of a pre-existing chart_config.json file in
 
 modify the paths to point at the new assets files you added. Also change the bounding box and the image size as required
 
-Modify the main config json
+2: Modify the main config json
 ----------------------------
 
 To make the new sub-region be run by the coordinator, edit the coordinator config json, e.g.
-- 
GitLab