From 1474f425f77a212d5673b1618f10a58c8eaaffef Mon Sep 17 00:00:00 2001 From: dbhart Date: Fri, 17 Nov 2023 09:51:44 -0700 Subject: [PATCH] Documentation updates for exceptions. --- documentation/errors.rst | 1 + documentation/userguide.rst | 1 + wntr/epanet/exceptions.py | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/errors.rst b/documentation/errors.rst index 5206caaba..bd945d6f7 100644 --- a/documentation/errors.rst +++ b/documentation/errors.rst @@ -2,6 +2,7 @@ \clearpage +.. _epanet-errors: Errors and debugging ==================== diff --git a/documentation/userguide.rst b/documentation/userguide.rst index 6e31a2128..fa4c7d302 100644 --- a/documentation/userguide.rst +++ b/documentation/userguide.rst @@ -70,6 +70,7 @@ U.S. Department of Energy's National Nuclear Security Administration under contr graphics gis advancedsim + errors .. toctree:: :maxdepth: 1 diff --git a/wntr/epanet/exceptions.py b/wntr/epanet/exceptions.py index 82ce50f61..6442a0706 100644 --- a/wntr/epanet/exceptions.py +++ b/wntr/epanet/exceptions.py @@ -82,7 +82,7 @@ 309: "cannot save results to report file %s", } """A dictionary of the error codes and their meanings from the EPANET toolkit. -Please see :doc:`/errors` for a tables of these values. +Please see :doc:`/errors` for descriptions of these values. :meta hide-value: """