Skip to content

Commit

Permalink
rebuild docs; new notebook Two-Spirals
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Mar 3, 2018
1 parent ec88051 commit ddd0a93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
13 changes: 4 additions & 9 deletions conx/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1903,15 +1903,10 @@ def apply(self, function, *args, **kwargs):
"""
Apply a function to experimental runs.
function() takes either:
category, network-name, *args, and **kwargs
or
category, network, *args, **kwargs
depending on cache, and returns some results.
Arguments:
function - takes either: category, network-name, args, and kwargs;
or category, network, args, kwargs depending on cache, and
returns some results.
"""
from conx import Network
results = []
Expand Down
1 change: 1 addition & 0 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ Examples
MakingMovies
PCA
Utilities
Two-Spirals
2 changes: 1 addition & 1 deletion notebooks

0 comments on commit ddd0a93

Please sign in to comment.