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 9b45a43 commit 149c103Copy full SHA for 149c103
networkx/generators/classic.py
@@ -433,8 +433,9 @@ def dorogovtsev_goltsev_mendes_graph(n, create_using=None):
433
434
References
435
----------
436
- .. [1] Dorogotsev S.N., Goltsev A.V., and Mendes J.F.F "Pseudofractal
437
- Scale-free Web". arXiv:cond-mat/0112143
+ .. [1] S. N. Dorogovtsev, A. V. Goltsev and J. F. F. Mendes,
+ "Pseudofractal scale-free web", Physical Review E 65, 066122, 2002.
438
+ https://arxiv.org/pdf/cond-mat/0112143.pdf
439
"""
440
G = empty_graph(0, create_using)
441
if G.is_directed():
0 commit comments