Skip to content

Commit 098a249

Browse files
authored
Merge pull request #115 from pgRouting/cayetano/fix_docs
Cayetano/fix docs
2 parents cf68293 + 45eeaca commit 098a249

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PgRouting Layer is a plugin for QGIS that serves as a GUI for pgRouting - a popu
1313

1414
## What this plugin currently does
1515

16-
Please check the pgRouting documentation for detailed descriptons: [http://docs.pgrouting.org](http://docs.pgrouting.org)
16+
Please check plugin documentation for detailed descriptions: [http://qgis.pgrouting.org](http://qgis.pgrouting.org)
1717

1818
pgRoutingLayer currently supports the following functions:
1919

@@ -27,6 +27,8 @@ pgRoutingLayer currently supports the following functions:
2727
- `pgr_dijkstraCost`
2828
- `pgr_KSP`
2929

30+
Functions detailed descriptions: [http://docs.pgrouting.org](http://docs.pgrouting.org)
31+
3032

3133
## License
3234

docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ pgRoutingLayer is a plugin for QGIS that serves as a GUI for pgRouting - a popul
1818
pgRoutingLayer currently supports the following functions:
1919

2020
- [pgr_dijkstra](functions/pgr_dijkstra.md)
21+
- [pgr_aStar](functions/pgr_aStar.md)
22+
- [pgr_astarCost](functions/pgr_astarCost.md)
23+
- [pgr_bdAstar](functions/pgr_bdAstar.md)
24+
- [pgr_bdAstarCost](functions/pgr_bdAstar.md)
25+
- [pgr_bdDijkstra](functions/pgr_bdDijkstra.md)
26+
- [pgr_bdDijkstraCost](functions/pgr_bdDijkstraCost.md)
27+
- [pgr_djikstra](functions/pgr_dijkstra.md)
28+
- [pgr_djikstraCost](functions/pgr_dijkstraCost.md)
29+
- [pgr_KSP](functions/pgr_KSP.md)
2130

2231
Please check the pgRouting documentation for detailed descriptons: [https://docs.pgrouting.org](https://docs.pgrouting.org)
2332

0 commit comments

Comments
 (0)