Skip to content

Commit

Permalink
changes to make function help look the same
Browse files Browse the repository at this point in the history
  • Loading branch information
mach0 committed Aug 24, 2013
1 parent 532d6b2 commit 6937e4f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion resources/context_help/HeatmapGui
Expand Up @@ -35,7 +35,7 @@ are also linked, so doubling the number of rows will automatically double the nu

<h4>Kernel shape</h4>
<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
different rates, so a triweight kernel gives features greater weight for distances closer to the point then the Epanechnikov kernel does. Consequently,
different rates, so a triweight kernel gives features greater weight for distances closer to the point than the Epanechnikov kernel does. Consequently,
triweight results in "sharper" hotspots, and Epanechnikov results in "smoother" hotspots. A number of standard kernel functions are available in QGIS,
which are described and illustrated on <a href="http://en.wikipedia.org/wiki/Kernel_(statistics)#Kernel_functions_in_common_use">Wikipedia</a>.</p>

Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/ceil
@@ -1,4 +1,4 @@
<h3>Function ceil()</h3>
<h3>ceil() function</h3>
Rounds a number upwards.

<h4>Syntax</h4>
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/floor
@@ -1,4 +1,4 @@
<h3>Function floor()</h3>
<h3>floor() function</h3>
Rounds a number downwards.

<h4>Syntax</h4>
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/ln
@@ -1,4 +1,4 @@
<h3>Funktion ln()</h3>
<h3>ln() function</h3>
Returns the value of the natural logarithm of the passed expression.
<br>
This function takes one argument.
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/toint
@@ -1,4 +1,4 @@
<h3>toint function</h3>
<h3>toint() function</h3>
Converts a string to integer number. Nothing changed if a value cannot be converted to integer (e.g '123asd' is invalid).

<p><h4>Syntax</h4>
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/toreal
@@ -1,4 +1,4 @@
<h3>toreal function</h3>
<h3>toreal() function</h3>
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.

<p><h4>Syntax</h4>
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/tostring
@@ -1,4 +1,4 @@
<h3>tostring function</h3>
<h3>tostring() function</h3>
Converts a number to string.

<p><h4>Syntax</h4>
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/xat
@@ -1,4 +1,4 @@
<h3>xat function</h3>
<h3>xat() function</h3>
Retrieves a x coordinate of the current feature

<h4>Syntax</h4>
Expand Down
2 changes: 1 addition & 1 deletion resources/function_help/yat
@@ -1,4 +1,4 @@
<h3>yat function</h3>
<h3>yat() function</h3>
Retrieves a y coordinate of the current feature

<h4>Syntax</h4>
Expand Down

0 comments on commit 6937e4f

Please sign in to comment.