Skip to content

Commit

Permalink
docs: fix broken HTML (#4720)
Browse files Browse the repository at this point in the history
This small PR fixes

- HTML id attributes
- a `href` typo
  • Loading branch information
neteler committed Nov 19, 2024
1 parent 18ea4ae commit 2467ba4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions raster/r.in.poly/r.in.poly.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h2>DESCRIPTION</h2>
The <b>input</b> file is an ASCII text file containing the
polygon, linear, and point feature definitions.
The format of this file is described in the
<a href="#format.html"><i>INPUT FORMAT</i></a> section below.
<a href="#format"><i>INPUT FORMAT</i></a> section below.

<p>
The number of raster <b>rows</b> to hold in memory is per default 4096.
Expand All @@ -31,8 +31,7 @@ <h2>NOTES</h2>
<p>
Polygons are filled, i.e. they define an area.

<A NAME="format.html"></a>
<h3>Input Format</h3>
<h3 id="format">Input Format</h3>

The input format for the <b>input</b> file consists of
sections describing either polygonal areas, linear features, or
Expand Down
6 changes: 3 additions & 3 deletions raster/r.surf.idw/r.surf.idw.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h2>DESCRIPTION</h2>

The <b>-e</b> flag is the error analysis option that interpolates values
only for those cells of the input raster map which have non-zero values and
outputs the difference (see <a href="#minuse.html">NOTES</a> below).
outputs the difference (see <a href="#minuse">NOTES</a> below).
<p>The <b>npoints</b> parameter defines the number of nearest data points used
to determine the interpolated value of an output raster cell.

Expand Down Expand Up @@ -66,8 +66,8 @@ <h2>NOTES</h2>
for the former may include unacceptable nonconformities in
the surface pattern.

<a name="minuse.html"></a>
<p>
<h3 id="minuse">Surface-generation error analysis</h3>

The <b>-e</b> flag option provides a standard
surface-generation error analysis facility. It produces an output raster map
of the difference of interpolated values minus input values for those cells
Expand Down
2 changes: 1 addition & 1 deletion temporal/t.vect.univar/t.vect.univar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2>DESCRIPTION</h2>

<h2>EXAMPLE</h2>

The example is based on the <a herf="t.vect.observe.strds.html">t.vect.observe.strds</a>
The example is based on the <a href="t.vect.observe.strds.html">t.vect.observe.strds</a>
example; so create the <b>precip_stations</b> space time vector dataset
and after run the following command:

Expand Down

0 comments on commit 2467ba4

Please sign in to comment.