From aaf5836f6bbeef62429b9a652849c9018e72010d Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 17 Jul 2023 10:28:43 +0100 Subject: [PATCH] minor doc changes --- docs/index.rst | 46 ++++------------------------------------------ 1 file changed, 4 insertions(+), 42 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 64f33ee..d13510d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,16 +2,17 @@ .. _home: Welcome to the EWS documentation! -======================================== +================================= +This documentation is for collaborators in the Wheat Rust Detection and Early Warning System (EWS) to deploy and run +the pipeline currently running at the University of Cambridge. .. toctree:: :maxdepth: 1 - Home <self> - Installation <_source/installation> General Overview <_source/general_overview> Package overview <_source/package_overview> + Installation <_source/installation> .. toctree:: @@ -29,43 +30,4 @@ Welcome to the EWS documentation! epimodel API <_autosummary/EpiModel> advisory API <_autosummary/AdvisoryBuilder> -.. admonition:: Box thingy - - This is a box thingy - -Example of inline code links ----------------------------- - -this is is a load of ``text`` that has ``plotting.common.utils`` this function in it. - -and this should be on a new line - - -Note that to link to a method: :meth:`~met_processing.runner.common.job_runner.run_extraction` -or a function: :func:`~met_processing.common.met_field_name_constants_parser.parse_constants_file` -or a class :class:`~met_processing.common.MetDataConstants.MetDataConstants`, the target concerned has to have docs, -otherwise there will be no file to generate a link to - -note that you can also link to :class:`met_processing.met_extraction` modules, but you use the :class: markup for some -reason - -The code blocks above also work in the docstrings. - -.. autosummary:: - plotting.common.utils.build_standard_depo_diseases - ews_postprocessing.deposition.NAME_to_csv.NAMEToCSV - -Installation instructions -------------------------- - -A quickstart on installation can be found in: :doc:`_source/installation`. - -And here I am referring to it again but using a page :ref:`label<installation>` - -Example image - -.. image:: _images/depo.png - :scale: 50 % - :alt: alternate text - :align: right -- GitLab