Skip to content

Commit 915b55c

Browse files
committed
docs: fix invalid reference formatting for infomap
1 parent bdad808 commit 915b55c

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
@@ -18455,8 +18455,8 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
1845518455
"Finds the community structure of the network according to the Infomap\n"
1845618456
"method of Martin Rosvall and Carl T. Bergstrom.\n\n"
1845718457
"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}: "
18458+
"or one of the references provided below.\n\n"
18459+
"B{References}\n\n"
1846018460
" - M. Rosvall and C. T. Bergstrom: I{Maps of information flow reveal\n"
1846118461
" community structure in complex networks}. PNAS 105, 1118 (2008).\n"
1846218462
" U{https://arxiv.org/abs/0707.0609}\n"

0 commit comments

Comments
 (0)