From bba72dc7aca1cd8ac6728d20723adeb5c81ce76d Mon Sep 17 00:00:00 2001
From: lb584 <lb584@cam.ac.uk>
Date: Wed, 31 Jul 2024 11:11:00 +0100
Subject: [PATCH] minor doc changes

---
 docs/_source/package_overview.rst | 3 +--
 docs/index.rst                    | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docs/_source/package_overview.rst b/docs/_source/package_overview.rst
index 55c739f..3fd5698 100644
--- a/docs/_source/package_overview.rst
+++ b/docs/_source/package_overview.rst
@@ -26,7 +26,6 @@ Use the links below or in the side menu to see detailed descriptions of individu
 
    :class:`ews.coordinator`, "Coordinates the running of all pipeline modules"
    :class:`ews.postprocessing`, "Determines the business performed by the Coordinator pipeline ""post-processing"" step"
-   :class:`flagdir`, "Basic flag-file handling within a provided directory"
    :class:`ews.plotting`, "Plots maps from the pipeline outputs"
 
 **Deposition:**
@@ -53,7 +52,7 @@ Use the links below or in the side menu to see detailed descriptions of individu
    :header: "Package", "Description"
    :widths: 15, 30
 
-   :class:`EpiModel`, "Simulates infected area of grid cells according to epidmiological formulations and various input data streams."
+   :class:`ews.epi_model`, "Simulates infected area of grid cells according to epidemiological formulations and various input data streams."
 
 
 **Advisory builder:**
diff --git a/docs/index.rst b/docs/index.rst
index 08a8e79..de42f76 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -27,7 +27,7 @@ the pipeline currently running at the University of Cambridge.
    met processing API <_autosummary/ews.met_processing>
    env suit API <_autosummary/ews.environmental_suitability>
    source gen API <_autosummary/ews.source_gen>
-   epimodel API <_autosummary/EpiModel>
+   epimodel API <_autosummary/ews.epi_model>
    advisory API <_autosummary/ews.advisory_builder>
 
 
-- 
GitLab