Skip to content

Commit

Permalink
See also doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-you committed Apr 16, 2015
1 parent 4354c3d commit d48558d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions networkx/linalg/modularitymatrix.py
Expand Up @@ -65,6 +65,7 @@ def modularity_matrix(G, nodelist=None):
to_numpy_matrix
adjacency_matrix
laplacian_matrix
directed_modularity_matrix
References
----------
Expand Down Expand Up @@ -136,6 +137,7 @@ def directed_modularity_matrix(G, nodelist=None):
to_numpy_matrix
adjacency_matrix
laplacian_matrix
modularity_matrix
References
----------
Expand Down

0 comments on commit d48558d

Please sign in to comment.