Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix building markdown documentation #5100

Merged
merged 2 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion general/g.region/g.region.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ g.region -l format=json
*[g.access](g.access.md), [g.mapsets](g.mapsets.md),
[g.proj](g.proj.md)
Environment variables: [GRASS_REGION and
WIND_OVERRIDE](variables.md#internal)*
WIND_OVERRIDE](variables.md#list-of-selected-internal-grass-environment-variables)*

## AUTHOR

Expand Down
2 changes: 1 addition & 1 deletion gui/wxpython/docs/wxGUI.iscatt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## KEYWORDS

[display](display.md), [GUI](topic_GUI.md),
[imagery](keywords.md#imagery), [scatterplot](keywords.md#scatterplot),
[imagery](keywords.md#imagery), [scatterplot](keywords.md),
[plot](keywords.md#plot)

## DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion imagery/i.gensigset/i.gensigset.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ then the user should check for:

## SEE ALSO

*[r.support](r.support), [i.group](i.group.md), [i.smap](i.smap.md),
*[r.support](r.support.md), [i.group](i.group.md), [i.smap](i.smap.md),
[r.info](r.info.md), [r.univar](r.univar.md), [wxGUI vector
digitizer](wxGUI.vdigit.md)*

Expand Down
4 changes: 2 additions & 2 deletions raster/r.resamp.filter/r.resamp.filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ infinite kernel along with a finite window.

To smooth a map, keeping its resolution, a good starting point is to use
the filters **gauss,box** with the radii *0.5 \* input resolution*, *2
\* input resolution*. See also [r.neighbors](r.neighbors.html)
\* input resolution*. See also [r.neighbors](r.neighbors.md)

When resampling a map to a higher resolution (alternative to
interpolation, e.g. [r.resamp.interp](r.resamp.interp.html)), a good
interpolation, e.g. [r.resamp.interp](r.resamp.interp.md)), a good
starting point is to use the filters **gauss,box** with the radii *1.5
\* input resolution*, *3 \* input resolution*.

Expand Down
2 changes: 1 addition & 1 deletion raster/r.surf.idw/r.surf.idw.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ values. The search procedure for the selection of nearest neighboring
points will consider all input data, without regard to the mask. The
**-e** 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 [NOTES](#minuse) below).
outputs the difference (see [NOTES](#surface-generation-error-analysis) below).

The **npoints** parameter defines the number of nearest data points used
to determine the interpolated value of an output raster cell.
Expand Down
2 changes: 1 addition & 1 deletion vector/v.label.sa/v.label.sa.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Labeling Algorithm, Cartographica, Vol. 33, No. 4, Winter 1996, pp.

## SEE ALSO

*[d.label](v.labels.md)
*[v.label](v.label.md)
[d.labels](d.labels.md)
[ps.map](ps.map.md) [Wikipedia article on simulated
annealing](https://en.wikipedia.org/wiki/Simulated_Annealing)*
Expand Down
2 changes: 1 addition & 1 deletion vector/v.random/v.random.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ generated in total.

Attributes attached to **restrict** vector map are also transferred if
the **layer** parameter is defined \> 0, see
*[example](#stratified-random-sampling:-random-sampling-from-vector-map-by-attribute)*
*[example](#stratified-random-sampling-random-sampling-from-vector-map-by-attribute)*
below.

## NOTES
Expand Down
Loading