Skip to content

Commit 149c103

Browse files
author
peijenburg
authored
Fix a reference (networkx#6977)
* fix ref * add url
1 parent 9b45a43 commit 149c103

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

networkx/generators/classic.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,9 @@ def dorogovtsev_goltsev_mendes_graph(n, create_using=None):
433433
434434
References
435435
----------
436-
.. [1] Dorogotsev S.N., Goltsev A.V., and Mendes J.F.F "Pseudofractal
437-
Scale-free Web". arXiv:cond-mat/0112143
436+
.. [1] S. N. Dorogovtsev, A. V. Goltsev and J. F. F. Mendes,
437+
"Pseudofractal scale-free web", Physical Review E 65, 066122, 2002.
438+
https://arxiv.org/pdf/cond-mat/0112143.pdf
438439
"""
439440
G = empty_graph(0, create_using)
440441
if G.is_directed():

0 commit comments

Comments
 (0)