Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Changes on the documentation to the following:
**Issue fixes**

* [#2565](https://github.com/pgRouting/pgrouting/issues/2565)
pgr_pgr_lengauerTarjanDominatorTree triggers an assertion
pgr_lengauerTarjanDominatorTree triggers an assertion

**SQL enhancements**

Expand Down
8 changes: 5 additions & 3 deletions configuration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ trsp | Y | Y | Y
max_flow | Y | Y | Y
contraction | Y | Y | Y
pickDeliver | Y | Y | Y
vrp_basic | N | Y | Y
vrp_basic | N | Y | N
withPoints | Y | Y | Y
lineGraph | Y | Y | Y
components | Y | Y | Y
Expand All @@ -37,16 +37,18 @@ chinese | Y | Y | Y
spanningTree | Y | Y | Y
mincut | Y | Y | Y
version | Y | Y | Y
topologicalSort | Y | Y | Y
topologicalSort | Y | Y | N
transitiveClosure | Y | Y | Y
breadthFirstSearch | Y | Y | Y
breadthFirstSearch | Y | Y | N
traversal | Y | Y | Y
coloring | Y | Y | Y
planar | Y | Y | Y
dominator | Y | Y | Y
ordering | Y | Y | Y
circuits | Y | Y | Y
metrics | Y | Y | Y
categories | N | N | Y

#----------------------
# SQL only directories
#----------------------
Expand Down
4 changes: 3 additions & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ message(STATUS "PGR_DOCUMENTATION_BUILD_DIR = ${PGR_DOCUMENTATION_BUILD_DIR}")
#---------------------------------------------
foreach (subdir ${PROJECT_DOC_DIRECTORIES} "src")
add_subdirectory("${subdir}")
add_subdirectory("../docqueries/${subdir}" "build/doc/${subdir}")
if (EXISTS "../docqueries/${subdir}")
add_subdirectory("../docqueries/${subdir}" "build/doc/${subdir}")
endif()
endforeach()

add_subdirectory("images")
Expand Down
1 change: 1 addition & 0 deletions doc/allpairs/allpairs-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
|


.. index:: All Pairs Family

All Pairs - Family of Functions
===============================================================================
Expand Down
3 changes: 3 additions & 0 deletions doc/allpairs/pgr_floydWarshall.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

|

.. index::
single: All Pairs Family ; pgr_floydWarshall
single: floydWarshall

``pgr_floydWarshall``
===============================================================================
Expand Down
3 changes: 3 additions & 0 deletions doc/allpairs/pgr_johnson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

|

.. index::
single: All Pairs Family ; pgr_johnson
single: johnson

``pgr_johnson``
===============================================================================
Expand Down
6 changes: 3 additions & 3 deletions doc/alpha_shape/pgr_alphaShape.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
|


.. index::
single: alphaShape

``pgr_alphaShape``
===============================================================================

Expand Down Expand Up @@ -61,9 +64,6 @@ Signatures
-------------------------------------------------------------------------------
.. rubric:: Summary

.. index::
single: alphaShape

.. admonition:: \ \
:class: signatures

Expand Down
1 change: 1 addition & 0 deletions doc/astar/aStar-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

|

.. index:: single: aStar Family

A* - Family of functions
===============================================================================
Expand Down
13 changes: 8 additions & 5 deletions doc/astar/pgr_aStar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

|

.. index::
single: aStar Family ; pgr_aStar
single: aStar

``pgr_aStar``
===============================================================================
Expand Down Expand Up @@ -96,7 +99,7 @@ Signatures
Optional parameters are `named parameters` and have a default value.

.. index::
single: aStar(One to One)
single: aStar ; One to One

One to One
...............................................................................
Expand All @@ -118,7 +121,7 @@ One to One
:end-before: -- q3

.. index::
single: astar(One to Many)
single: aStar ; One to Many

One to Many
...............................................................................
Expand All @@ -140,7 +143,7 @@ One to Many
:end-before: -- q4

.. index::
single: aStar(Many to One)
single: aStar ; Many to One

Many to One
...............................................................................
Expand All @@ -162,7 +165,7 @@ Many to One
:end-before: -- q5

.. index::
single: aStar(Many to Many)
single: aStar ; Many to Many

Many to Many
...............................................................................
Expand All @@ -184,7 +187,7 @@ Many to Many
:end-before: -- q51

.. index::
single: aStarCost(Combinations) - Proposed on v3.2
single: aStar ; Combinations - Proposed on v3.2

Combinations
...............................................................................
Expand Down
14 changes: 9 additions & 5 deletions doc/astar/pgr_aStarCost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
|


.. index::
single: aStar Family ; pgr_aStarCost
single: aStarCost

pgr_aStarCost
===============================================================================

Expand Down Expand Up @@ -82,7 +86,7 @@ Signatures
| OR EMPTY SET

.. index::
single: aStarCost(One to One)
single: aStarCost ; One to One

One to One
...............................................................................
Expand All @@ -104,7 +108,7 @@ One to One
:end-before: -- q3

.. index::
single: aStarCost(One to Many)
single: aStarCost ; One to Many

One to Many
...............................................................................
Expand All @@ -126,7 +130,7 @@ One to Many
:end-before: -- q4

.. index::
single: aStarCost(Many to One)
single: aStarCost ; Many to One

Many to One
...............................................................................
Expand All @@ -148,7 +152,7 @@ Many to One
:end-before: -- q5

.. index::
single: aStarCost(Many to Many)
single: aStarCost ; Many to Many

Many to Many
...............................................................................
Expand All @@ -170,7 +174,7 @@ Many to Many
:end-before: -- q51

.. index::
single: aStarCost(Combinations) - Proposed on v3.2
single: aStarCost ; Combinations - Proposed on v3.2

Combinations
...............................................................................
Expand Down
7 changes: 4 additions & 3 deletions doc/astar/pgr_aStarCostMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
|


.. index::
single: aStar Family ; pgr_aStarCostMatrix
single: aStarCostMatrix

``pgr_aStarCostMatrix``
===============================================================================

Expand Down Expand Up @@ -52,9 +56,6 @@ Description

* When the graph is **undirected** the cost matrix is symmetric

.. index::
single: aStarCostMatrix

Signatures
-------------------------------------------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions doc/bdAstar/bdAstar-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

|

.. index:: Bidirectional A* Family

Bidirectional A* - Family of functions
===============================================================================
Expand Down
13 changes: 8 additions & 5 deletions doc/bdAstar/pgr_bdAstar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

|

.. index::
single: Bidirectional A* Family ; pgr_bdAstar
single: bdAstar

``pgr_bdAstar``
===============================================================================
Expand Down Expand Up @@ -94,7 +97,7 @@ Signatures
Optional parameters are `named parameters` and have a default value.

.. index::
single: bdAstar(One to One)
single: bdAstar ; One to One

One to One
...............................................................................
Expand All @@ -116,7 +119,7 @@ One to One
:end-before: -- q3

.. index::
single: bdAstar(One to Many)
single: bdAstar ; One to Many

One to Many
...............................................................................
Expand All @@ -138,7 +141,7 @@ One to Many
:end-before: -- q4

.. index::
single: bdAstar(Many to One)
single: bdAstar ; Many to One

Many to One
...............................................................................
Expand All @@ -160,7 +163,7 @@ Many to One
:end-before: -- q5

.. index::
single: bdAstar(Many to Many)
single: bdAstar ; Many to Many

Many to Many
...............................................................................
Expand All @@ -182,7 +185,7 @@ Many to Many
:end-before: -- q51

.. index::
single: bdAstar(Combinations) - Proposed on v3.2
single: bdAstar ; Combinations - Proposed on v3.2

Combinations
...............................................................................
Expand Down
13 changes: 8 additions & 5 deletions doc/bdAstar/pgr_bdAstarCost.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

|

.. index::
single: Bidirectional A* Family ; pgr_bdAstarCost
single: bdAstarCost

pgr_bdAstarCost
===============================================================================
Expand Down Expand Up @@ -83,7 +86,7 @@ Signatures
| OR EMPTY SET

.. index::
single: bdAstarCost(One to One)
single: bdAstarCost ; One to One

One to One
...............................................................................
Expand All @@ -105,7 +108,7 @@ One to One
:end-before: -- q3

.. index::
single: bdAstarCost(One to Many)
single: bdAstarCost ; One to Many

One to Many
...............................................................................
Expand All @@ -127,7 +130,7 @@ One to Many
:end-before: -- q4

.. index::
single: bdAstarCost(Many to One)
single: bdAstarCost ; Many to One

Many to One
...............................................................................
Expand All @@ -149,7 +152,7 @@ Many to One
:end-before: -- q5

.. index::
single: bdAstarCost(Many to Many)
single: bdAstarCost ; Many to Many

Many to Many
...............................................................................
Expand All @@ -171,7 +174,7 @@ Many to Many
:end-before: -- q51

.. index::
single: bdAstarCost(Combinations) - Proposed on v3.2
single: bdAstarCost ; Combinations - Proposed on v3.2

Combinations
...............................................................................
Expand Down
6 changes: 3 additions & 3 deletions doc/bdAstar/pgr_bdAstarCostMatrix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

|

.. index::
single: Bidirectional A* Family ; pgr_bdAstarCostMatrix
single: bdAstarCostMatrix

``pgr_bdAstarCostMatrix``
===============================================================================
Expand Down Expand Up @@ -52,9 +55,6 @@ Description

* When the graph is **undirected** the cost matrix is symmetric

.. index::
single: bdAstarCostMatrix

Signatures
-------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/bdDijkstra/bdDijkstra-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

|

.. rubric:: Previous versions of this page

.. index:: Bidirectional Dijkstra Family

Bidirectional Dijkstra - Family of functions
===============================================================================
Expand Down
Loading
Loading