mirror of
https://github.com/weewx/weewx.git
synced 2026-04-18 08:36:54 -04:00
weeWX fixes in install pages. more fixes to utilities.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user