Reference the appendix "Units".

This commit is contained in:
Tom Keffer
2021-01-12 14:47:01 -08:00
parent 21c6b169bc
commit c3aa8fc355

View File

@@ -5175,11 +5175,12 @@ weewx.units.conversionDict['pound'] = {'newton': lambda x : x * 4.44822}
</tr>
<tr>
<td class="code first_col">usUnits</td>
<td>The unit system used. <span class="code">weewx.US</span> for US customary, <span class="code">weewx.METRICWX</span>,
or <span class="code">weewx.METRIC</span> for metric. See the file <span
class="code">units.py</span>, dictionaries <span class="code">USUnits</span>, <span
class="code">MetricWXUnits</span>, and <span class="code">MetricUnits</span> for the exact
definition of each.
<td>
The unit system used. <span class="code">weewx.US</span> for US customary, <span
class="code">weewx.METRICWX</span>, or <span class="code">weewx.METRIC</span> for metric. See the
Appendix <a href="#units"><em>Units</em></a> for their exact definitions. The dictionaries <span
class="code">USUnits</span>, <span class="code">MetricWXUnits</span>, and <span
class="code">MetricUnits</span> in file <span class="code">units.py</span>, can also be useful.
</td>
</tr>
</tbody>