Skip to content

Commit

Permalink
[withPoints] [doc] Removing double space
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Oct 17, 2023
1 parent f9d2ac0 commit cf0e616
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/withPoints/pgr_withPoints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Many to Many
| RETURNS SET OF |pid-m-m|
| OR EMTPY SET
:Example: From point :math:`1` and vertex :math:`6` to point :math:`3` and
:Example: From point :math:`1` and vertex :math:`6` to point :math:`3` and
vertex :math:`1`

.. literalinclude:: doc-pgr_withPoints.queries
Expand Down
16 changes: 8 additions & 8 deletions doc/withPoints/pgr_withPointsCost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The main characteristics are:

- For **undirected** graphs, the results are **symmetric**.

- The `agg_cost` of `(u, v)` is the same as for `(v, u)`.
- The `agg_cost` of `(u, v)` is the same as for `(v, u)`.

- For optimization purposes, any duplicated value in the `start_vids` or
`end_vids` is ignored.
Expand All @@ -100,7 +100,7 @@ Signatures
| pgr_withPointsCost(`Edges SQL`_, 'Points SQL`_, **start vids**, **end vid**, [**options**])
| pgr_withPointsCost(`Edges SQL`_, 'Points SQL`_, **start vids**, **end vids**, [**options**])
| pgr_withPointsCost(`Edges SQL`_, 'Points SQL`_, `Combinations SQL`_, [**options**])
| **options:** ``[directed, driving_side]``
| **options:** ``[directed, driving_side]``
| RETURNS SET OF |matrix-pid|
| OR EMPTY SET
Expand All @@ -118,7 +118,7 @@ One to One
:class: signatures

| pgr_withPointsCost(`Edges SQL`_, 'Points SQL`_, **start vid**, **end vid**, [**options**])
| **options:** ``[directed, driving_side]``
| **options:** ``[directed, driving_side]``
| RETURNS SET OF |matrix-pid|
| OR EMPTY SET
Expand All @@ -139,7 +139,7 @@ One to Many
:class: signatures

| pgr_withPointsCost(`Edges SQL`_, `Points SQL`_, **start vid**, **end vids**, [**options**])
| **options:** ``[directed, driving_side]``
| **options:** ``[directed, driving_side]``
| RETURNS SET OF |matrix-pid|
| OR EMPTY SET
Expand All @@ -161,7 +161,7 @@ Many to One
:class: signatures

| pgr_withPointsCost(`Edges SQL`_, `Points SQL`_, **start vids**, **end vid**, [**options**])
| **options:** ``[directed, driving_side]``
| **options:** ``[directed, driving_side]``
| RETURNS SET OF |matrix-pid|
| OR EMPTY SET
Expand All @@ -182,12 +182,12 @@ Many to Many
:class: signatures

| pgr_withPointsCost(`Edges SQL`_, `Points SQL`_, **start vids**, **end vids**, [**options**])
| **options:** ``[directed, driving_side]``
| **options:** ``[directed, driving_side]``
| RETURNS SET OF |matrix-pid|
| OR EMPTY SET
:Example: From point :math:`15` and vertex :math:`6` to point :math:`3` and
:Example: From point :math:`15` and vertex :math:`6` to point :math:`3` and
vertex :math:`1`

.. literalinclude:: doc-pgr_withPointsCost.queries
Expand All @@ -204,7 +204,7 @@ Combinations
:class: signatures

| pgr_withPointsCost(`Edges SQL`_, `Points SQL`_, `Combinations SQL`_, [**options**])
| **options:** ``[directed, driving_side]``
| **options:** ``[directed, driving_side]``
| RETURNS SET OF |matrix-pid|
| OR EMPTY SET
Expand Down
2 changes: 1 addition & 1 deletion doc/withPoints/pgr_withPointsCostMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Signatures
:class: signatures

| pgr_withPointsCostMatrix(`Edges SQL`_, `Points SQL`_, **start vids**, [**options**])
| **options:** ``[directed, driving_side]``
| **options:** ``[directed, driving_side]``
| RETURNS SET OF |matrix-result|
| OR EMPTY SET
Expand Down
12 changes: 6 additions & 6 deletions doc/withPoints/pgr_withPointsKSP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Signatures
| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, **start vids**, **end vid**, **K**, **driving_side**, [**options**])
| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, **start vids**, **end vids**, **K**, **driving_side**, [**options**])
| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, `Combinations SQL`_, **K**, **driving_side**, [**options**])
| **options:** ``[directed, heap_paths, details]``
| **options:** ``[directed, heap_paths, details]``
| RETURNS SET OF |ksp-result|
| OR EMPTY SET
Expand All @@ -86,7 +86,7 @@ One to One
:class: signatures

| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, **start vid**, **end vid**, **K**, **driving_side**, [**options**])
| **options:** ``[directed, heap_paths, details]``
| **options:** ``[directed, heap_paths, details]``
| RETURNS SET OF |nksp-result|
| OR EMTPY SET
Expand All @@ -112,7 +112,7 @@ One to Many
:class: signatures

| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, **start vid**, **end vids**, **K**, **driving_side**, [**options**])
| **options:** ``[directed, heap_paths, details]``
| **options:** ``[directed, heap_paths, details]``
| RETURNS SET OF |ksp-result|
| OR EMTPY SET
Expand All @@ -134,7 +134,7 @@ Many to One
:class: signatures

| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, **start vids**, **end vid**, **K**, **driving_side**, [**options**])
| **options:** ``[directed, heap_paths, details]``
| **options:** ``[directed, heap_paths, details]``
| RETURNS SET OF |ksp-result|
| OR EMTPY SET
Expand All @@ -156,7 +156,7 @@ Many to Many
:class: signatures

| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, **start vids**, **end vids**, **K**, **driving_side**, [**options**])
| **options:** ``[directed, heap_paths, details]``
| **options:** ``[directed, heap_paths, details]``
| RETURNS SET OF |nksp-result|
| OR EMTPY SET
Expand All @@ -178,7 +178,7 @@ Combinations
:class: signatures

| pgr_withPointsKSP(`Edges SQL`_, `Points SQL`_, `Combinations SQL`_, **K**, **driving_side**, [**options**])
| **options:** ``[directed, heap_paths, details]``
| **options:** ``[directed, heap_paths, details]``
| RETURNS SET OF |ksp-result|
| OR EMTPY SET
Expand Down

0 comments on commit cf0e616

Please sign in to comment.