Skip to content

Commit 8b686c9

Browse files
committed
Following some rabbit suggestions
1 parent 04583c4 commit 8b686c9

File tree

10 files changed

+2366
-2490
lines changed

10 files changed

+2366
-2490
lines changed

NEWS.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,26 @@ milestone for 3.8.0
1616
**Promotion to official function of pgRouting.**
1717

1818
* [#2772](https://github.com/pgRouting/pgrouting/issues/2772):
19-
Promote to official pgr_extractVertices in 3.8
19+
Promoted to official pgr_extractVertices in version 3.8
2020

2121
* Error messages adjustment.
2222
* Function promoted to official.
2323

2424
* [#2760](https://github.com/pgRouting/pgrouting/issues/2760):
25-
Promote to official pgr_degree in 3.8
25+
Promoted to official pgr_degree in version 3.8
2626

2727
* Error messages adjustment.
2828
* New signature with only Edges SQL.
2929
* Function promoted to official.
3030

3131
* [#2774](https://github.com/pgRouting/pgrouting/issues/2774):
32-
Promote to official pgr_findCloseEdges in 3.8
32+
Promoted to official pgr_findCloseEdges in version 3.8
3333

3434
* Error messages adjustment.
3535
* ``partial`` option is removed.
3636
* Function promoted to official.
3737

38-
**New proposed functions**
38+
**Proposed functions**
3939

4040
* Contraction
4141

@@ -72,7 +72,7 @@ milestone for 3.8.0
7272
* [#2850](https://github.com/pgRouting/pgrouting/issues/2850):
7373
Rewrite pgr_nodeNetwork
7474

75-
**Deprecation of functions.**
75+
**Deprecation of SQL functions**
7676

7777
* [#2749](https://github.com/pgRouting/pgrouting/issues/2749):
7878
Deprecate pgr_AlphaShape in 3.8
@@ -85,10 +85,10 @@ milestone for 3.8.0
8585
* [#2826](https://github.com/pgRouting/pgrouting/issues/2826):
8686
Deprecate pgr_createVerticesTable in 3.8
8787

88-
Deprecated functions:
88+
In the deprecated functions:
8989

9090
- Migration section is created.
91-
- The use removed.
91+
- The use of the functions is removed in the documentation.
9292

9393
## pgRouting 3.7
9494

doc/categories/withPoints-category.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ for this example:
264264
Driving side
265265
...............................................................................
266266

267-
In the the following images:
267+
In the following images:
268268

269269
- The squared vertices are the temporary vertices,
270270
- The temporary vertices are added according to the driving side,

doc/conf.py.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ linkcheck_ignore = [
332332
# (see: https://github.com/sphinx-doc/sphinx/issues/7388)
333333
r'https://github.com/pgRouting/pgrouting/issues/*', # limit only pgrouting
334334
r'https://github.com/pgRouting/pgrouting/archive/*',
335+
r'https://docs.pgrouting.org/3.8/*',
335336
r'https://www.overpass-api.de/*'
336337
]
337338

doc/src/release_notes.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@ milestone for 3.8.0
4646
.. rubric:: Promotion to official function of pgRouting.
4747

4848
* `#2772 <https://github.com/pgRouting/pgrouting/issues/2772>`__:
49-
Promote to official pgr_extractVertices in 3.8
49+
Promoted to official pgr_extractVertices in version 3.8
5050

5151
.. include:: pgr_extractVertices.rst
5252
:start-after: Version 3.8.0
5353
:end-before: .. rubric
5454

5555
* `#2760 <https://github.com/pgRouting/pgrouting/issues/2760>`__:
56-
Promote to official pgr_degree in 3.8
56+
Promoted to official pgr_degree in version 3.8
5757

5858
.. include:: pgr_degree.rst
5959
:start-after: Version 3.8.0
6060
:end-before: .. rubric
6161

6262
* `#2774 <https://github.com/pgRouting/pgrouting/issues/2774>`__:
63-
Promote to official pgr_findCloseEdges in 3.8
63+
Promoted to official pgr_findCloseEdges in version 3.8
6464

6565
.. include:: pgr_findCloseEdges.rst
6666
:start-after: Version 3.8.0
6767
:end-before: .. rubric
6868

69-
.. rubric:: New proposed functions
69+
.. rubric:: Proposed functions
7070

7171
* Contraction
7272

@@ -101,7 +101,7 @@ milestone for 3.8.0
101101
* `#2850 <https://github.com/pgRouting/pgrouting/issues/2850>`__:
102102
Rewrite pgr_nodeNetwork
103103

104-
.. rubric:: Deprecation of functions.
104+
.. rubric:: Deprecation of SQL functions
105105

106106
* `#2749 <https://github.com/pgRouting/pgrouting/issues/2749>`__:
107107
Deprecate pgr_AlphaShape in 3.8
@@ -114,10 +114,10 @@ milestone for 3.8.0
114114
* `#2826 <https://github.com/pgRouting/pgrouting/issues/2826>`__:
115115
Deprecate pgr_createVerticesTable in 3.8
116116

117-
Deprecated functions:
117+
In the deprecated functions:
118118

119119
- Migration section is created.
120-
- The use removed.
120+
- The use of the functions is removed in the documentation.
121121

122122
pgRouting 3.7
123123
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

doc/tsp/pgr_TSP.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,18 @@ Description
6767

6868
- When ``start_vid = 0 OR end_vid = 0``
6969

70-
- The solutions generated is guaranteed to be *twice as long as the
70+
- The solutions generated are guaranteed to be *twice as long as the
7171
optimal tour in the worst case*
7272

7373
- When ``start_vid != 0 AND end_vid != 0 AND start_vid != end_vid``
7474

75-
- It is **not guaranteed** that the solution will be, in the worse case,
75+
- It is **not guaranteed** that the solution will be, in the worst case,
7676
twice as long as the optimal tour, due to the fact that `end_vid` is
7777
forced to be in a fixed position.
7878

7979
- With ``directed => true``
8080

81-
- It is **not guaranteed** that the solution will be, in the worse case,
81+
- It is **not guaranteed** that the solution will be, in the worst case,
8282
twice as long as the optimal tour
8383
- Will generate a graph that:
8484

doc/tsp/pgr_TSPeuclidean.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Description
5252
:start-after: tsp characteristics start
5353
:end-before: tsp characteristics end
5454

55-
- Any duplicated identifier will be ignored. The coordinates than will be kept
55+
- Any duplicated identifier will be ignored. The coordinates that will be kept
5656
is arbitrarily.
5757

5858
- The coordinates are quite similar for the same identifier, for example

0 commit comments

Comments
 (0)