Skip to content

Commit 468caf7

Browse files
committed
Fixing failing NEWS
1 parent 2b5ebac commit 468caf7

File tree

5 files changed

+6
-23
lines changed

5 files changed

+6
-23
lines changed

doc/coloring/coloring-family.rst

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Result columns
5151

5252
.. result-edge-color-start
5353
54-
Returns set of ``(node, color)``
54+
Returns set of |result_edge_color|
5555

5656
=============== =========== ======================================
5757
Column Type Description
@@ -65,7 +65,6 @@ Column Type Description
6565

6666
.. result-edge-color-end
6767

68-
6968
.. result columns start
7069

7170
Returns set of ``(vertex_id, color_id)``
@@ -82,22 +81,6 @@ Column Type Description
8281

8382
.. result columns end
8483

85-
.. result columns start edgeColoring
86-
87-
Returns set of ``(edge_id, color_id)``
88-
89-
=============== =========== =====================================
90-
Column Type Description
91-
=============== =========== =====================================
92-
``edge_id`` ``BIGINT`` Identifier of the edge.
93-
``color_id`` ``BIGINT`` Identifier of the color of the edge.
94-
95-
- The minimum value of color is 1.
96-
97-
=============== =========== =====================================
98-
99-
.. result columns end edgeColoring
100-
10184
See Also
10285
-------------------------------------------------------------------------------
10386

doc/coloring/pgr_edgeColoring.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ graphs
2727

2828
.. rubric:: Version 4.0.0
2929

30-
* Output columns standardized to |result-edge-color|
30+
* Output columns standardized to |result_edge_color|
3131

3232
.. rubric:: Version 3.3.0
3333

@@ -81,7 +81,7 @@ Signatures
8181

8282
| pgr_edgeColoring(`Edges SQL`_)
8383
84-
| Returns set of |result-edge-color|
84+
| Returns set of |result_edge_color|
8585
| OR EMPTY SET
8686
8787
:Example: Graph coloring of pgRouting :doc:`sampledata`

doc/conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ rst_epilog="""
365365
.. |result-1-1-no-seq| replace:: ``(seq, node, edge, cost, agg_cost)``
366366
.. |result-m-1-no-seq| replace:: ``(seq, start_vid, node, edge, cost, agg_cost)``
367367
.. |result-node-color| replace:: ``(vertex_id, color_id)``
368-
.. |result-edge-color| replace:: ``(edge, color)``
368+
.. |result_edge_color| replace:: ``(edge, color)``
369369
.. |result-node| replace:: ``(node)``
370370
.. |result-edge| replace:: ``(edge)``
371371
.. |result-separate| replace:: ``(seq,id,sub_id,geom)``

doc/src/migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ Migration of output column name change
846846
.. rubric:: :doc:`pgr_edgeColoring`
847847

848848
From: |old-edge-color|
849-
To: |result-edge-color|
849+
To: |result_edge_color|
850850

851851
Before update:
852852

doc/src/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Standardize output columns of functions with different output columns within ove
294294
* `#2905 <https://github.com/pgRouting/pgrouting/issues/2905>`__
295295
pgr_withPointsCostMatrix
296296

297-
.. rubric:: Standardized to |result-edge-color|
297+
.. rubric:: Standardized to |result_edge_color|
298298

299299
* `#2924 <https://github.com/pgRouting/pgrouting/issues/2924>`__
300300
pgr_edgeColoring

0 commit comments

Comments
 (0)