summaryrefslogtreecommitdiff
path: root/networkx/convert.py
diff options
context:
space:
mode:
authorDan Schult <dschult@colgate.edu>2016-03-07 23:18:36 -0500
committerDan Schult <dschult@colgate.edu>2016-03-08 00:02:06 -0500
commite0d6d6201da0857fcd1f080bf3a45173abe34111 (patch)
tree4eefc0ab6d93bf7a4d35e6be3a94a8c10bd604cb /networkx/convert.py
parent4bbb09e559a28ee26f4351acfa58ad602c219d59 (diff)
downloadnetworkx-e0d6d6201da0857fcd1f080bf3a45173abe34111.tar.gz
Change sphinx config to improve parameters
Now can use parameters ```x, y : nodes```. It used to convert to ```y(x,) : nodes``` That conf.py change caused blank lines to give a warning so removed them. Misc word changes.
Diffstat (limited to 'networkx/convert.py')
-rw-r--r--networkx/convert.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/networkx/convert.py b/networkx/convert.py
index 417b2ac0..48bb9627 100644
--- a/networkx/convert.py
+++ b/networkx/convert.py
@@ -62,7 +62,8 @@ def to_networkx_graph(data,create_using=None,multigraph_input=False):
Parameters
----------
- data : a object to be converted
+ data : object to be converted
+
Current known types are:
any NetworkX graph
dict-of-dicts