Skip to content

Commit

Permalink
docstring updates
Browse files Browse the repository at this point in the history
  • Loading branch information
loftusa committed Jul 8, 2019
1 parent 7a95f5f commit 37e4c8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ graphutils.egg-info
*.egg-info*
_.py
env
*.ipynb
2 changes: 2 additions & 0 deletions graphutils/graph_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ class NdmgDirectory:
List of path objects corresponding to each edgelist.
name : str
Base name of directory.
to_directory : func
Send all graph files to a directory of your choosing
"""

def __init__(self, directory, atlas="", suffix="ssv", delimiter=" "):
Expand Down
2 changes: 2 additions & 0 deletions graphutils/graph_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ class NdmgStats(NdmgGraphs):
calls pass to ranks on `self.graphs`, `self.X`, or both.
save_X_and_Y : returns None
Saves `self.X` and `self.Y` into a directory.
discriminability : return float
discriminability statistic for this dataset
"""

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 37e4c8f

Please sign in to comment.