minor edits

This commit is contained in:
Matthew Wall
2013-02-04 13:14:45 +00:00
parent 0fdacb1628
commit 723f94afdb
3 changed files with 9 additions and 11 deletions

View File

@@ -21,8 +21,6 @@ Offer "cumulative" as an aggregation type.
Allow rain-to-date to be added to a partial rainyear.
Debian packaging.
ET appears only at the top of the hour in an archive record. So, it's effective
archive interval is 60 minutes. Does this carry through?

View File

@@ -7,10 +7,10 @@ In particular, see Paul G's note about softWx.
consider changing these:
config-vp.py -> wee-config-vantage.py
config-database.py -> wee-config-database.py
runreports.py -> wee-reports.py
config_database.py -> wee-config-database.py
config_vp.py -> wee-config-vantage.py
config_fousb.py -> wee-config-fousb.py
config-fousb.py -> wee-config-fousb.py
VantagePro.py -> vantage.py
WMR918.py -> wmr9x8.py

View File

@@ -1444,10 +1444,10 @@ outTemp = Outside Temperature</p>
<p class="config_option">encoding </p>
<p>This option controls which encoding is to be used for the generated output.
There are 3 possible choices: </p>
<table class="center" style="width: 60%">
<table class="center" style="width: 90%">
<tr>
<td><strong>Encoding</strong></td>
<td><strong>ComComments</strong></td>
<td><strong>Comments</strong></td>
</tr>
<tr>
<td class="code">html_entities</td>
@@ -2175,7 +2175,7 @@ mv weewx.sdb_new weewx.sdb</p>
showing a plot of each day's consumption for the past month.</p>
<p>If you wish to use the new type in the templates, it will be available using
the same syntax as any other type. Here are some other tags that might be useful:</p>
<table class='center' style="width: 70%">
<table class='center' style="width: 80%">
<tr>
<td><strong>Tag</strong></td>
<td><strong>Meaning</strong></td>
@@ -2272,7 +2272,7 @@ mv weewx.sdb_new weewx.sdb</p>
function that yields loop packets, one after another. Don't worry about stopping
it: the engine will do this when an archive record is due. A loop packet is
a dictionary. At the very minimum it must contain keys</p>
<table style="width: 50%; margin-left: 10%;">
<table class='center' style="width: 60%">
<tr>
<td class="code">dateTime</td>
<td>The time of the observation in unix epoch time.</td>