diff --git a/NEWS.md b/NEWS.md index 3a779d8b60..f4bb47a7a5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -250,7 +250,7 @@ milestone for 3.6.0 * Signature change: ``driving_side`` parameter changed from named optional to unnamed compulsory **driving side**. * Added ``start_vid`` and ``end_vid`` result columns. - * New proposed signatures + * New proposed signatures: * pgr_withPointsKSP(One to Many) * pgr_withPointsKSP(Many to One) * pgr_withPointsKSP(Many to Many) @@ -1284,7 +1284,7 @@ on Github. * pgr_bdAstar(one to one) -**New Proposed functions** +**New proposed functions.** * pgr_bdAstar(one to many) * pgr_bdAstar(many to one) @@ -1365,12 +1365,12 @@ To see the issues closed by this release see the [Git closed issues for 2.4.0 ](https://github.com/pgRouting/pgrouting/issues?q=milestone%3A%22Release+2.4.0%22+is%3Aclosed) on Github. -**New Signatures** +**New Function.** * pgr_bdDijkstra -**New Proposed Signatures** +**New proposed signatures:** * pgr_maxFlow * pgr_astar(one to many) @@ -1382,7 +1382,7 @@ on Github. * pgr_astarCost(many to many) * pgr_astarCostMatrix -**Deprecated signatures** +**Deprecated signatures.** * pgr_bddijkstra - use pgr_bdDijkstra instead @@ -1446,7 +1446,7 @@ on Github. * pgr_eucledianTSP -**New Proposed functions** +**New proposed functions.** * pgr_dijkstraCostMatrix * pgr_withPointsCostMatrix diff --git a/doc/allpairs/pgr_floydWarshall.rst b/doc/allpairs/pgr_floydWarshall.rst index 481fffac60..d23f2a1096 100644 --- a/doc/allpairs/pgr_floydWarshall.rst +++ b/doc/allpairs/pgr_floydWarshall.rst @@ -28,7 +28,7 @@ each pair of nodes in the graph using Floyd-Warshall algorithm. * Version 2.0.0 - * **Official** function + * Official function. Description ------------------------------------------------------------------------------- diff --git a/doc/allpairs/pgr_johnson.rst b/doc/allpairs/pgr_johnson.rst index 71b4ef00b3..2e4f094e47 100644 --- a/doc/allpairs/pgr_johnson.rst +++ b/doc/allpairs/pgr_johnson.rst @@ -28,7 +28,7 @@ pair of nodes in the graph using Floyd-Warshall algorithm. * Version 2.0.0 - * **Official** function + * Official function. Description ------------------------------------------------------------------------------- diff --git a/doc/alpha_shape/pgr_alphaShape.rst b/doc/alpha_shape/pgr_alphaShape.rst index d2883292ba..91e7ccf2e2 100644 --- a/doc/alpha_shape/pgr_alphaShape.rst +++ b/doc/alpha_shape/pgr_alphaShape.rst @@ -36,7 +36,7 @@ * Version 2.0.0 - * **Official** function + * Official function. * Renamed from version 1.x .. rubric:: Support diff --git a/doc/astar/pgr_aStar.rst b/doc/astar/pgr_aStar.rst index 53cea64893..6cd85f7313 100644 --- a/doc/astar/pgr_aStar.rst +++ b/doc/astar/pgr_aStar.rst @@ -36,7 +36,7 @@ * Version 3.0.0 - * Function promoted to **official**. + * Function promoted to official. * Version 2.4.0 @@ -54,7 +54,7 @@ * Version 2.0.0 - * **Official** pgr_aStar(One to One) + * Official function. Description ------------------------------------------------------------------------------- diff --git a/doc/astar/pgr_aStarCost.rst b/doc/astar/pgr_aStarCost.rst index d616aeeb56..694241bcbf 100644 --- a/doc/astar/pgr_aStarCost.rst +++ b/doc/astar/pgr_aStarCost.rst @@ -29,7 +29,7 @@ * Version 3.0.0 - * Function promoted to **official**. + * Function promoted to official. * Version 2.4.0 diff --git a/doc/astar/pgr_aStarCostMatrix.rst b/doc/astar/pgr_aStarCostMatrix.rst index 22948b6bd2..526914e8cc 100644 --- a/doc/astar/pgr_aStarCostMatrix.rst +++ b/doc/astar/pgr_aStarCostMatrix.rst @@ -24,7 +24,7 @@ * Version 3.0.0 - * Function promoted to **official**. + * Function promoted to official. * Version 2.4.0 diff --git a/doc/bdAstar/pgr_bdAstar.rst b/doc/bdAstar/pgr_bdAstar.rst index f87a5051f7..3aa0b91889 100644 --- a/doc/bdAstar/pgr_bdAstar.rst +++ b/doc/bdAstar/pgr_bdAstar.rst @@ -36,11 +36,11 @@ * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 - * New **Proposed** signatures: + * New proposed signatures: * pgr_bdAstar(One to Many) * pgr_bdAstar(Many to One) @@ -52,7 +52,7 @@ * Version 2.0.0 - * **Official** pgr_bdAstar(One to One) + * Official function. Description ------------------------------------------------------------------------------- diff --git a/doc/bdAstar/pgr_bdAstarCost.rst b/doc/bdAstar/pgr_bdAstarCost.rst index c4a2df6b23..8c9719b95f 100644 --- a/doc/bdAstar/pgr_bdAstarCost.rst +++ b/doc/bdAstar/pgr_bdAstarCost.rst @@ -29,7 +29,7 @@ A* algorithm. * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.4.0 diff --git a/doc/bdAstar/pgr_bdAstarCostMatrix.rst b/doc/bdAstar/pgr_bdAstarCostMatrix.rst index 2f39f4ded4..f3521951a6 100644 --- a/doc/bdAstar/pgr_bdAstarCostMatrix.rst +++ b/doc/bdAstar/pgr_bdAstarCostMatrix.rst @@ -23,7 +23,7 @@ * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 diff --git a/doc/bdDijkstra/pgr_bdDijkstra.rst b/doc/bdDijkstra/pgr_bdDijkstra.rst index ec47c72325..2a4fc7943b 100644 --- a/doc/bdDijkstra/pgr_bdDijkstra.rst +++ b/doc/bdDijkstra/pgr_bdDijkstra.rst @@ -29,7 +29,7 @@ algorithm. * Version 3.0.0 - * **Official** function. + * Function promoted to official. * Version 2.5.0 @@ -47,7 +47,7 @@ algorithm. * Version 2.0.0 - * **Official** pgr_bdDijkstra(One to One) + * Official function. Description diff --git a/doc/bdDijkstra/pgr_bdDijkstraCost.rst b/doc/bdDijkstra/pgr_bdDijkstraCost.rst index 018dab0c52..444bc29d45 100644 --- a/doc/bdDijkstra/pgr_bdDijkstraCost.rst +++ b/doc/bdDijkstra/pgr_bdDijkstraCost.rst @@ -29,7 +29,7 @@ Dijkstra algorithm. * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 diff --git a/doc/bdDijkstra/pgr_bdDijkstraCostMatrix.rst b/doc/bdDijkstra/pgr_bdDijkstraCostMatrix.rst index fb6f971fe5..4006da9b8d 100644 --- a/doc/bdDijkstra/pgr_bdDijkstraCostMatrix.rst +++ b/doc/bdDijkstra/pgr_bdDijkstraCostMatrix.rst @@ -24,7 +24,7 @@ * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 diff --git a/doc/components/pgr_articulationPoints.rst b/doc/components/pgr_articulationPoints.rst index a9be880cbb..e8d25e9ef4 100644 --- a/doc/components/pgr_articulationPoints.rst +++ b/doc/components/pgr_articulationPoints.rst @@ -25,7 +25,7 @@ graph. * Version 3.0.0 * Result columns change: ``seq`` is removed - * **Official** function + * Function promoted to official. * Version 2.5.0 diff --git a/doc/components/pgr_biconnectedComponents.rst b/doc/components/pgr_biconnectedComponents.rst index e97ec73ec6..c4b08868f3 100644 --- a/doc/components/pgr_biconnectedComponents.rst +++ b/doc/components/pgr_biconnectedComponents.rst @@ -28,7 +28,7 @@ * n_seq`` is removed * seq`` changed type to ``BIGINT`` - * **Official** function + * Function promoted to official. * Version 2.5.0 diff --git a/doc/components/pgr_bridges.rst b/doc/components/pgr_bridges.rst index 7cb13e65cf..8aab292948 100644 --- a/doc/components/pgr_bridges.rst +++ b/doc/components/pgr_bridges.rst @@ -23,7 +23,7 @@ * Version 3.0.0 * Result columns change: ``seq`` is removed - * **Official** function + * Function promoted to official. * Version 2.5.0 diff --git a/doc/components/pgr_connectedComponents.rst b/doc/components/pgr_connectedComponents.rst index ff777d94d9..a2d932595a 100644 --- a/doc/components/pgr_connectedComponents.rst +++ b/doc/components/pgr_connectedComponents.rst @@ -28,7 +28,7 @@ a DFS-based approach. * n_seq`` is removed * seq`` changed type to ``BIGINT`` - * Function propoted to **Official**. + * Function promoted to official. * Version 2.5.0 diff --git a/doc/components/pgr_strongComponents.rst b/doc/components/pgr_strongComponents.rst index d1f8b07126..04371159e1 100644 --- a/doc/components/pgr_strongComponents.rst +++ b/doc/components/pgr_strongComponents.rst @@ -28,7 +28,7 @@ using Tarjan's algorithm based on DFS. * ``n_seq`` is removed * ``seq`` changed type to ``BIGINT`` - * **Official** function + * Function promoted to official. * Version 2.5.0 diff --git a/doc/contraction/pgr_contraction.rst b/doc/contraction/pgr_contraction.rst index dc23ddda99..98f7fd2a94 100644 --- a/doc/contraction/pgr_contraction.rst +++ b/doc/contraction/pgr_contraction.rst @@ -27,7 +27,7 @@ vertices and edges. * Result columns change: ``seq`` is removed * Name change from ``pgr_contractGraph`` * Bug fixes - * **Official** function + * Function promoted to official. * Version 2.3.0 diff --git a/doc/dijkstra/pgr_dijkstra.rst b/doc/dijkstra/pgr_dijkstra.rst index 8943976c11..f98042a866 100644 --- a/doc/dijkstra/pgr_dijkstra.rst +++ b/doc/dijkstra/pgr_dijkstra.rst @@ -37,7 +37,7 @@ * Version 3.0.0 - * **Official** function. + * Function promoted to official. * Version 2.2.0 @@ -53,7 +53,7 @@ * Version 2.0.0 - * **Official** pgr_dijkstra(One to One) + * Official function. Description diff --git a/doc/dijkstra/pgr_dijkstraCost.rst b/doc/dijkstra/pgr_dijkstraCost.rst index db494a62c2..9bc8e08d1d 100644 --- a/doc/dijkstra/pgr_dijkstraCost.rst +++ b/doc/dijkstra/pgr_dijkstraCost.rst @@ -31,7 +31,7 @@ algorithm. * Version 2.2.0 - * New **official** function. + * Official function. Description diff --git a/doc/dijkstra/pgr_dijkstraCostMatrix.rst b/doc/dijkstra/pgr_dijkstraCostMatrix.rst index f4fc45a90b..89b42cbd21 100644 --- a/doc/dijkstra/pgr_dijkstraCostMatrix.rst +++ b/doc/dijkstra/pgr_dijkstraCostMatrix.rst @@ -23,7 +23,7 @@ * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.3.0 diff --git a/doc/driving_distance/pgr_drivingDistance.rst b/doc/driving_distance/pgr_drivingDistance.rst index 74d376a3d9..5cb648bdc5 100644 --- a/doc/driving_distance/pgr_drivingDistance.rst +++ b/doc/driving_distance/pgr_drivingDistance.rst @@ -35,12 +35,17 @@ .. rubric:: Version 2.1.0 -* Signature change pgr_drivingDistance(single vertex) -* New **Official** pgr_drivingDistance(multiple vertices) +* Signature change: + + * pgr_drivingDistance(single vertex) + +* New official signature: + + * pgr_drivingDistance(multiple vertices) .. rubric:: Version 2.0.0 -* Official:: pgr_drivingDistance(single vertex) +* Official function. Description diff --git a/doc/ksp/pgr_KSP.rst b/doc/ksp/pgr_KSP.rst index 548efd5d65..bfdf24c4c6 100644 --- a/doc/ksp/pgr_KSP.rst +++ b/doc/ksp/pgr_KSP.rst @@ -42,7 +42,7 @@ .. rubric:: Version 2.0.0 -* **Official** function +* Official function. Description diff --git a/doc/lineGraph/pgr_lineGraph.rst b/doc/lineGraph/pgr_lineGraph.rst index 15da9818db..dfe3f581b8 100644 --- a/doc/lineGraph/pgr_lineGraph.rst +++ b/doc/lineGraph/pgr_lineGraph.rst @@ -32,7 +32,7 @@ graph. * Version 2.5.0 - * New **Experimental** function + * New experimental function. Description diff --git a/doc/lineGraph/pgr_lineGraphFull.rst b/doc/lineGraph/pgr_lineGraphFull.rst index b739fa8221..c14af36feb 100644 --- a/doc/lineGraph/pgr_lineGraphFull.rst +++ b/doc/lineGraph/pgr_lineGraphFull.rst @@ -27,7 +27,7 @@ the vertices from the original graph are converted to line graphs. * Version 2.6.0 - * New **Experimental** function + * New experimental function. Description diff --git a/doc/max_flow/pgr_boykovKolmogorov.rst b/doc/max_flow/pgr_boykovKolmogorov.rst index 1e82bad7a3..0b82bbe8da 100644 --- a/doc/max_flow/pgr_boykovKolmogorov.rst +++ b/doc/max_flow/pgr_boykovKolmogorov.rst @@ -23,22 +23,22 @@ the flow from the sources to the targets using Boykov Kolmogorov algorithm. * Version 3.2.0 - * New proposed signature + * New proposed signature: * pgr_boykovKolmogorov(Combinations) * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 * Renamed from ``pgr_maxFlowBoykovKolmogorov`` - * **Proposed** function + * Function promoted to proposed. * Version 2.3.0 - * New **Experimental** function + * New experimental function. Description diff --git a/doc/max_flow/pgr_edgeDisjointPaths.rst b/doc/max_flow/pgr_edgeDisjointPaths.rst index 6d0f6eb413..893c63732f 100644 --- a/doc/max_flow/pgr_edgeDisjointPaths.rst +++ b/doc/max_flow/pgr_edgeDisjointPaths.rst @@ -30,15 +30,15 @@ vertices. * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 - * **Proposed** function + * Function promoted to proposed. * Version 2.3.0 - * New **Experimental** function + * New experimental function. Description diff --git a/doc/max_flow/pgr_edmondsKarp.rst b/doc/max_flow/pgr_edmondsKarp.rst index f0d7c5441b..3b77fa23e3 100644 --- a/doc/max_flow/pgr_edmondsKarp.rst +++ b/doc/max_flow/pgr_edmondsKarp.rst @@ -23,22 +23,22 @@ flow from the sources to the targets using Edmonds Karp Algorithm. * Version 3.2.0 - * New proposed signature + * New proposed signature: * pgr_edmondsKarp(Combinations) * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 * Renamed from ``pgr_maxFlowEdmondsKarp`` - * **Proposed** function + * Function promoted to proposed. * Version 2.3.0 - * New **Experimental** function + * New experimental function. Description diff --git a/doc/max_flow/pgr_maxCardinalityMatch.rst b/doc/max_flow/pgr_maxCardinalityMatch.rst index dcf1e0f2cb..e60359d753 100644 --- a/doc/max_flow/pgr_maxCardinalityMatch.rst +++ b/doc/max_flow/pgr_maxCardinalityMatch.rst @@ -38,16 +38,16 @@ graph. * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 * Renamed from ``pgr_maximumCardinalityMatching`` - * **Proposed** function + * Function promoted to proposed. * Version 2.3.0 - * New **Experimental** function + * New experimental function. Description diff --git a/doc/max_flow/pgr_maxFlow.rst b/doc/max_flow/pgr_maxFlow.rst index 5e01cbbf80..ee3e858a01 100644 --- a/doc/max_flow/pgr_maxFlow.rst +++ b/doc/max_flow/pgr_maxFlow.rst @@ -23,17 +23,17 @@ source(s) to the targets(s) using the Push Relabel algorithm. * Version 3.2.0 - * New proposed signature + * New proposed signature: * pgr_maxFlow(Combinations) * Version 3.0.0 - * Function promoted to **official**. + * Function promoted to official. * Version 2.4.0 - * New **Proposed** function. + * New proposed function. Description diff --git a/doc/max_flow/pgr_pushRelabel.rst b/doc/max_flow/pgr_pushRelabel.rst index 780077a6f0..8e9b7d0414 100644 --- a/doc/max_flow/pgr_pushRelabel.rst +++ b/doc/max_flow/pgr_pushRelabel.rst @@ -23,18 +23,18 @@ flow from the sources to the targets using Push Relabel Algorithm. * Version 3.2.0 - * New proposed signature + * New proposed signature: * pgr_pushRelabel(Combinations) * Version 3.0.0 - * **Official** function + * Function promoted to official. * Version 2.5.0 * Renamed from ``pgr_maxFlowPushRelabel`` - * **Proposed** function + * Function promoted to proposed. * Version 2.3.0 diff --git a/doc/mincut/pgr_stoerWagner.rst b/doc/mincut/pgr_stoerWagner.rst index 8f35354a65..aec41d25d3 100644 --- a/doc/mincut/pgr_stoerWagner.rst +++ b/doc/mincut/pgr_stoerWagner.rst @@ -26,7 +26,7 @@ * Version 3.0 - * New **Experimental** function + * New experimental function. Description diff --git a/doc/spanningTree/pgr_kruskal.rst b/doc/spanningTree/pgr_kruskal.rst index 85b92b88b2..2b2a6855e5 100644 --- a/doc/spanningTree/pgr_kruskal.rst +++ b/doc/spanningTree/pgr_kruskal.rst @@ -23,7 +23,7 @@ * Version 3.0.0 - * New **Official** function + * New official function. Description diff --git a/doc/spanningTree/pgr_kruskalBFS.rst b/doc/spanningTree/pgr_kruskalBFS.rst index 8ec6e773d4..2e2114f0c9 100644 --- a/doc/spanningTree/pgr_kruskalBFS.rst +++ b/doc/spanningTree/pgr_kruskalBFS.rst @@ -31,7 +31,7 @@ First Search ordering. :Version 3.0.0: - * New **Official** function + * New official function. Description ------------------------------------------------------------------------------- diff --git a/doc/spanningTree/pgr_kruskalDD.rst b/doc/spanningTree/pgr_kruskalDD.rst index 04f9fff123..43d6bd0e05 100644 --- a/doc/spanningTree/pgr_kruskalDD.rst +++ b/doc/spanningTree/pgr_kruskalDD.rst @@ -31,7 +31,7 @@ :Version 3.0.0: - * New **Official** function + * New official function. Description ------------------------------------------------------------------------------- diff --git a/doc/spanningTree/pgr_kruskalDFS.rst b/doc/spanningTree/pgr_kruskalDFS.rst index daef861789..31fc9be98b 100644 --- a/doc/spanningTree/pgr_kruskalDFS.rst +++ b/doc/spanningTree/pgr_kruskalDFS.rst @@ -31,7 +31,7 @@ First Search ordering. :Version 3.0.0: - * New **Official** function + * New official function. Description diff --git a/doc/spanningTree/pgr_prim.rst b/doc/spanningTree/pgr_prim.rst index 14f1131c08..d67df544fb 100644 --- a/doc/spanningTree/pgr_prim.rst +++ b/doc/spanningTree/pgr_prim.rst @@ -23,7 +23,7 @@ * Version 3.0.0 - * New **Official** function + * New official function. Description ------------------------------------------------------------------------------- diff --git a/doc/spanningTree/pgr_primBFS.rst b/doc/spanningTree/pgr_primBFS.rst index 08672bf408..34a0fdac87 100644 --- a/doc/spanningTree/pgr_primBFS.rst +++ b/doc/spanningTree/pgr_primBFS.rst @@ -31,7 +31,7 @@ Search ordering. :Version 3.0.0: - * New **Official** function + * New official function. Description ------------------------------------------------------------------------------- diff --git a/doc/spanningTree/pgr_primDD.rst b/doc/spanningTree/pgr_primDD.rst index 56fd4e9fd4..5cd56315e5 100644 --- a/doc/spanningTree/pgr_primDD.rst +++ b/doc/spanningTree/pgr_primDD.rst @@ -30,7 +30,7 @@ .. rubric:: Version 3.0.0 -* New **Official** function +* New official function. Description ------------------------------------------------------------------------------- diff --git a/doc/spanningTree/pgr_primDFS.rst b/doc/spanningTree/pgr_primDFS.rst index 9e6151506d..5d7231539d 100644 --- a/doc/spanningTree/pgr_primDFS.rst +++ b/doc/spanningTree/pgr_primDFS.rst @@ -31,7 +31,7 @@ Search ordering. :Version 3.0.0: - * New **Official** function + * New official function. Description ------------------------------------------------------------------------------- diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 5c9e397102..0e00e9b526 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -1373,7 +1373,7 @@ on Github. * pgr_bdAstar(one to one) -.. rubric:: New Proposed functions +.. rubric:: New proposed functions. * pgr_bdAstar(one to many) * pgr_bdAstar(many to one) @@ -1461,12 +1461,12 @@ To see the issues closed by this release see the `Git closed issues for 2.4.0 `_ on Github. -.. rubric:: New Signatures +.. rubric:: New Function. * pgr_bdDijkstra -.. rubric:: New Proposed Signatures +.. rubric:: New proposed signatures: * pgr_maxFlow * pgr_astar(one to many) @@ -1478,7 +1478,7 @@ on Github. * pgr_astarCost(many to many) * pgr_astarCostMatrix -.. rubric:: Deprecated signatures +.. rubric:: Deprecated signatures. * pgr_bddijkstra - use pgr_bdDijkstra instead @@ -1546,7 +1546,7 @@ on Github. * pgr_eucledianTSP -.. rubric:: New Proposed functions +.. rubric:: New proposed functions. * pgr_dijkstraCostMatrix * pgr_withPointsCostMatrix diff --git a/doc/topology/pgr_analyzeGraph.rst b/doc/topology/pgr_analyzeGraph.rst index 1bcf55120f..0c13122df5 100644 --- a/doc/topology/pgr_analyzeGraph.rst +++ b/doc/topology/pgr_analyzeGraph.rst @@ -22,7 +22,7 @@ * Version 2.0.0 - * **Official** function + * Official function. Description diff --git a/doc/topology/pgr_analyzeOneWay.rst b/doc/topology/pgr_analyzeOneWay.rst index adf267a53a..c2d864b43f 100644 --- a/doc/topology/pgr_analyzeOneWay.rst +++ b/doc/topology/pgr_analyzeOneWay.rst @@ -25,7 +25,7 @@ segments. * Version 2.0.0 - * **Official** function + * Official function. Description diff --git a/doc/topology/pgr_createTopology.rst b/doc/topology/pgr_createTopology.rst index 329c62b052..b5c1499d99 100644 --- a/doc/topology/pgr_createTopology.rst +++ b/doc/topology/pgr_createTopology.rst @@ -23,8 +23,8 @@ information. * Version 2.0.0 + * Official function. * Renamed from version 1.x - * **Official** function Description ------------------------------------------------------------------------------- diff --git a/doc/topology/pgr_createVerticesTable.rst b/doc/topology/pgr_createVerticesTable.rst index 0e965ec28a..0ad78639cb 100644 --- a/doc/topology/pgr_createVerticesTable.rst +++ b/doc/topology/pgr_createVerticesTable.rst @@ -23,8 +23,8 @@ source and target information. * Version 2.0.0 + * Official function. * Renamed from version 1.x - * **Official** function Description ------------------------------------------------------------------------------- diff --git a/doc/topology/pgr_nodeNetwork.rst b/doc/topology/pgr_nodeNetwork.rst index 8ca1517680..2ded2fa5d6 100644 --- a/doc/topology/pgr_nodeNetwork.rst +++ b/doc/topology/pgr_nodeNetwork.rst @@ -38,7 +38,7 @@ edges into a new table. * Version 2.0.0 - * **Official** function + * Official function. Description diff --git a/doc/trsp/pgr_trsp.rst b/doc/trsp/pgr_trsp.rst index 0221d8a075..2f3bc67f5b 100644 --- a/doc/trsp/pgr_trsp.rst +++ b/doc/trsp/pgr_trsp.rst @@ -28,7 +28,7 @@ * Version 3.4.0 - * New proposed signatures + * New proposed signatures: * pgr_trsp(One to One) * pgr_trsp(One to Many) @@ -52,7 +52,7 @@ * Version 2.0.0 - * **Official** function + * Official function. Description ------------------------------------------------------------------------------- diff --git a/doc/tsp/pgr_TSP.rst b/doc/tsp/pgr_TSP.rst index f3e97638f6..b0f8e9b47c 100644 --- a/doc/tsp/pgr_TSP.rst +++ b/doc/tsp/pgr_TSP.rst @@ -40,7 +40,7 @@ * Version 2.0.0 - * **Official** function + * Official function. Description diff --git a/doc/tsp/pgr_TSPeuclidean.rst b/doc/tsp/pgr_TSPeuclidean.rst index f65c651c31..b803633f99 100644 --- a/doc/tsp/pgr_TSPeuclidean.rst +++ b/doc/tsp/pgr_TSPeuclidean.rst @@ -38,7 +38,7 @@ * Version 2.3.0 - * New **Official** function + * New official function. Description diff --git a/doc/version/pgr_full_version.rst b/doc/version/pgr_full_version.rst index 1f51a26800..f771b6f4ca 100644 --- a/doc/version/pgr_full_version.rst +++ b/doc/version/pgr_full_version.rst @@ -22,7 +22,7 @@ * Version 3.0.0 - * New **official** function + * Official function. Description diff --git a/doc/version/pgr_version.rst b/doc/version/pgr_version.rst index 33bb65fe6e..53d5fa5588 100644 --- a/doc/version/pgr_version.rst +++ b/doc/version/pgr_version.rst @@ -28,7 +28,7 @@ * Version 2.0.0 - * **Official** function + * Official function. Description diff --git a/doc/withPoints/pgr_withPointsKSP.rst b/doc/withPoints/pgr_withPointsKSP.rst index 99510d3da5..9355b7969a 100644 --- a/doc/withPoints/pgr_withPointsKSP.rst +++ b/doc/withPoints/pgr_withPointsKSP.rst @@ -33,7 +33,7 @@ pgr_withPointsKSP - Proposed unnamed compulsory **driving side**. * Added ``start_vid`` and ``end_vid`` result columns. -* New proposed signatures +* New proposed signatures: * pgr_withPointsKSP(One to Many) * pgr_withPointsKSP(Many to One)