Skip to content

Commit 0ae5939

Browse files
committed
cleaning up signature
1 parent e680528 commit 0ae5939

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/util/graphs.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,14 @@ Frivolous nodes may be prevalent in poor quality datasets, or in situations wher
131131
nX\_consolidate <Chip text="v0.8.3"/>
132132
---------------
133133

134-
<FuncSignature>nX_consolidate(networkX_graph, buffer_dist=14, by_neighbours=False)</FuncSignature>
134+
135+
<FuncSignature>
136+
<pre>
137+
nX_consolidate(networkX_graph,
138+
buffer_dist=14,
139+
by_neighbours=False)
140+
</pre>
141+
</FuncSignature>
135142

136143
Consolidates nearby nodes within a set buffer distance. This can be useful for situations such as cleaning-up intersections or de-duplicating split roadways.
137144

0 commit comments

Comments
 (0)