Skip to content

Commit

Permalink
Organised documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
vicennial committed Aug 15, 2019
1 parent 601c2af commit 43eade6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion configuration.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ version | Y | Y | Y
topologicalSort | Y | Y | Y
transitiveClosure | Y | Y | Y
breadthFirstSearch | Y | Y | N
binaryBreadthFirstSearch | Y | Y | N
binaryBreadthFirstSearch | Y | Y | Y
edwardMoore | Y | Y | N
#----------------------
# SQL only directories
Expand Down
12 changes: 0 additions & 12 deletions doc/binaryBreadthFirstSearch/CMakeLists.txt

This file was deleted.

1 change: 1 addition & 0 deletions doc/breadthFirstSearch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

SET(LOCAL_FILES
pgr_breadthFirstSearch.rst
pgr_binaryBreadthFirstSearch.rst
)

foreach (f ${LOCAL_FILES})
Expand Down

0 comments on commit 43eade6

Please sign in to comment.