Skip to content

Commit e4f68b1

Browse files
committed
Merge pull request #1571 from slarosa/context-help
[context-help] set heading to 3 for heatmap plugin and python console help file
2 parents e52c123 + 8b98942 commit e4f68b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/context_help/HeatmapGui

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>Heatmap Plugin Help</h1>
1+
<h3>Heatmap Plugin Help</h3>
22
<p>The Heatmap plugin uses Kernel Density Estimation to create a density (heatmap)
33
raster of an input point vector layer. The density is calculated based on the
44
number of points in a location, with larger numbers of clustered points resulting

resources/context_help/PythonConsole

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1>Python Console for QGIS</h1>
1+
<h3>Python Console for QGIS</h3>
22
<a href="#console">Console</a><br>
33
<a href="#editor">Editor</a><br>
44
<a href="#settings">Settings</a><br><br>

0 commit comments

Comments
 (0)