Skip to content

Commit c0d107f

Browse files
author
Joel Becker
committed
Updated generate_network documentation.
1 parent 48949f5 commit c0d107f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gitnet/log.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,11 +733,11 @@ def generate_network(self, mode1, mode2, colours=None, edge_helper=net_edges_sim
733733
734734
Currently, two edge_helper functions are available in gitnet.gn_helpers:
735735
736-
> `simple_edge`
736+
> `net_edges_simple`
737737
738738
>> Creates an unweighted edge, and saves the attributes specified by edge_attributes.
739739
740-
> `changes_edge`
740+
> `net_edges_changes`
741741
742742
>> Only to be used for Author/File networks, with "changes" from "git log --stat" logs (as in a CommitLog).
743743

0 commit comments

Comments
 (0)