Skip to content

Commit

Permalink
Fixing filename
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Dec 23, 2024
1 parent 97b6f8d commit c14a975
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/categories/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SET(LOCAL_FILES
DFS-category.rst
drivingDistance-category.rst
KSP-category.rst
spanningTree-category.rst
spanningTree-family.rst
via-category.rst
VRP-category.rst
withPoints-category.rst
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions doc/spanningTree/kruskal-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ two trees in the forest.

.. kruskal-description-start
.. include:: spanningTree-category.rst
.. include:: spanningTree-family.rst
:start-after: spanntree_traits_start
:end-before: spanntree_traits_end

Expand All @@ -68,7 +68,7 @@ Inner Queries
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* `Boost: Kruskal's algorithm <https://www.boost.org/libs/graph/doc/kruskal_min_spanning_tree.html>`__
* `Wikipedia: Kruskal's algorithm <https://en.wikipedia.org/wiki/Kruskal's_algorithm>`__

Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_kruskal.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`kruskal-family`
* The queries use the :doc:`sampledata` network.
* `Boost: Kruskal's algorithm
Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_kruskalBFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`kruskal-family`
* :doc:`sampledata`
* `Boost: Kruskal's algorithm
Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_kruskalDD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`kruskal-family`
* :doc:`sampledata`
* `Boost: Kruskal's algorithm
Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_kruskalDFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`kruskal-family`
* :doc:`sampledata`
* `Boost: Kruskal's algorithm
Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_prim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`prim-family`
* The queries use the :doc:`sampledata` network.
* `Boost: Prim's algorithm documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_primBFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`prim-family`
* :doc:`sampledata`
* `Boost: Prim's algorithm documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_primDD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`prim-family`
* :doc:`sampledata`
* `Boost: Prim's algorithm documentation
Expand Down
2 changes: 1 addition & 1 deletion doc/spanningTree/pgr_primDFS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Result columns
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* :doc:`prim-family`
* :doc:`sampledata`
* `Boost: Prim's algorithm documentation
Expand Down
4 changes: 2 additions & 2 deletions doc/spanningTree/prim-family.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ forest.

.. prim-description-start
.. include:: spanningTree-category.rst
.. include:: spanningTree-family.rst
:start-after: spanntree_traits_start
:end-before: spanntree_traits_end

Expand All @@ -83,7 +83,7 @@ Inner Queries
See Also
-------------------------------------------------------------------------------

* :doc:`spanningTree-category`
* :doc:`spanningTree-family`
* Boost: `Prim's algorithm
<https://www.boost.org/libs/graph/doc/prim_minimum_spanning_tree.html>`__
* Wikipedia: `Prim's algorithm
Expand Down
6 changes: 3 additions & 3 deletions doc/src/routingFunctions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ Functions by categories
:start-after: index from here
:end-before: index to here

:doc:`spanningTree-category`
:doc:`spanningTree-family`

.. include:: spanningTree-category.rst
.. include:: spanningTree-family.rst
:start-after: index from here
:end-before: index to here

Expand Down Expand Up @@ -174,7 +174,7 @@ Functions by categories
DFS-category
drivingDistance-category
KSP-category
spanningTree-category
spanningTree-family
via-category
VRP-category
withPoints-category
Expand Down

0 comments on commit c14a975

Please sign in to comment.