make images with captions consistent. make tables more consistent.

This commit is contained in:
matthew wall
2023-12-06 15:35:15 -05:00
parent 3b8923e5b1
commit efdfb5ff69
7 changed files with 35 additions and 32 deletions

View File

@@ -269,15 +269,15 @@ If there is a time gap in the data, the option
[`line_gap_fraction`](../reference/skin-options/imagegenerator.md/#line_gap_fraction) controls how line plots will be drawn.
Here's what a plot looks like without and with this option being specified:
| ![Gap not shown](../images/day-gap-not-shown.png) |
|---------------------------------------------------|
| No `line_gap_fraction` specified |
<figure markdown>
![Gap not shown](../images/day-gap-not-shown.png)
<figcaption>No `line_gap_fraction` specified</figcaption>
</figure>
| ![Gap showing](../images/day-gap-showing.png) |
|--------------------------------------------------------------------------------------|
| With `line_gap_fraction=0.01`.<br/>Note how each line has been split into two lines. |
<figure markdown>
![Gap showing](../images/day-gap-showing.png)
<figcaption>With `line_gap_fraction=0.01`.<br/>Note how each line has been split into two lines.</figcaption>
</figure>
## Progressive vector plots

View File

@@ -32,10 +32,10 @@ hardware.
Below is a brief overview of the WeeWX system architecture, which is covered
in much more detail in the rest of this document.
| The WeeWX pipeline |
|-----------------------------------------------|
| ![The WeeWX pipeline](../images/pipeline.png) |
| A typical WeeWX pipeline. The actual pipeline depends on what extensions are in use. Data, in the form of LOOP packets and archive records, flows from top to bottom. |
<figure markdown>
![The WeeWX pipeline](../images/pipeline.png)
<figcaption>A typical WeeWX pipeline. The actual pipeline depends on what extensions are in use. Data, in the form of LOOP packets and archive records, flows from top to bottom.</figcaption>
</figure>
* A WeeWX process normally handles the monitoring of one station — _e.g._ a
weather station. The process is configured using options in a configuration

View File

@@ -450,7 +450,7 @@ holds a statistical summary for the day. For example, for outside
temperature observation type `outTemp`, this table would be
named `archive_day_outTemp`. This is what it would look like:
<table class="fixed_width">
<table>
<caption>Structure of the <span class="code">archive_day_outTemp</span> daily summary</caption>
<tr class="code first_row">
<td>dateTime</td>

View File

@@ -3,10 +3,10 @@
This section describes the various options available to the image
generator.
| ![Part names in a WeeWX image](../../images/image_parts.png) |
|--------------------------------------------------------------|
| Part names in a WeeWX image |
<figure markdown>
![Part names in a WeeWX image](../../images/image_parts.png)
<figcaption>Parts of a WeeWX plot image</figcaption>
</figure>
## General options
@@ -17,9 +17,10 @@ These are options that affect the overall image.
Setting to 2 or more might give a sharper image, with fewer jagged
edges. Experimentation is in order. Default is `1`.
| ![Effect of anti_alias option](../../images/antialias.gif) |
|---------------------------------------------------------------------|
| A GIF showing the same image<br/>with `anti_alias=1`, `2`, and `4`. |
<figure markdown>
![Effect of anti_alias option](../../images/antialias.gif)
<figcaption>A GIF showing the same image<br/>with `anti_alias=1`, `2`, and `4`.</figcaption>
</figure>
#### chart_background_color
@@ -30,9 +31,10 @@ The background color of the chart itself. Optional. Default is
The color of the chart grid lines. Optional. Default is `#a0a0a0`
| ![Example of day/night bands](../../images/weektempdew.png) |
|-------------------------------------------------------------|
| Example of day/night bands in a one week image |
<figure markdown>
![Example of day/night bands](../../images/weektempdew.png)
<figcaption>Example of day/night bands in a one week image</figcaption>
</figure>
#### daynight_day_color
@@ -211,9 +213,10 @@ y-axis minimum, maximum, and minimum increment automatically.)
## Compass rose options
| ![Example of a progressive vector plot](../../images/daywindvec.png) |
|----------------------------------------------------------------------|
| Example of a vector plot with a compass rose<br/>in the lower-left |
<figure markdown>
![Example of a progressive vector plot](../../images/daywindvec.png)
<figcaption>Example of a vector plot with a compass rose<br/>in the lower-left</figcaption>
</figure>
#### rose_label

View File

@@ -4,7 +4,7 @@ This section covers options relating to your weather station setup.
## General Settings
This applies to all station types
These options apply to every type of station.
#### ==location==

View File

@@ -175,8 +175,8 @@ treated as a special case, which limited their flexibility. With <a
href="https://github.com/weewx/weewx/pull/807">PR #807</a>, a delta time is
treated like any other scalar, which gives you access to all the regular
formatting tools. However, a side effect is that if you want to format the time
in the "long form", that is, so the results look like <span class="code">4
hours, 15 minutes</span>, rather than <span class="code">15300 seconds</span>,
in the "long form", that is, so the results look like <code>4
hours, 15 minutes</code>, rather than <code>15300 seconds</code>,
then you will have to say so explicitly.
If you use the <em>Seasons</em> skin, you will have to make these four changes.
@@ -620,8 +620,8 @@ vh = ValueHelper(vt,
<td>
<pre class='tty'>[StdWXCalculate]
<span class="removed">ignore_zero_wind = False</span>
[[Calculations]]
...</pre>
[[Calculations]]
...</pre>
</td>
<td>
<pre class='tty'>[StdWXCalculate]

View File

@@ -65,7 +65,7 @@ This is an outline of the process to install, configure, and run WeeWX:
There are several different ways to install WeeWX.
<table>
<tr><td>Installer</td><td>Systems</td><td>Best for...</td></tr>
<tr><th>Installer</th><th>Systems</th><th>Best for...</th></tr>
<tr>
<td><a href="../quickstarts/debian.md">Debian</a></td>
<td>including Ubuntu, Mint, Raspberry Pi OS, Devuan</td>