Skip to content

Commit

Permalink
changes suggested by vicky
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhinJ committed Aug 20, 2023
1 parent 2b38016 commit d264adf
Show file tree
Hide file tree
Showing 5 changed files with 127 additions and 245 deletions.
16 changes: 8 additions & 8 deletions doc/withPoints/pgr_withPointsKSP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ One to One
* No details are given about distance of other points of the query.
* No heap paths are returned.

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q1
:end-before: --q2

Expand All @@ -116,7 +116,7 @@ One to Many
:Example: Get 2 paths from point :math:`1` to point :math:`3` and vertex :math:`7` on an
undirected graph

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q2
:end-before: --q3

Expand All @@ -138,7 +138,7 @@ Many to One
:Example: Get a path from point :math:`1` and vertex :math:`6` to point :math:`3` on a **directed**
graph with **right** side driving and **details** set to **True**

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q3
:end-before: --q4

Expand All @@ -160,7 +160,7 @@ Many to Many
:Example: Get a path from point :math:`1` and vertex :math:`6` to point :math:`3` and vertex :math:`1` on a **directed**
graph with **left** side driving and **heap_paths** set to **True**

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q4
:end-before: --q5

Expand All @@ -181,7 +181,7 @@ Combinations
:Example: Using a combinations table on an **directed** graph

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q5
:end-before: --q6

Expand Down Expand Up @@ -303,7 +303,7 @@ Use :doc:`pgr_findCloseEdges` in the `Points SQL`_.
Get :math:`2` paths using left side driving topology, from vertex :math:`1` to
the closest location on the graph of point `(2.9, 1.8)`.

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q6
:end-before: --q7

Expand All @@ -315,7 +315,7 @@ Left driving side
Get :math:`2` paths using left side driving topology, from point :math:`1` to
point :math:`3` with details.

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q7
:end-before: --q8

Expand All @@ -325,7 +325,7 @@ Right driving side
Get :math:`2` paths using right side driving topology from, point :math:`1` to
point :math:`2` with heap paths and details.

.. literalinclude:: doc-pgr_withPointsKSP.queries
.. literalinclude:: withPointsKSP.queries
:start-after: --q8
:end-before: --q9

Expand Down
Loading

0 comments on commit d264adf

Please sign in to comment.