fix cross-document links

This commit is contained in:
Matthew Wall
2019-01-06 14:34:50 -05:00
parent f4caf2e9b9
commit bbf28fa10d
2 changed files with 9 additions and 14 deletions

View File

@@ -683,7 +683,7 @@ db_manager.getSql("SELECT SUM(rain) FROM %s "\
<p class="note">
For a complete listing of the report options,
see the section <a href="#skin_conf_options"><em>Reference: <span class="code">skin.conf</span> options</em></a>.
see the section <a href="#report_options"><em>Reference: report options</em></a>.
</p>
<h2 id="How_options_work">How options work</h2>
@@ -1340,7 +1340,7 @@ db_manager.getSql("SELECT SUM(rain) FROM %s "\
<p class="note">
This section gives an overview of the Cheetah generator. For details about each of its various options,
see the section <a href="#CheetahGenerator"><em>[CheetahGenerator]</em></a> in the <a href="#skin_conf_options"><em>Reference: <span class="code">skin.conf</span> options</em></a>.
see the section <a href="#CheetahGenerator"><em>[CheetahGenerator]</em></a> in the <a href="#report_options"><em>Reference: report options</em></a>.
</p>
<p>
@@ -3253,7 +3253,7 @@ class MyStats(SearchList): # 1
<p class="note">
This section gives an overview of the Image generator. For details about each of its various options, see
the section <a href="#ImageGenerator"><em>[ImageGenerator]</em></a> in the <a href="#skin_conf_options"><em>Reference: <span class="code">skin.conf</span> options</em></a>.
the section <a href="#ImageGenerator"><em>[ImageGenerator]</em></a> in the <a href="#report_options"><em>Reference: report options</em></a>.
</p>
<p>
@@ -4356,8 +4356,7 @@ schema_with_electricity = schemas.wview.schema + [('electricity', 'REAL')]</pre>
to add types that already exist in the archive records (an example would be <span class="code">humidex</span>),
but don't yet exist in the database schema.
</li>
<li>If you've been following the example, <a href="#Adding_2nd_source"><em>Adding a second
data source</em></a>, then you can just simply add the code to the bottom of the file you
<li>If you've been following the example, <a href="#Adding_2nd_source"><em>Adding a second data source</em></a>, then you can just simply add the code to the bottom of the file you
already have, <span class="code">user/electricity.py</span>. This way, it will run before any
use of the new type. It has the added advantage that it keeps all "electricity" related
modifications in one place, making it easy to package up your changes as a new WeeWX extension.
@@ -5084,7 +5083,7 @@ xstats/bin/user/xstats.py</pre>
</p>
<h1 id="skin_conf_options">Reference: <span class="code">skin.conf</span> options</h1>
<h1 id="report_options">Reference: report options</h1>
<p>
This section contains the options available in the skin configuration file, <span class="code">skin.conf</span>.

View File

@@ -1001,8 +1001,7 @@ sudo /etc/init.d/weewx start</pre>
<p class='note'>There is another type of configuration file, <span class="code">skin.conf</span>, for
presentation-specific options. It is described in the <a href="customizing.htm">Customization Guide</a>,
under the section <em> <a href="customizing.htm#standard_skin">The StdReport <span
class="code">skin.conf</span></a></em>.
under the section <em> <a href="customizing.htm#report_options">Reference: report options</a></em>.
</p>
<p>The following sections are the definitive guide to the many configuration options available in <span
@@ -2265,8 +2264,7 @@ longitude = -77.0366</pre>
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, <span class="code">skin.conf</span>, as described in the <a
href="customizing.htm">Customization Guide</a>, under section <em>
<!--suppress HtmlUnknownAnchorTarget -->
<a href="customizing.htm#Changing_options">Changing options</a></em>. Because of this, unless you have a
<a href="customizing.htm#how_to_change_units">How to change units</a></em>. Because of this, unless you have a
special purpose application, there is really no good reason to change from the default, which is <span
class="code">US</span>.
</p>
@@ -2717,10 +2715,8 @@ longitude = -77.0366</pre>
<h2 class="config_section" id="Section_Defaults">[Defaults]</h2>
<p>
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 <a href="customizing.htm#Observation_defaults"><em>Observation defaults</em></a> in the <a
href="customizing.htm">Customization Guide</a>.
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.
</p>
<h2 class="config_section">[Engine]</h2>