Skip to content

Commit 201f84c

Browse files
committed
(doc) follwoing some rabbit suggestions
1 parent 0b31c44 commit 201f84c

File tree

4 files changed

+32
-20
lines changed

4 files changed

+32
-20
lines changed

NEWS.md

4.07 KB
Binary file not shown.

doc/src/release_notes.rst

Lines changed: 30 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@ milestone for 3.8.0
4545

4646
.. rubric:: Promotion to official function of pgRouting.
4747

48-
* `#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__:
49-
Promoted to official pgr_extractVertices in version 3.8
50-
51-
.. include:: pgr_extractVertices.rst
52-
:start-after: Version 3.8.0
53-
:end-before: .. rubric
48+
.. rubric:: Metric
5449

5550
* `#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__:
5651
Promoted to official pgr_degree in version 3.8
@@ -59,6 +54,15 @@ milestone for 3.8.0
5954
:start-after: Version 3.8.0
6055
:end-before: .. rubric
6156

57+
.. rubric:: Utilities
58+
59+
* `#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__:
60+
Promoted to official pgr_extractVertices in version 3.8
61+
62+
.. include:: pgr_extractVertices.rst
63+
:start-after: Version 3.8.0
64+
:end-before: .. rubric
65+
6266
* `#2774 <https://github.com/pgRouting/pgrouting/issues/2774>`__:
6367
Promoted to official pgr_findCloseEdges in version 3.8
6468

@@ -69,26 +73,34 @@ milestone for 3.8.0
6973
* `#2873 <https://github.com/pgRouting/pgrouting/issues/2873>`__:
7074
Promoted to official pgr_separateCrossing in version 3.8
7175

76+
.. include:: pgr_separateCrossing.rst
77+
:start-after: Version 3.8.0
78+
:end-before: Description
79+
7280
* `#2874 <https://github.com/pgRouting/pgrouting/issues/2874>`__:
7381
Promoted to official pgr_separateTouching in version 3.8
7482

83+
.. include:: pgr_separateTouching.rst
84+
:start-after: Version 3.8.0
85+
:end-before: Description
86+
7587
.. rubric:: Proposed functions
7688

77-
* Contraction
89+
.. rubric:: Contraction
7890

79-
* `#2790 <https://github.com/pgRouting/pgrouting/issues/2790>`__:
80-
pgr_contractionDeadEnd new contraction function
81-
* `#2791 <https://github.com/pgRouting/pgrouting/issues/2791>`__:
82-
pgr_contractionLinear new contraction function
83-
* `#2536 <https://github.com/pgRouting/pgrouting/issues/2536>`__:
84-
Support for contraction hierarchies (pgr_contractionHierarchies)
91+
* `#2790 <https://github.com/pgRouting/pgrouting/issues/2790>`__:
92+
pgr_contractionDeadEnd new contraction function
93+
* `#2791 <https://github.com/pgRouting/pgrouting/issues/2791>`__:
94+
pgr_contractionLinear new contraction function
95+
* `#2536 <https://github.com/pgRouting/pgrouting/issues/2536>`__:
96+
Support for contraction hierarchies (pgr_contractionHierarchies)
8597

86-
* Utilities
98+
.. rubric:: Utilities
8799

88-
* `#2848 <https://github.com/pgRouting/pgrouting/issues/2848>`__:
89-
Create pgr_separateCrossing new utility function
90-
* `#2849 <https://github.com/pgRouting/pgrouting/issues/2849>`__:
91-
Create of pgr_separateTouching new utility function
100+
* `#2848 <https://github.com/pgRouting/pgrouting/issues/2848>`__:
101+
Create pgr_separateCrossing new utility function
102+
* `#2849 <https://github.com/pgRouting/pgrouting/issues/2849>`__:
103+
Create of pgr_separateTouching new utility function
92104

93105
.. rubric:: Official functions changes
94106

doc/utilities/pgr_separateCrossing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ do not cross.
2424
.. rubric:: Version 3.8.0
2525

2626
* Function promoted to official.
27-
* New proposed function.
27+
* Proposed function.
2828

2929
Description
3030
-------------------------------------------------------------------------------

doc/utilities/pgr_separateTouching.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ are properly connected at endpoints
2424
.. rubric:: Version 3.8.0
2525

2626
* Function promoted to official.
27-
* New proposed function.
27+
* Proposed function.
2828

2929
Description
3030
-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)