Skip to content

Commit ec92492

Browse files
authored
Merge branch 'develop' into feat/expose_voronoi_python
2 parents 2f87237 + 915b55c commit ec92492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_igraph/graphobject.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18574,8 +18574,8 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
1857418574
"Finds the community structure of the network according to the Infomap\n"
1857518575
"method of Martin Rosvall and Carl T. Bergstrom.\n\n"
1857618576
"See U{https://www.mapequation.org} for a visualization of the algorithm\n"
18577-
"or one of the references provided below.\n"
18578-
"B{Reference}: "
18577+
"or one of the references provided below.\n\n"
18578+
"B{References}\n\n"
1857918579
" - M. Rosvall and C. T. Bergstrom: I{Maps of information flow reveal\n"
1858018580
" community structure in complex networks}. PNAS 105, 1118 (2008).\n"
1858118581
" U{https://arxiv.org/abs/0707.0609}\n"

0 commit comments

Comments
 (0)