We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f87237 + 915b55c commit ec92492Copy full SHA for ec92492
src/_igraph/graphobject.c
@@ -18574,8 +18574,8 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
18574
"Finds the community structure of the network according to the Infomap\n"
18575
"method of Martin Rosvall and Carl T. Bergstrom.\n\n"
18576
"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}: "
+ "or one of the references provided below.\n\n"
+ "B{References}\n\n"
18579
" - M. Rosvall and C. T. Bergstrom: I{Maps of information flow reveal\n"
18580
" community structure in complex networks}. PNAS 105, 1118 (2008).\n"
18581
" U{https://arxiv.org/abs/0707.0609}\n"
0 commit comments