From c3aa8fc3559ca2ec92e6153fa99ae448dfc9c31f Mon Sep 17 00:00:00 2001 From: Tom Keffer Date: Tue, 12 Jan 2021 14:47:01 -0800 Subject: [PATCH] Reference the appendix "Units". --- docs/customizing.htm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/customizing.htm b/docs/customizing.htm index 493cd6af..0c264607 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -5175,11 +5175,12 @@ weewx.units.conversionDict['pound'] = {'newton': lambda x : x * 4.44822} usUnits - The unit system used. weewx.US for US customary, weewx.METRICWX, - or weewx.METRIC for metric. See the file units.py, dictionaries USUnits, MetricWXUnits, and MetricUnits for the exact - definition of each. + + The unit system used. weewx.US for US customary, weewx.METRICWX, or weewx.METRIC for metric. See the + Appendix Units for their exact definitions. The dictionaries USUnits, MetricWXUnits, and MetricUnits in file units.py, can also be useful.