Skip to content

Commit 5debd61

Browse files
committed
(doc) epilog with underscore:
- result-node-order => result_node_order
1 parent 8a402f9 commit 5debd61

File tree

12 files changed

+25
-25
lines changed

12 files changed

+25
-25
lines changed

doc/conf.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ rst_epilog="""
364364
.. |result-node| replace:: ``(node)``
365365
.. |result-edge| replace:: ``(edge)``
366366
.. |result-separate| replace:: ``(seq,id,sub_id,geom)``
367-
.. |result-node-order| replace:: ``(seq, node)``
367+
.. |result_node_order| replace:: ``(seq, node)``
368368
.. |result-degree| replace:: ``(node, degree)``
369369
.. |result-extract| replace:: ``(id, in_edges, out_edges, x, y, geom)``
370370
.. |result-find| replace:: ``(edge_id, fraction, side, distance, geom, edge)``

doc/ordering/pgr_cuthillMckeeOrdering.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Signatures
6363

6464
| pgr_cuthillMckeeOrdering(`Edges SQL`_)
6565
66-
| Returns set of |result-node-order|
66+
| Returns set of |result_node_order|
6767
| OR EMPTY SET
6868
6969
:Example: Graph ordering of pgRouting :doc:`sampledata`

doc/ordering/pgr_topologicalSort.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ graphs (DAG).
2727

2828
.. rubric:: Version 4.0.0
2929

30-
* Standardize output to |result-node-order|
30+
* Standardize output to |result_node_order|
3131

3232
.. rubric:: Version 3.0.0
3333

@@ -64,7 +64,7 @@ Signatures
6464

6565
| pgr_topologicalSort(`Edges SQL`_)
6666
67-
| Returns set of |result-node-order|
67+
| Returns set of |result_node_order|
6868
| OR EMPTY SET
6969
7070
:Example: Topologically sorting the graph
@@ -93,7 +93,7 @@ Edges SQL
9393
Result columns
9494
-------------------------------------------------------------------------------
9595

96-
Returns set of |result-node-order|
96+
Returns set of |result_node_order|
9797

9898
.. list-table::
9999
:width: 81

doc/src/migration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ The standardized result columns:
931931

932932
* |result_edge_color|
933933
* |result_node_color|
934-
* |result-node-order|
934+
* |result_node_order|
935935

936936
.. warning:: Breaking change
937937

@@ -980,7 +980,7 @@ After update:
980980
Migration from |result-toposort|
981981
.................................................................................
982982

983-
Migration to: |result-node-order|
983+
Migration to: |result_node_order|
984984

985985
.. warning:: Breaking change
986986

doc/src/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ Standardize output columns of functions with different output columns within ove
380380
* `#2931 <https://github.com/pgRouting/pgrouting/issues/2931>`__
381381
pgr_depthFirstSearch
382382

383-
.. rubric:: Standardized to |result-node-order|
383+
.. rubric:: Standardized to |result_node_order|
384384

385385
* `#2934 <https://github.com/pgRouting/pgrouting/issues/2934>`__
386386
pgr_topologicalSort

locale/de/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10884,7 +10884,7 @@ msgstr ""
1088410884
msgid "pgr_cuthillMckeeOrdering(`Edges SQL`_)"
1088510885
msgstr ""
1088610886

10887-
msgid "Returns set of |result-node-order|"
10887+
msgid "Returns set of |result_node_order|"
1088810888
msgstr ""
1088910889

1089010890
msgid "Graph ordering of pgRouting :doc:`sampledata`"

locale/en/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4041,7 +4041,7 @@ msgstr ""
40414041
msgid "pgr_topologicalSort"
40424042
msgstr ""
40434043

4044-
msgid "Standardize output to |result-node-order|"
4044+
msgid "Standardize output to |result_node_order|"
40454045
msgstr ""
40464046

40474047
msgid "pgr_transitiveClosure"
@@ -4401,7 +4401,7 @@ msgid ""
44014401
"pgr_depthFirstSearch"
44024402
msgstr ""
44034403

4404-
msgid "Standardized to |result-node-order|"
4404+
msgid "Standardized to |result_node_order|"
44054405
msgstr ""
44064406

44074407
msgid ""
@@ -5654,7 +5654,7 @@ msgstr ""
56545654
msgid "|result_node_color|"
56555655
msgstr ""
56565656

5657-
msgid "|result-node-order|"
5657+
msgid "|result_node_order|"
56585658
msgstr ""
56595659

56605660
msgid "Changes on column names must be done after updating pgRouting."
@@ -5705,7 +5705,7 @@ msgstr ""
57055705
msgid "Migration from |result-toposort|"
57065706
msgstr ""
57075707

5708-
msgid "Migration to: |result-node-order|"
5708+
msgid "Migration to: |result_node_order|"
57095709
msgstr ""
57105710

57115711
msgid "Rename ``sorted_v`` to ``node``"
@@ -10993,7 +10993,7 @@ msgstr ""
1099310993
msgid "pgr_cuthillMckeeOrdering(`Edges SQL`_)"
1099410994
msgstr ""
1099510995

10996-
msgid "Returns set of |result-node-order|"
10996+
msgid "Returns set of |result_node_order|"
1099710997
msgstr ""
1099810998

1099910999
msgid "Graph ordering of pgRouting :doc:`sampledata`"

locale/es/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12880,8 +12880,8 @@ msgstr ":math:`m` es el grado máximo de los vértices en el grafo."
1288012880
msgid "pgr_cuthillMckeeOrdering(`Edges SQL`_)"
1288112881
msgstr "pgr_cuthillMckeeOrdering(`SQL de aristas`_)"
1288212882

12883-
msgid "Returns set of |result-node-order|"
12884-
msgstr "Regresa el conjunto de |result-node-order|"
12883+
msgid "Returns set of |result_node_order|"
12884+
msgstr "Regresa el conjunto de |result_node_order|"
1288512885

1288612886
msgid "Graph ordering of pgRouting :doc:`sampledata`"
1288712887
msgstr "Ordenamiento del grafo de los :doc:`sampledata` de pgRouting"

locale/ja/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11179,7 +11179,7 @@ msgstr ""
1117911179
msgid "pgr_cuthillMckeeOrdering(`Edges SQL`_)"
1118011180
msgstr ""
1118111181

11182-
msgid "Returns set of |result-node-order|"
11182+
msgid "Returns set of |result_node_order|"
1118311183
msgstr ""
1118411184

1118511185
msgid "Graph ordering of pgRouting :doc:`sampledata`"

locale/ko/LC_MESSAGES/pgrouting_doc_strings.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11095,7 +11095,7 @@ msgstr ""
1109511095
msgid "pgr_cuthillMckeeOrdering(`Edges SQL`_)"
1109611096
msgstr ""
1109711097

11098-
msgid "Returns set of |result-node-order|"
11098+
msgid "Returns set of |result_node_order|"
1109911099
msgstr ""
1110011100

1110111101
msgid "Graph ordering of pgRouting :doc:`sampledata`"

0 commit comments

Comments
 (0)