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.
1 parent bdad808 commit 915b55cCopy full SHA for 915b55c
src/_igraph/graphobject.c
@@ -18455,8 +18455,8 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
18455
"Finds the community structure of the network according to the Infomap\n"
18456
"method of Martin Rosvall and Carl T. Bergstrom.\n\n"
18457
"See U{https://www.mapequation.org} for a visualization of the algorithm\n"
18458
- "or one of the references provided below.\n"
18459
- "B{Reference}: "
+ "or one of the references provided below.\n\n"
+ "B{References}\n\n"
18460
" - M. Rosvall and C. T. Bergstrom: I{Maps of information flow reveal\n"
18461
" community structure in complex networks}. PNAS 105, 1118 (2008).\n"
18462
" U{https://arxiv.org/abs/0707.0609}\n"
0 commit comments