Skip to content

Commit 6937e4f

Browse files
committed
changes to make function help look the same
1 parent 532d6b2 commit 6937e4f

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

resources/context_help/HeatmapGui

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ are also linked, so doubling the number of rows will automatically double the nu
3535

3636
<h4>Kernel shape</h4>
3737
<p>The kernel shape controls the rate at which the influence of a point decreases as the distance from the point increases. Different kernels decay at
38-
different rates, so a triweight kernel gives features greater weight for distances closer to the point then the Epanechnikov kernel does. Consequently,
38+
different rates, so a triweight kernel gives features greater weight for distances closer to the point than the Epanechnikov kernel does. Consequently,
3939
triweight results in "sharper" hotspots, and Epanechnikov results in "smoother" hotspots. A number of standard kernel functions are available in QGIS,
4040
which are described and illustrated on <a href="http://en.wikipedia.org/wiki/Kernel_(statistics)#Kernel_functions_in_common_use">Wikipedia</a>.</p>
4141

resources/function_help/ceil

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>Function ceil()</h3>
1+
<h3>ceil() function</h3>
22
Rounds a number upwards.
33

44
<h4>Syntax</h4>

resources/function_help/floor

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>Function floor()</h3>
1+
<h3>floor() function</h3>
22
Rounds a number downwards.
33

44
<h4>Syntax</h4>

resources/function_help/ln

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>Funktion ln()</h3>
1+
<h3>ln() function</h3>
22
Returns the value of the natural logarithm of the passed expression.
33
<br>
44
This function takes one argument.

resources/function_help/toint

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>toint function</h3>
1+
<h3>toint() function</h3>
22
Converts a string to integer number. Nothing changed if a value cannot be converted to integer (e.g '123asd' is invalid).
33

44
<p><h4>Syntax</h4>

resources/function_help/toreal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>toreal function</h3>
1+
<h3>toreal() function</h3>
22
Converts a string to real number. Nothing changed if a value cannot be converted to real (e.g '123.56asd' is invalid). Numbers are rounded after saving changes if the precision is smaller than the result of the conversion.
33

44
<p><h4>Syntax</h4>

resources/function_help/tostring

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>tostring function</h3>
1+
<h3>tostring() function</h3>
22
Converts a number to string.
33

44
<p><h4>Syntax</h4>

resources/function_help/xat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>xat function</h3>
1+
<h3>xat() function</h3>
22
Retrieves a x coordinate of the current feature
33

44
<h4>Syntax</h4>

resources/function_help/yat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>yat function</h3>
1+
<h3>yat() function</h3>
22
Retrieves a y coordinate of the current feature
33

44
<h4>Syntax</h4>

0 commit comments

Comments
 (0)