weeWX fixes in install pages. more fixes to utilities.

This commit is contained in:
matthewwall
2017-01-26 20:25:42 -05:00
parent cb8616a46c
commit a4002dbb8a
7 changed files with 39 additions and 41 deletions

View File

@@ -287,7 +287,7 @@ now = datetime.datetime()</pre>
</td>
</tr>
<tr>
<td class="text_highlight"><span class="code">config_dict</span></td>
<td class="text_highlight code">config_dict</td>
<td>All configuration information used by weeWX is stored in the <em>configuration file</em>, usually
with the name <span class="code">weewx.conf</span>. By convention, when this file is read into the
program, it is called <span class="code">config_dict</span>, an instance of the class <span
@@ -339,7 +339,7 @@ now = datetime.datetime()</pre>
</td>
</tr>
<tr>
<td class="text_highlight"><span class="code">skin_dict</span></td>
<td class="text_highlight code">skin_dict</td>
<td>All configuration information used by a particular skin is stored in the <em>skin configuration
file</em>, usually with the name <span class="code">skin.conf</span>. By convention, when this file
is read into the program, it is called <span class="code">skin_dict</span>, an instance of the class