Skip to content

Commit a787c61

Browse files
committed
Merge pull request #558 from Illedran/hotFix/issue555
Fixed docs for analyzeGraph
2 parents 190d2b9 + 64f3ffe commit a787c61

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/topology/doc/pgr_analyzeGraph.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pgr_analyzeGraph
1919
Name
2020
-------------------------------------------------------------------------------
2121

22-
``pgr_anlizeGraph`` — Analyzes the network topology.
22+
``pgr_analyzeGraph`` — Analyzes the network topology.
2323

2424

2525
Synopsis
@@ -99,7 +99,7 @@ Usage when the edge table's columns MATCH the default values:
9999

100100
.. code-block:: sql
101101
102-
SELECT pgr_create_topology('edge_table',0.001);
102+
SELECT pgr_createTopology('edge_table',0.001);
103103
SELECT pgr_analyzeGraph('edge_table',0.001);
104104
105105
.. rubric:: When the arguments are given in the order described in the parameters:
@@ -240,7 +240,7 @@ Examples
240240

241241
.. code-block:: sql
242242
243-
SELECT pgr_create_topology('edge_table',0.001);
243+
SELECT pgr_createTopology('edge_table',0.001);
244244
SELECT pgr_analyzeGraph('edge_table', 0.001);
245245
NOTICE: PROCESSING:
246246
NOTICE: pgr_analyzeGraph('edge_table',0.001,'the_geom','id','source','target','true')
@@ -257,7 +257,7 @@ Examples
257257
NOTICE: Intersections detected: 1
258258
NOTICE: Ring geometries: 0
259259
260-
pgr_analizeGraph
260+
pgr_analyzeGraph
261261
--------------------
262262
OK
263263
(1 row)
@@ -278,7 +278,7 @@ Examples
278278
NOTICE: Intersections detected: 0
279279
NOTICE: Ring geometries: 0
280280
281-
pgr_analizeGraph
281+
pgr_analyzeGraph
282282
--------------------
283283
OK
284284
(1 row)
@@ -299,7 +299,7 @@ Examples
299299
NOTICE: Intersections detected: 1
300300
NOTICE: Ring geometries: 0
301301
302-
pgr_analizeGraph
302+
pgr_analyzeGraph
303303
--------------------
304304
OK
305305
(1 row)
@@ -322,7 +322,7 @@ Examples
322322
NOTICE: Intersections detected: 0
323323
NOTICE: Ring geometries: 0
324324
325-
pgr_analizeGraph
325+
pgr_analyzeGraph
326326
--------------------
327327
OK
328328
(1 row)
@@ -336,7 +336,7 @@ Examples
336336
NOTICE: Vertices table for table public.edge_table is: public.edge_table_vertices_pgr
337337
NOTICE: ----------------------------------------------
338338
339-
pgr_analizeGraph
339+
pgr_analyzeGraph
340340
--------------------
341341
OK
342342
(1 row)
@@ -357,7 +357,7 @@ Examples
357357
NOTICE: Intersections detected: 0
358358
NOTICE: Ring geometries: 0
359359
360-
pgr_analizeGraph
360+
pgr_analyzeGraph
361361
--------------------
362362
OK
363363
(1 row)

0 commit comments

Comments
 (0)