Skip to content

Commit 9de2011

Browse files
authored
Merge pull request #102 from MarPetra/mar-doc
Standarizing GUI
2 parents 03549d7 + 993ba12 commit 9de2011

110 files changed

Lines changed: 15738 additions & 120 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
*.DS_Store
33
[Tt]humbs.db
44
.idea
5+
py-env
6+
resources.py

README.md

Lines changed: 18 additions & 21 deletions

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
This script initializes the plugin, making it known to QGIS.
2222
"""
2323

24-
2524
def name():
2625
return "pgRouting Layer"
2726
def description():
@@ -32,6 +31,7 @@ def icon():
3231
return "icon.png"
3332
def qgisMinimumVersion():
3433
return "1.7"
34+
3535
def classFactory(iface):
3636
from pgRoutingLayer.pgRoutingLayer import PgRoutingLayer
3737
return PgRoutingLayer(iface)

docs/functions/pgr_KSP.md

Lines changed: 20 additions & 0 deletions

docs/functions/pgr_alphaShape.md

Lines changed: 20 additions & 0 deletions

docs/functions/pgr_astar.md

Lines changed: 13 additions & 8 deletions

docs/functions/pgr_bdAstar.md

Lines changed: 20 additions & 0 deletions

docs/functions/pgr_bdDijkstra.md

Lines changed: 20 additions & 0 deletions

docs/functions/pgr_bdastar.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/functions/pgr_bddijkstra.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)