Merge pull request #1571 from slarosa/context-help

[context-help] set heading to 3 for heatmap plugin and python console help file
This commit is contained in:
Nathan Woodrow 2014-09-14 14:37:22 +10:00
commit e4f68b1ac0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
<h1>Python Console for QGIS</h1>
<h3>Python Console for QGIS</h3>
<a href="#console">Console</a><br>
<a href="#editor">Editor</a><br>
<a href="#settings">Settings</a><br><br>