diff --git a/docs/customizing.htm b/docs/customizing.htm index 79665889..3a871f31 100644 --- a/docs/customizing.htm +++ b/docs/customizing.htm @@ -683,7 +683,7 @@ db_manager.getSql("SELECT SUM(rain) FROM %s "\
For a complete listing of the report options, - see the section Reference: skin.conf options. + see the section Reference: report options.
This section gives an overview of the Cheetah generator. For details about each of its various options, - see the section [CheetahGenerator] in the Reference: skin.conf options. + see the section [CheetahGenerator] in the Reference: report options.
@@ -3253,7 +3253,7 @@ class MyStats(SearchList): # 1
This section gives an overview of the Image generator. For details about each of its various options, see - the section [ImageGenerator] in the Reference: skin.conf options. + the section [ImageGenerator] in the Reference: report options.
@@ -4356,8 +4356,7 @@ schema_with_electricity = schemas.wview.schema + [('electricity', 'REAL')] to add types that already exist in the archive records (an example would be humidex), but don't yet exist in the database schema. -
This section contains the options available in the skin configuration file, skin.conf. diff --git a/docs/usersguide.htm b/docs/usersguide.htm index 490856eb..48604633 100644 --- a/docs/usersguide.htm +++ b/docs/usersguide.htm @@ -1001,8 +1001,7 @@ sudo /etc/init.d/weewx start
There is another type of configuration file, skin.conf, for presentation-specific options. It is described in the Customization Guide, - under the section The StdReport skin.conf. + under the section Reference: report options.
The following sections are the definitive guide to the many configuration options available in In particular, it has nothing to do with what units are displayed in plots or files. Those units are specified in the skin configuration file, skin.conf, as described in the Customization Guide, under section - - Changing options. Because of this, unless you have a + How to change units. Because of this, unless you have a special purpose application, there is really no good reason to change from the default, which is US.
@@ -2717,10 +2715,8 @@ longitude = -77.0366- This section covers a suite of "Observation defaults," which control things such as which unit system should be - used in reports, what label to be used for an observation type, and how it should be formatted. Details can - be found in Observation defaults in the Customization Guide. + This section covers a suite of default values, which control things such as which unit system should be + used in reports, what label to be used for an observation type, and how it should be formatted.