Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc double space removal #2576

Merged
merged 22 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cb87542
[allpairs] [doc] Removing double space
cvvergara Oct 17, 2023
3946a85
[astar] [doc] Removing double space
cvvergara Oct 17, 2023
0a899bc
[bdAstar] [doc] Removing double space
cvvergara Oct 17, 2023
d5883fb
[bdDijkstra] [doc] Removing double space
cvvergara Oct 17, 2023
22cfaf4
[bellman_ford] [doc] Removing double space
cvvergara Oct 17, 2023
d3a5143
[breadthFirstSearch] [doc] Removing double space
cvvergara Oct 17, 2023
db9e333
[circuits] [doc] Removing double space
cvvergara Oct 17, 2023
199f869
[coloring] [doc] Removing double space
cvvergara Oct 17, 2023
5f747f4
[components] [doc] Removing double space
cvvergara Oct 17, 2023
0d39370
[contraction] [doc] Removing double space
cvvergara Oct 17, 2023
1c3c55a
[dagShortestPath] [doc] Removing double space
cvvergara Oct 17, 2023
1c9b871
[dijkstra] [doc] Removing double space
cvvergara Oct 17, 2023
0857eb2
[driving_distance] [doc] Removing double space
cvvergara Oct 17, 2023
0630d5a
[pickDeliver] [doc] Removing double space
cvvergara Oct 17, 2023
7927461
[src] [doc] Removing double space
cvvergara Oct 17, 2023
ade1170
[topology] [doc] Removing double space
cvvergara Oct 17, 2023
9b5f5bd
[traversal] [doc] Removing double space
cvvergara Oct 17, 2023
48a9a70
[trsp] [doc] Removing double space
cvvergara Oct 17, 2023
a363423
[tsp] [doc] Removing double space
cvvergara Oct 17, 2023
05f88d7
[utilities] [doc] Removing double space
cvvergara Oct 17, 2023
f8f31f6
[withPoints] [doc] Removing double space
cvvergara Oct 17, 2023
e857130
[doc] updating NEWS
cvvergara Oct 17, 2023
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
Prev Previous commit
Next Next commit
[components] [doc] Removing double space
  • Loading branch information
cvvergara committed Oct 17, 2023
commit 5f747f45580f1182aeb054f064a21244257bd7eb
2 changes: 1 addition & 1 deletion doc/components/pgr_biconnectedComponents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

* Return columns change:

* ``n_seq`` is removed
* ``n_seq`` is removed
* ``seq`` changed type to ``BIGINT``

* **Official** function
Expand Down
2 changes: 1 addition & 1 deletion doc/components/pgr_connectedComponents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ a DFS-based approach.

* Return columns change:

* ``n_seq`` is removed
* ``n_seq`` is removed
* ``seq`` changed type to ``BIGINT``

* **Official** function
Expand Down
2 changes: 1 addition & 1 deletion doc/components/pgr_strongComponents.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using Tarjan's algorithm based on DFS.

* Return columns change:

* ``n_seq`` is removed
* ``n_seq`` is removed
* ``seq`` changed type to ``BIGINT``

* **Official** function
Expand Down